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