All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nd4j.jita.allocator.enums.AccessState Maven / Gradle / Ivy

The newest version!
package org.nd4j.jita.allocator.enums;

/**
 * Three state trigger for memory access state representation
 *
 * @author [email protected]
 */
public enum AccessState {
    TICK, // region access started
    TACK, // regeion access finished
    TOE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy