tf.raw_ops.SplitV
Splits a tensor into num_split
tensors along one dimension.
tf.raw_ops.SplitV(
value, size_splits, axis, num_split, name=None
)
Args |
value
|
A Tensor . The tensor to split.
|
size_splits
|
A Tensor . Must be one of the following types: int32 , int64 .
list containing the sizes of each output tensor along the split
dimension. Must sum to the dimension of value along split_dim.
Can contain one -1 indicating that dimension is to be inferred.
|
axis
|
A Tensor of type int32 .
0-D. The dimension along which to split. Must be in the range
[-rank(value), rank(value)) .
|
num_split
|
An int that is >= 1 .
|
name
|
A name for the operation (optional).
|
Returns |
A list of num_split Tensor objects with the same type as value .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-02-18 UTC.
[null,null,["Last updated 2021-02-18 UTC."],[],[]]