org.nd4j.jita.allocator.enums.SyncState Maven / Gradle / Ivy
The newest version!
package org.nd4j.jita.allocator.enums;
/**
* @author [email protected]
*/
@Deprecated
public enum SyncState {
UNDEFINED, // state is unknown
DESYNC, // memory is desync
SYNC, // memory is sync
PARTIAL // memory is accessed using shapes, so patial sync/desync is possible
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy