@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TensorArrayRead extends Pointer
value.
Arguments:
* scope: A Scope object
* handle: The handle to a TensorArray.
* flow_in: A float scalar that enforces proper chaining of operations.
* dtype: The type of the elem that is returned.
Returns:
* Output: The tensor that is read from the TensorArray.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorArrayRead(Pointer p)
Pointer cast constructor.
|
TensorArrayRead(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input index,
tensorflow.Input flow_in,
int dtype) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.TensorArrayRead |
operation(tensorflow.Operation operation) |
tensorflow.Output |
value() |
tensorflow.TensorArrayRead |
value(tensorflow.Output value) |
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 TensorArrayRead(Pointer p)
Pointer.Pointer(Pointer).public TensorArrayRead(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input index, @ByVal tensorflow.Input flow_in, @Cast(value="tensorflow::DataType") int dtype)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.TensorArrayRead operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output value()
public tensorflow.TensorArrayRead value(tensorflow.Output value)
Copyright © 2019. All rights reserved.