TensorArraySize
tensorflow C++ API
tensorflow::ops::TensorArraySize
Get the current size of the TensorArray.
Summary
Arguments:
- scope: A Scope object
- handle: The handle to a queue.
- flow_in: A float scalar that enforces proper chaining of operations.
Returns:
- Output : The current size of the TensorArray.
Constructor
- TensorArraySize(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input flow_in).
Public attributes
- tensorflow::Output size.
TensorArraySize block
Source link : https://github.com/EXPNUNI/enuSpace-Tensorflow/blob/master/enuSpaceTensorflow/tf_data_flow_ops.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
- Input handle : connect Input node.
- flow_in : connect Input node or input float value.
Return:
- Output size: Output object of TensorArraySize class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.