@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TensorArraySplit extends Pointer
lengths takes on values
(n0, n1, ..., n(T-1))
and that value has shape
(n0 + n1 + ... + n(T-1) x d0 x d1 x ...),
this splits values into a TensorArray with T tensors.
TensorArray index t will be the subtensor of values with starting position
(n0 + n1 + ... + n(t-1), 0, 0, ...)
and having size
nt x d0 x d1 x ...
Arguments:
* scope: A Scope object
* handle: The handle to a TensorArray.
* value: The concatenated tensor to write to the TensorArray.
* lengths: The vector of lengths, how to split the rows of value into the
TensorArray.
* flow_in: A float scalar that enforces proper chaining of operations.
Returns:
* Output: A float scalar that enforces proper chaining of operations.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorArraySplit(Pointer p)
Pointer cast constructor.
|
TensorArraySplit(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input value,
tensorflow.Input lengths,
tensorflow.Input flow_in) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Output |
flow_out() |
tensorflow.TensorArraySplit |
flow_out(tensorflow.Output flow_out) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.TensorArraySplit |
operation(tensorflow.Operation operation) |
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 TensorArraySplit(Pointer p)
Pointer.Pointer(Pointer).public TensorArraySplit(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input value, @ByVal tensorflow.Input lengths, @ByVal tensorflow.Input flow_in)
@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.TensorArraySplit operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output flow_out()
public tensorflow.TensorArraySplit flow_out(tensorflow.Output flow_out)
Copyright © 2019. All rights reserved.