@Namespace(value="tensorflow") @NoOffset public static class tensorflow.FunctionCallFrame extends tensorflow.CallFrameInterface
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FunctionCallFrame(Pointer p)
Pointer cast constructor.
|
FunctionCallFrame(tensorflow.DataTypeVector arg_types,
tensorflow.DataTypeVector ret_types) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
ConsumeRetvals(tensorflow.TensorVector rets,
boolean allow_dead_tensors) |
tensorflow.Status |
GetArg(int index,
tensorflow.Tensor val) |
tensorflow.Status |
GetRetvals(tensorflow.TensorVector rets) |
long |
num_args() |
long |
num_retvals() |
tensorflow.Status |
SetArgs(tensorflow.TensorVector args) |
tensorflow.Status |
SetRetval(int index,
tensorflow.Tensor val) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FunctionCallFrame(Pointer p)
Pointer.Pointer(Pointer).public FunctionCallFrame(@ByVal @Cast(value="tensorflow::DataTypeSlice*") tensorflow.DataTypeVector arg_types, @ByVal @Cast(value="tensorflow::DataTypeSlice*") tensorflow.DataTypeVector ret_types)
@ByVal public tensorflow.Status SetArgs(@ByVal tensorflow.TensorVector args)
@ByVal public tensorflow.Status GetRetvals(tensorflow.TensorVector rets)
@ByVal public tensorflow.Status ConsumeRetvals(tensorflow.TensorVector rets, @Cast(value="bool") boolean allow_dead_tensors)
@Cast(value="size_t") public long num_args()
num_args in class tensorflow.CallFrameInterface@Cast(value="size_t") public long num_retvals()
num_retvals in class tensorflow.CallFrameInterface@ByVal public tensorflow.Status GetArg(int index, tensorflow.Tensor val)
GetArg in class tensorflow.CallFrameInterface@ByVal public tensorflow.Status SetRetval(int index, @Const @ByRef tensorflow.Tensor val)
SetRetval in class tensorflow.CallFrameInterfaceCopyright © 2019. All rights reserved.