void |
NativeOps.ctxAllowHelpers(OpaqueContext ptr,
boolean reallyAllow) |
void |
NativeOps.ctxPurge(OpaqueContext ptr) |
void |
NativeOps.ctxSetExecutionMode(OpaqueContext ptr,
int execMode) |
void |
NativeOps.ctxShapeFunctionOverride(OpaqueContext ptr,
boolean reallyOverride) |
void |
NativeOps.deleteGraphContext(OpaqueContext ptr) |
OpaqueRandomGenerator |
NativeOps.getGraphContextRandomGenerator(OpaqueContext ptr) |
void |
NativeOps.markGraphContextInplace(OpaqueContext ptr,
boolean reallyInplace) |
void |
NativeOps.setGraphContextBArguments(OpaqueContext ptr,
org.bytedeco.javacpp.BooleanPointer arguments,
int numberOfArguments) |
void |
NativeOps.setGraphContextCudaContext(OpaqueContext ptr,
org.bytedeco.javacpp.Pointer stream,
org.bytedeco.javacpp.Pointer reductionPointer,
org.bytedeco.javacpp.Pointer allocationPointer) |
void |
NativeOps.setGraphContextDArguments(OpaqueContext ptr,
org.bytedeco.javacpp.IntPointer arguments,
int numberOfArguments) |
void |
NativeOps.setGraphContextIArguments(OpaqueContext ptr,
org.bytedeco.javacpp.LongPointer arguments,
int numberOfArguments) |
void |
NativeOps.setGraphContextInputArray(OpaqueContext ptr,
int index,
org.bytedeco.javacpp.Pointer buffer,
org.bytedeco.javacpp.Pointer shapeInfo,
org.bytedeco.javacpp.Pointer specialBuffer,
org.bytedeco.javacpp.Pointer specialShapeInfo) |
void |
NativeOps.setGraphContextInputBuffer(OpaqueContext ptr,
int index,
OpaqueDataBuffer databuffer,
org.bytedeco.javacpp.Pointer shapeInfo,
org.bytedeco.javacpp.Pointer specialShapeInfo) |
void |
NativeOps.setGraphContextOutputArray(OpaqueContext ptr,
int index,
org.bytedeco.javacpp.Pointer buffer,
org.bytedeco.javacpp.Pointer shapeInfo,
org.bytedeco.javacpp.Pointer specialBuffer,
org.bytedeco.javacpp.Pointer specialShapeInfo) |
void |
NativeOps.setGraphContextOutputBuffer(OpaqueContext ptr,
int index,
OpaqueDataBuffer databuffer,
org.bytedeco.javacpp.Pointer shapeInfo,
org.bytedeco.javacpp.Pointer specialShapeInfo) |
void |
NativeOps.setGraphContextTArguments(OpaqueContext ptr,
org.bytedeco.javacpp.DoublePointer arguments,
int numberOfArguments) |