| Package | Description |
|---|---|
| org.nd4j.nativeblas |
| Modifier and Type | Method and Description |
|---|---|
OpaqueConstantDataBuffer |
NativeOps.constantBufferDouble(int dtype,
org.bytedeco.javacpp.DoublePointer data,
int length) |
OpaqueConstantDataBuffer |
NativeOps.constantBufferLong(int dtype,
org.bytedeco.javacpp.LongPointer data,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeOps.deleteConstantDataBuffer(OpaqueConstantDataBuffer state) |
long |
NativeOps.getConstantDataBufferLength(OpaqueConstantDataBuffer dbf) |
org.bytedeco.javacpp.Pointer |
NativeOps.getConstantDataBufferPrimary(OpaqueConstantDataBuffer dbf) |
org.bytedeco.javacpp.Pointer |
NativeOps.getConstantDataBufferSpecial(OpaqueConstantDataBuffer dbf) |
Copyright © 2022. All rights reserved.