@Namespace(value="tensorflow") @NoOffset public static class tensorflow.Node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Node(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 Node(Pointer p)
Pointer.Pointer(Pointer).@StdString public BytePointer DebugString()
public int id()
public int cost_id()
@StdString public BytePointer name()
@StdString public BytePointer type_string()
@Const @ByRef public tensorflow.NodeDef def()
@Const @ByRef public tensorflow.OpDef op_def()
public int num_inputs()
@Const @ByRef public tensorflow.DataTypeVector input_types()
public int num_outputs()
@Const @ByRef public tensorflow.DataTypeVector output_types()
@StdString public BytePointer requested_device()
public void set_requested_device(@StdString BytePointer device)
public void set_requested_device(@StdString String device)
@StdString public BytePointer assigned_device_name()
public void set_assigned_device_name(@StdString BytePointer device_name)
public void set_assigned_device_name(@StdString String device_name)
public int assigned_device_name_index()
public void set_assigned_device_name_index(int index)
@ByVal public tensorflow.AttrSlice attrs()
@ByVal public tensorflow.NeighborIterRange in_nodes()
@ByVal public tensorflow.NeighborIterRange out_nodes()
@Const @ByRef public tensorflow.EdgeSet in_edges()
@Const @ByRef public tensorflow.EdgeSet out_edges()
public void ClearAttr(@StdString BytePointer name)
public void ClearAttr(@StdString String name)
@ByVal public tensorflow.Status input_edge(int idx, @Cast(value="const tensorflow::Edge**") PointerPointer e)
@ByVal public tensorflow.Status input_edge(int idx, @Const @ByPtrPtr tensorflow.Edge e)
@ByVal public tensorflow.Status input_edges(@Cast(value="std::vector<const tensorflow::Edge*>*") tensorflow.EdgeVector edges)
@ByVal public tensorflow.Status input_node(int idx, @Cast(value="const tensorflow::Node**") PointerPointer n)
@ByVal public tensorflow.Status input_node(int idx, @Const @ByPtrPtr tensorflow.Node n)
public tensorflow.WhileContext while_ctx()
public void set_while_ctx(tensorflow.WhileContext while_ctx)
Copyright © 2019. All rights reserved.