org.nd4j.jita.allocator.time.Ring Maven / Gradle / Ivy
The newest version!
package org.nd4j.jita.allocator.time;
/**
* @author [email protected]
*/
public interface Ring {
float getAverage();
void store(float rate);
void store(double rate);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy