@NoOffset public static class tensorflow.NodeDefBuilder.NodeOut extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
NodeOut() |
NodeOut(BytePointer n,
int i,
int dt) |
NodeOut(long size)
Native array allocator.
|
NodeOut(Pointer p)
Pointer cast constructor.
|
NodeOut(String n,
int i,
int dt) |
| Modifier and Type | Method and Description |
|---|---|
int |
data_type() |
tensorflow.NodeDefBuilder.NodeOut |
data_type(int data_type) |
int |
index() |
tensorflow.NodeDefBuilder.NodeOut |
index(int index) |
BytePointer |
node() |
tensorflow.NodeDefBuilder.NodeOut |
node(BytePointer node) |
tensorflow.NodeDefBuilder.NodeOut |
position(long position) |
void |
Reset(BytePointer n,
int i,
int dt) |
void |
Reset(String n,
int i,
int dt) |
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 NodeOut(Pointer p)
Pointer.Pointer(Pointer).public NodeOut(long size)
Pointer.position(long).public NodeOut(@tensorflow.StringPiece BytePointer n, int i, @Cast(value="tensorflow::DataType") int dt)
public NodeOut(@tensorflow.StringPiece String n, int i, @Cast(value="tensorflow::DataType") int dt)
public NodeOut()
public tensorflow.NodeDefBuilder.NodeOut position(long position)
public void Reset(@tensorflow.StringPiece BytePointer n, int i, @Cast(value="tensorflow::DataType") int dt)
public void Reset(@tensorflow.StringPiece String n, int i, @Cast(value="tensorflow::DataType") int dt)
@StdString public BytePointer node()
public tensorflow.NodeDefBuilder.NodeOut node(BytePointer node)
public int index()
public tensorflow.NodeDefBuilder.NodeOut index(int index)
public tensorflow.NodeDefBuilder.NodeOut data_type(int data_type)
Copyright © 2019. All rights reserved.