- calculateOutputShapes(PointerPointer, long, PointerPointer, int, DoublePointer, int, LongPointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- calculateOutputShapes2(PointerPointer, long, PointerPointer, PointerPointer, int, DoublePointer, int, LongPointer, int, BooleanPointer, int, IntPointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- checkP2P() - Method in interface org.nd4j.nativeblas.NativeOps
-
- clear() - Method in class org.nd4j.storage.CompressedRamStorage
-
This method purges everything from storage
- close() - Method in class org.nd4j.rng.NativeRandom
-
- closeBuffer() - Method in class org.nd4j.nativeblas.OpaqueDataBuffer
-
This method releases underlying buffer
- compress(INDArray) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
- compress(DataBuffer) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
- compress(float[]) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
This method creates compressed INDArray from Java float array, skipping usual INDArray instantiation routines
Please note: This method compresses input data as vector
- compress(double[]) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
This method creates compressed INDArray from Java double array, skipping usual INDArray instantiation routines
Please note: This method compresses input data as vector
- compress(float[], int[], char) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
This method creates compressed INDArray from Java float array, skipping usual INDArray instantiation routines
- compress(double[], int[], char) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
This method creates compressed INDArray from Java double array, skipping usual INDArray instantiation routines
- compress(DataBuffer) - Method in class org.nd4j.compression.impl.Gzip
-
- compress(DataBuffer) - Method in class org.nd4j.compression.impl.NoOp
-
- CompressedRamStorage<T> - Class in org.nd4j.storage
-
- CompressedRamStorage.Builder<T> - Class in org.nd4j.storage
-
- compressi(INDArray) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
Inplace compression of INDArray
- compressPointer(DataTypeEx, Pointer, int, int) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
- compressPointer(DataTypeEx, Pointer, int, int) - Method in class org.nd4j.compression.impl.Gzip
-
- compressPointer(DataTypeEx, Pointer, int, int) - Method in class org.nd4j.compression.impl.NoOp
-
- configure(Object...) - Method in class org.nd4j.compression.impl.AbstractCompressor
-
This method has no effect in this compressor
- constantBufferDouble(int, DoublePointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- constantBufferLong(int, LongPointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- containsKey(T) - Method in class org.nd4j.storage.CompressedRamStorage
-
This method checks, if storage contains specified key
- convertToFlatBuffers(SameDiff, ExecutorConfiguration) - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
-
This method converts given SameDiff instance to FlatBuffers representation
- convertToFlatBuffers(SameDiff, ExecutorConfiguration) - Method in class org.nd4j.autodiff.execution.NativeGraphExecutioner
-
- convertToNumpy(INDArray) - Method in class org.nd4j.nativeblas.BaseNativeNDArrayFactory
-
- convertType(DataType) - Static method in class org.nd4j.compression.impl.AbstractCompressor
-
- convertTypes(PointerPointer, int, Pointer, long, int, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- createContext() - Method in interface org.nd4j.nativeblas.NativeOps
-
- createEvent() - Method in interface org.nd4j.nativeblas.NativeOps
-
- createFromNpyFile(File) - Method in class org.nd4j.nativeblas.BaseNativeNDArrayFactory
-
Create from a given numpy file.
- createFromNpyHeaderPointer(Pointer) - Method in class org.nd4j.nativeblas.BaseNativeNDArrayFactory
-
- createFromNpyPointer(Pointer) - Method in class org.nd4j.nativeblas.BaseNativeNDArrayFactory
-
Create from an in memory numpy pointer.
- createFromNpzFile(File) - Method in class org.nd4j.nativeblas.BaseNativeNDArrayFactory
-
- createGraphContext(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- createRandomGenerator(long, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- createStream() - Method in interface org.nd4j.nativeblas.NativeOps
-
- createUtf8String(PointerPointer, String, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- createView(long, long) - Method in class org.nd4j.nativeblas.OpaqueDataBuffer
-
This method creates a view out of this InteropDataBuffer
- ctxAllowHelpers(OpaqueContext, boolean) - Method in interface org.nd4j.nativeblas.NativeOps
-
- ctxPurge(OpaqueContext) - Method in interface org.nd4j.nativeblas.NativeOps
-
- ctxSetExecutionMode(OpaqueContext, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- ctxShapeFunctionOverride(OpaqueContext, boolean) - Method in interface org.nd4j.nativeblas.NativeOps
-
- currentPosition - Variable in class org.nd4j.rng.NativeRandom
-
- GarbageStateReference - Class in org.nd4j.rng.deallocator
-
- GarbageStateReference(NativePack, ReferenceQueue<? super NativePack>) - Constructor for class org.nd4j.rng.deallocator.GarbageStateReference
-
- generated - Variable in class org.nd4j.rng.NativeRandom
-
- get(T) - Method in class org.nd4j.storage.CompressedRamStorage
-
Get object from the storage, by key
- getActiveHostAmount() - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns number of bytes allocated and cached in host ram
- getActiveMemory(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns total amount of device memory allocated on specified device
Includes: workspace memory, cached memory, regular memory
- getAllCustomOps() - Method in interface org.nd4j.nativeblas.NativeOps
-
- getAllocatedAmount(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
- getAllocatedHostAmount() - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns number of bytes currently allocated from host memory
- getAllOperations() - Method in interface org.nd4j.nativeblas.NativeOps
-
- getApproximateFreeMemory(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns approximate free memory on specified device
- getAvailableDevices() - Method in interface org.nd4j.nativeblas.NativeOps
-
- getBlasVendor() - Method in class org.nd4j.nativeblas.Nd4jBlas
-
Returns the BLAS library vendor
- getBufferTypeEx(DataBuffer) - Static method in class org.nd4j.compression.impl.AbstractCompressor
-
- getCachedAmount(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
- getCachedHostAmount() - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns number of bytes currently cached from host memory
- getCachedMemory(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getCompressionType() - Method in class org.nd4j.compression.impl.Gzip
-
This method returns compression opType provided by specific NDArrayCompressor implementation
- getCompressionType() - Method in class org.nd4j.compression.impl.NoOp
-
This method returns compression opType provided by specific NDArrayCompressor implementation
- getConstantDataBufferLength(OpaqueConstantDataBuffer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getConstantDataBufferPrimary(OpaqueConstantDataBuffer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getConstantDataBufferSpecial(OpaqueConstantDataBuffer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getConstantShapeBufferPrimary(OpaqueConstantShapeBuffer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getConstantShapeBufferSpecial(OpaqueConstantShapeBuffer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getConstantSpace() - Method in interface org.nd4j.nativeblas.NativeOps
-
- getCores(int) - Static method in class org.nd4j.nativeblas.NativeOpsHolder
-
- getDescriptor() - Method in class org.nd4j.compression.impl.Gzip
-
This method returns compression descriptor.
- getDescriptor() - Method in class org.nd4j.compression.impl.NoOp
-
This method returns compression descriptor.
- getDevice() - Method in interface org.nd4j.nativeblas.NativeOps
-
- getDeviceFreeMemory(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getDeviceFreeMemoryDefault() - Method in interface org.nd4j.nativeblas.NativeOps
-
- getDeviceMajor(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getDeviceMinor(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getDeviceName(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getDeviceTotalMemory(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getExecutionerType() - Method in interface org.nd4j.autodiff.execution.GraphExecutioner
-
This method returns Type of this executioner
- getExecutionerType() - Method in class org.nd4j.autodiff.execution.NativeGraphExecutioner
-
This method returns Type of this executioner
- getExtraPointers() - Method in class org.nd4j.rng.NativeRandom
-
- getFlatOpType(Op.Type) - Static method in class org.nd4j.autodiff.execution.NativeGraphExecutioner
-
- getFreeMemory(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
- getGlobalTypeEx() - Method in class org.nd4j.compression.impl.AbstractCompressor
-
- getGPUs() - Method in class org.nd4j.nativeblas.NativeOpsGPUInfoProvider
-
- getGraphContextRandomGenerator(OpaqueContext) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getGraphState(long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getInstance() - Static method in class org.nd4j.allocator.impl.MemoryTracker
-
- getInstance() - Static method in class org.nd4j.nativeblas.NativeOpsHolder
-
- getInstance() - Static method in class org.nd4j.rng.deallocator.NativeRandomDeallocator
-
- getManagedMemory(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns amount of memory that relies on JVM GC
Includes: cached memory, regular allocated memory
- getNpyArrayData(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNpyArrayElemSize(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNpyArrayFromMap(Pointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNpyArrayNameFromMap(Pointer, int, BytePointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNpyArrayOrder(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNpyArrayRank(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNpyArrayShape(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNumberOfTads(OpaqueTadPack) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getNumNpyArraysInMap(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getOpNum(String, Op.Type) - Static method in class org.nd4j.autodiff.execution.NativeGraphExecutioner
-
- getPosition() - Method in class org.nd4j.rng.NativeRandom
-
- getPreciseFreeMemory(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns precise amount of free memory on specified device
- getPrimaryOffsets(OpaqueTadPack) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getPrimaryShapeInfo(OpaqueTadPack) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorNextDouble(OpaqueRandomGenerator) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorNextFloat(OpaqueRandomGenerator) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorNextInt(OpaqueRandomGenerator) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorNextLong(OpaqueRandomGenerator) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorNodeState(OpaqueRandomGenerator) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorRelativeDouble(OpaqueRandomGenerator, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorRelativeFloat(OpaqueRandomGenerator, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorRelativeInt(OpaqueRandomGenerator, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorRelativeLong(OpaqueRandomGenerator, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getRandomGeneratorRootState(OpaqueRandomGenerator) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getResultWrapperPointer(OpaqueResultWrapper) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getResultWrapperSize(OpaqueResultWrapper) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getShape(OpaqueShapeList, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getShapeInfoLength(OpaqueTadPack) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getShapeListSize(OpaqueShapeList) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getSpecialOffsets(OpaqueTadPack) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getSpecialShapeInfo(OpaqueTadPack) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getStatePointer() - Method in class org.nd4j.rng.NativeRandom
-
This method returns pointer to RNG state structure.
- getTotalMemory(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
- getUsableMemory(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
This method returns delta between total memory and free memory
- getUtf8StringBuffer(PointerPointer, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getUtf8StringLength(PointerPointer, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariable(OpaqueVariablesSet, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariableBuffer(OpaqueVariable) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariableId(OpaqueVariable) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariableIndex(OpaqueVariable) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariableName(OpaqueVariable) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariableShape(OpaqueVariable) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariablesSetSize(OpaqueVariablesSet) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getVariablesSetStatus(OpaqueVariablesSet) - Method in interface org.nd4j.nativeblas.NativeOps
-
- getWorkspaceAllocatedAmount(int) - Method in class org.nd4j.allocator.impl.MemoryTracker
-
- GraphExecutioner - Interface in org.nd4j.autodiff.execution
-
- GraphExecutioner.Type - Enum in org.nd4j.autodiff.execution
-
- Gzip - Class in org.nd4j.compression.impl
-
- Gzip() - Constructor for class org.nd4j.compression.impl.Gzip
-
- scatterUpdate(PointerPointer, int, int, Pointer, LongPointer, LongPointer, Pointer, LongPointer, LongPointer, Pointer, LongPointer, LongPointer, Pointer, LongPointer, LongPointer, Pointer, LongPointer, Pointer, LongPointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- seed - Variable in class org.nd4j.rng.NativeRandom
-
- setCompressor(NDArrayCompressor) - Method in class org.nd4j.storage.CompressedRamStorage.Builder
-
This method defines, which compression algorithm will be used during storage
Default value: NoOp();
- setDevice(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setElementThreshold(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
This method allows you to specify minimal number of elements per thread/block during op call
PLEASE NOTE: Changing this value might and will affect performance.
- setGraphContextBArguments(OpaqueContext, BooleanPointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextCudaContext(OpaqueContext, Pointer, Pointer, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextDArguments(OpaqueContext, IntPointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextIArguments(OpaqueContext, LongPointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextInputArray(OpaqueContext, int, Pointer, Pointer, Pointer, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextInputBuffer(OpaqueContext, int, OpaqueDataBuffer, Pointer, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextOutputArray(OpaqueContext, int, Pointer, Pointer, Pointer, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextOutputBuffer(OpaqueContext, int, OpaqueDataBuffer, Pointer, Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGraphContextTArguments(OpaqueContext, DoublePointer, int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setGridLimit(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setOmpMinThreads(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
Sets the minimal number of openmp threads for variative methods
- setOmpNumThreads(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
Sets the number of openmp threads
- setPrimaryBuffer(Pointer, long) - Method in class org.nd4j.nativeblas.OpaqueDataBuffer
-
This method allows to set external pointer as primary buffer.
- setRandomGeneratorStates(OpaqueRandomGenerator, long, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- setSeed(int) - Method in class org.nd4j.rng.NativeRandom
-
- setSeed(int[]) - Method in class org.nd4j.rng.NativeRandom
-
- setSpecialBuffer(Pointer, long) - Method in class org.nd4j.nativeblas.OpaqueDataBuffer
-
This method allows to set external pointer as primary buffer.
- setTADThreshold(int) - Method in interface org.nd4j.nativeblas.NativeOps
-
This method allows you to specify minimal number of TADs per thread/block during op call
PLEASE NOTE: Changing this value might and will affect performance.
- sgetrf(long[], int, int, long, int, int[], int) - Method in class org.nd4j.nativeblas.NativeLapack
-
LU decomposiiton of a matrix
- sgetri(long[], int, long, int, int[], long, int, int) - Method in class org.nd4j.nativeblas.NativeLapack
-
Generate inverse ggiven LU decomp
- shapeBuffer(int, LongPointer, LongPointer, int, char, long, boolean) - Method in interface org.nd4j.nativeblas.NativeOps
-
- shapeBufferEx(int, LongPointer, LongPointer, int, char, long, long) - Method in interface org.nd4j.nativeblas.NativeOps
-
- shapeBufferForNumpy(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
Get a shape buffer for a numpy array.
- shapeBufferForNumpyHeader(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
Get the shape buffer from a
numpy array.
- shuffle(PointerPointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, int, IntPointer, PointerPointer, PointerPointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- size() - Method in class org.nd4j.nativeblas.ResultWrapperAbstraction
-
- size() - Method in class org.nd4j.storage.CompressedRamStorage
-
This method returns number of entries available in storage
- sort(PointerPointer, Pointer, LongPointer, Pointer, LongPointer, boolean) - Method in interface org.nd4j.nativeblas.NativeOps
-
- sortCooIndices(PointerPointer, LongPointer, Pointer, long, LongPointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- sortTad(PointerPointer, Pointer, LongPointer, Pointer, LongPointer, IntPointer, int, LongPointer, LongPointer, boolean) - Method in interface org.nd4j.nativeblas.NativeOps
-
- specialBuffer() - Method in class org.nd4j.nativeblas.OpaqueDataBuffer
-
This method returns pointer to special buffer, device one, if any.
- specialConcat(PointerPointer, int, int, PointerPointer, PointerPointer, Pointer, LongPointer, PointerPointer, PointerPointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- statePointer - Variable in class org.nd4j.rng.NativeRandom
-
- stdDev - Variable in class org.nd4j.rng.NativeRandom
-
- store(T, INDArray) - Method in class org.nd4j.storage.CompressedRamStorage
-
Store object into storage
- store(T, float[]) - Method in class org.nd4j.storage.CompressedRamStorage
-
Store object into storage
- store(T, double[]) - Method in class org.nd4j.storage.CompressedRamStorage
-
Store object into storage
- storeIfAbsent(T, INDArray) - Method in class org.nd4j.storage.CompressedRamStorage
-
Store object into storage, if it doesn't exist
- streamSynchronize(Pointer) - Method in interface org.nd4j.nativeblas.NativeOps
-
- syncToPrimary() - Method in class org.nd4j.nativeblas.OpaqueDataBuffer
-
This method synchronizes host memory
- syncToSpecial() - Method in class org.nd4j.nativeblas.OpaqueDataBuffer
-
This method synchronizes device memory