@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpSegment extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpSegment() |
OpSegment(long size)
Native array allocator.
|
OpSegment(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddHold(BytePointer session_handle) |
void |
AddHold(String session_handle) |
tensorflow.Status |
FindOrCreate(BytePointer session_handle,
BytePointer node_name,
PointerPointer kernel,
Pointer create_fn) |
tensorflow.Status |
FindOrCreate(BytePointer session_handle,
BytePointer node_name,
tensorflow.OpKernel kernel,
Pointer create_fn) |
tensorflow.Status |
FindOrCreate(String session_handle,
String node_name,
tensorflow.OpKernel kernel,
Pointer create_fn) |
tensorflow.OpSegment |
position(long position) |
void |
RemoveHold(BytePointer session_handle) |
void |
RemoveHold(String session_handle) |
static boolean |
ShouldOwnKernel(tensorflow.FunctionLibraryRuntime lib,
BytePointer node_op) |
static boolean |
ShouldOwnKernel(tensorflow.FunctionLibraryRuntime lib,
String node_op) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic OpSegment(Pointer p)
Pointer.Pointer(Pointer).public OpSegment(long size)
Pointer.position(long).public OpSegment()
public tensorflow.OpSegment position(long position)
public void AddHold(@StdString BytePointer session_handle)
public void AddHold(@StdString String session_handle)
public void RemoveHold(@StdString BytePointer session_handle)
public void RemoveHold(@StdString String session_handle)
@ByVal public tensorflow.Status FindOrCreate(@StdString BytePointer session_handle, @StdString BytePointer node_name, @Cast(value="tensorflow::OpKernel**") PointerPointer kernel, @ByVal @Cast(value="tensorflow::OpSegment::CreateKernelFn*") Pointer create_fn)
@ByVal public tensorflow.Status FindOrCreate(@StdString BytePointer session_handle, @StdString BytePointer node_name, @ByPtrPtr tensorflow.OpKernel kernel, @ByVal @Cast(value="tensorflow::OpSegment::CreateKernelFn*") Pointer create_fn)
@ByVal public tensorflow.Status FindOrCreate(@StdString String session_handle, @StdString String node_name, @ByPtrPtr tensorflow.OpKernel kernel, @ByVal @Cast(value="tensorflow::OpSegment::CreateKernelFn*") Pointer create_fn)
@Cast(value="bool") public static boolean ShouldOwnKernel(tensorflow.FunctionLibraryRuntime lib, @StdString BytePointer node_op)
@Cast(value="bool") public static boolean ShouldOwnKernel(tensorflow.FunctionLibraryRuntime lib, @StdString String node_op)
Copyright © 2019. All rights reserved.