@Namespace(value="tensorflow") public static class tensorflow.NodeOut extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
NodeOut()
Default native constructor.
|
NodeOut(long size)
Native array allocator.
|
NodeOut(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
dtype() |
int |
index() |
tensorflow.NodeOut |
index(int index) |
BytePointer |
name() |
tensorflow.Node |
node() |
tensorflow.NodeOut |
node(tensorflow.Node node) |
tensorflow.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()
public NodeOut(long size)
Pointer.position(long).public NodeOut(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.NodeOut position(long position)
public tensorflow.Node node()
public tensorflow.NodeOut node(tensorflow.Node node)
public int index()
public tensorflow.NodeOut index(int index)
@StdString public BytePointer name()
Copyright © 2019. All rights reserved.