#include <array_ops.h>
Splits a tensor into num_split
tensors along one dimension.
Arguments:
[-rank(value), rank(value))
.value.shape[split_dim]
.Returns:
OutputList
: They are identically shaped tensors, whose shape matches that of value
except along axis
, where their sizes are values.shape[split_dim] / num_split
. Constructors and Destructors | |
---|---|
Split(const ::tensorflow::Scope & scope, ::tensorflow::Input axis, ::tensorflow::Input value, int64 num_split) |
Public attributes | |
---|---|
output |
Public functions | |
---|---|
operator[](size_t index) const |
::tensorflow::OutputList output
Split( const ::tensorflow::Scope & scope, ::tensorflow::Input axis, ::tensorflow::Input value, int64 num_split )
::tensorflow::Output operator[]( size_t index ) const
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/split.html