@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OutputTensor extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.OutputTensor.Hash |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
OutputTensor() |
OutputTensor(long size)
Native array allocator.
|
OutputTensor(Pointer p)
Pointer cast constructor.
|
OutputTensor(tensorflow.Node n,
int i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(tensorflow.OutputTensor other) |
int |
index() |
tensorflow.OutputTensor |
index(int index) |
tensorflow.Node |
node() |
tensorflow.OutputTensor |
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 OutputTensor(Pointer p)
Pointer.Pointer(Pointer).public OutputTensor(long size)
Pointer.position(long).public OutputTensor(@Const tensorflow.Node n, int i)
public OutputTensor()
public tensorflow.OutputTensor position(long position)
@MemberGetter @Const public tensorflow.Node node()
public int index()
public tensorflow.OutputTensor index(int index)
Copyright © 2019. All rights reserved.