@Namespace(value="tensorflow") @NoOffset public static class tensorflow.Input extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.Input.Initializer
Initializer enables constructing an Input object from various kinds of C++
constants such as simple primitive constants and nested initializer lists
representing a multi-dimensional array.
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Input(boolean init) |
Input(byte init) |
Input(BytePointer init) |
Input(BytePointer name,
int i,
int dt)
Constructor specifying a node name, index and datatype.
|
Input(double init) |
Input(float init) |
Input(int init) |
Input(long init) |
Input(Pointer p)
Pointer cast constructor.
|
Input(short init) |
Input(String init) |
Input(String name,
int i,
int dt) |
Input(tensorflow.Input.Initializer init) |
Input(tensorflow.Output o)
All of Input's constructors are implicit.
|
Input(tensorflow.Tensor init) |
| Modifier and Type | Method and Description |
|---|---|
int |
data_type() |
int |
index() |
BytePointer |
node_name() |
tensorflow.Node |
node() |
tensorflow.Status |
status() |
tensorflow.Tensor |
tensor() |
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Input(Pointer p)
Pointer.Pointer(Pointer).public Input(@Const @ByRef tensorflow.Output o)
public Input(@Const @ByRef tensorflow.Input.Initializer init)
public Input(@ByRef tensorflow.Tensor init)
public Input(byte init)
public Input(short init)
public Input(int init)
public Input(long init)
public Input(float init)
public Input(double init)
public Input(boolean init)
public Input(@StdString String init)
public Input(@StdString BytePointer init)
public Input(@StdString BytePointer name, int i, @Cast(value="tensorflow::DataType") int dt)
public Input(@StdString String name, int i, @Cast(value="tensorflow::DataType") int dt)
public tensorflow.Node node()
@StdString public BytePointer node_name()
public int index()
@ByVal public tensorflow.Status status()
@Const @ByRef public tensorflow.Tensor tensor()
Copyright © 2019. All rights reserved.