@Namespace(value="tensorflow") @NoOffset public static class tensorflow.Operation extends Pointer
Represents a node in the computation graph.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Operation() |
Operation(long size)
Native array allocator.
|
Operation(Pointer p)
Pointer cast constructor.
|
Operation(tensorflow.Node n) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(tensorflow.Operation other) |
long |
hash(int index) |
int |
input_type(int o) |
tensorflow.Output |
input(int i) |
tensorflow.Node |
node() |
int |
num_inputs() |
int |
num_outputs() |
int |
output_type(int o) |
tensorflow.Output |
output(int i) |
tensorflow.Operation |
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 Operation(Pointer p)
Pointer.Pointer(Pointer).public Operation(long size)
Pointer.position(long).public Operation()
public Operation(tensorflow.Node n)
public tensorflow.Operation position(long position)
public int num_inputs()
@ByVal public tensorflow.Output input(int i)
public int num_outputs()
@ByVal public tensorflow.Output output(int i)
public tensorflow.Node node()
Copyright © 2019. All rights reserved.