@Namespace(value="tensorflow") @NoOffset public static class tensorflow.Output extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Output() |
Output(long size)
Native array allocator.
|
Output(Pointer p)
Pointer cast constructor.
|
Output(tensorflow.Node n) |
Output(tensorflow.Node n,
int index) |
Output(tensorflow.Operation op,
int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(tensorflow.Output other) |
long |
hash() |
int |
index() |
BytePointer |
name() |
tensorflow.Node |
node() |
tensorflow.Operation |
op() |
tensorflow.Output |
position(long position) |
int |
type() |
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 Output(Pointer p)
Pointer.Pointer(Pointer).public Output(long size)
Pointer.position(long).public Output()
public Output(tensorflow.Node n)
public Output(tensorflow.Node n, int index)
public Output(@Const @ByRef tensorflow.Operation op, int index)
public tensorflow.Output position(long position)
@ByVal public tensorflow.Operation op()
public tensorflow.Node node()
public int index()
@StdString public BytePointer name()
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef tensorflow.Output other)
Copyright © 2019. All rights reserved.