MCPcopy Create free account
hub / github.com/alibaba/nann / split

Function split

tensorflow/tensorflow/python/ops/array_ops.py:1632–1699  ·  view source on GitHub ↗

Splits a tensor into sub tensors. If `num_or_size_splits` is an integer, then `value` is split along dimension `axis` into `num_split` smaller tensors. This requires that `num_split` evenly divides `value.shape[axis]`. If `num_or_size_splits` is a 1-D Tensor (or list), we call it `size_spl

(value, num_or_size_splits, axis=0, num=None, name="split")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

splitMethod · 0.45
_rankMethod · 0.45
_shape_tupleMethod · 0.45

Tested by

no test coverage detected