@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpKernel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OpKernel(Pointer p)
Pointer cast constructor.
|
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 OpKernel(Pointer p)
Pointer.Pointer(Pointer).public void Compute(tensorflow.OpKernelContext context)
public tensorflow.AsyncOpKernel AsAsync()
@Const @ByRef public tensorflow.NodeDef def()
@StdString public BytePointer name()
@StdString public BytePointer type_string()
@StdString public BytePointer requested_device()
public int num_inputs()
@Const @ByRef public tensorflow.DataTypeVector input_types()
@Cast(value="const tensorflow::MemoryTypeVector*") @ByRef public tensorflow.AllocatorAttributesVector input_memory_types()
@StdString public BytePointer requested_input(int i)
public int num_outputs()
@Const @ByRef public tensorflow.DataTypeVector output_types()
@Cast(value="const tensorflow::MemoryTypeVector*") @ByRef public tensorflow.AllocatorAttributesVector output_memory_types()
@ByVal public tensorflow.Status InputRange(@tensorflow.StringPiece BytePointer input_name, IntPointer start, IntPointer stop)
@ByVal public tensorflow.Status InputRange(@tensorflow.StringPiece String input_name, IntBuffer start, IntBuffer stop)
@ByVal public tensorflow.Status InputRange(@tensorflow.StringPiece BytePointer input_name, int[] start, int... stop)
@ByVal public tensorflow.Status InputRange(@tensorflow.StringPiece String input_name, IntPointer start, IntPointer stop)
@ByVal public tensorflow.Status InputRange(@tensorflow.StringPiece BytePointer input_name, IntBuffer start, IntBuffer stop)
@ByVal public tensorflow.Status InputRange(@tensorflow.StringPiece String input_name, int[] start, int... stop)
@ByVal public tensorflow.Status OutputRange(@tensorflow.StringPiece BytePointer output_name, IntPointer start, IntPointer stop)
@ByVal public tensorflow.Status OutputRange(@tensorflow.StringPiece String output_name, IntBuffer start, IntBuffer stop)
@ByVal public tensorflow.Status OutputRange(@tensorflow.StringPiece BytePointer output_name, int[] start, int... stop)
@ByVal public tensorflow.Status OutputRange(@tensorflow.StringPiece String output_name, IntPointer start, IntPointer stop)
@ByVal public tensorflow.Status OutputRange(@tensorflow.StringPiece BytePointer output_name, IntBuffer start, IntBuffer stop)
@ByVal public tensorflow.Status OutputRange(@tensorflow.StringPiece String output_name, int[] start, int... stop)
@Cast(value="bool") public boolean IsLegacyScalar(@Const @ByRef tensorflow.TensorShape shape)
@Cast(value="bool") public boolean IsLegacyVector(@Const @ByRef tensorflow.TensorShape shape)
@ByVal public tensorflow.Status MakeShape(@Const @ByRef tensorflow.Tensor shape, tensorflow.TensorShape out)
Copyright © 2019. All rights reserved.