Uses of Class
org.nd4j.linalg.api.memory.MemcpyDirection
-
Packages that use MemcpyDirection Package Description org.nd4j.linalg.api.memory org.nd4j.linalg.api.ops.performance org.nd4j.linalg.api.ops.performance.primitives -
-
Uses of MemcpyDirection in org.nd4j.linalg.api.memory
Methods in org.nd4j.linalg.api.memory that return MemcpyDirection Modifier and Type Method Description static MemcpyDirectionMemcpyDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static MemcpyDirection[]MemcpyDirection. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MemcpyDirection in org.nd4j.linalg.api.ops.performance
Methods in org.nd4j.linalg.api.ops.performance that return types with arguments of type MemcpyDirection Modifier and Type Method Description Map<Integer,Map<MemcpyDirection,Long>>PerformanceTracker. getCurrentBandwidth()Methods in org.nd4j.linalg.api.ops.performance with parameters of type MemcpyDirection Modifier and Type Method Description longPerformanceTracker. addMemoryTransaction(int deviceId, long timeSpentNanos, long numberOfBytes, @NonNull MemcpyDirection direction)This method stores bandwidth used for given transaction.voidPerformanceTracker. helperRegisterTransaction(int deviceId, long timeSpentNanos, long numberOfBytes, @NonNull MemcpyDirection direction) -
Uses of MemcpyDirection in org.nd4j.linalg.api.ops.performance.primitives
Methods in org.nd4j.linalg.api.ops.performance.primitives with parameters of type MemcpyDirection Modifier and Type Method Description voidAveragingTransactionsHolder. addValue(@NonNull MemcpyDirection direction, Long value)LongAveragingTransactionsHolder. getAverageValue(@NonNull MemcpyDirection direction)
-