@Namespace(value="onnx") @Properties(inherit=onnx.class) public class InferenceContext extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
InferenceContext(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeProto |
getAttribute(BytePointer name) |
AttributeProto |
getAttribute(String name) |
TensorProto |
getInputData(long index) |
TypeProto |
getInputType(long index) |
long |
getNumInputs() |
long |
getNumOutputs() |
TypeProto |
getOutputType(long index) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic InferenceContext(Pointer p)
Pointer.Pointer(Pointer).@Const public AttributeProto getAttribute(@StdString BytePointer name)
@Const public AttributeProto getAttribute(@StdString String name)
@Const public TensorProto getInputData(@Cast(value="size_t") long index)
Copyright © 2020. All rights reserved.