Home
last modified time | relevance | path

Searched refs:indices_or_sections (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/signal/
Dshape_ops.py144 signal_shape, indices_or_sections=[axis, axis + 1])
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py1010 def split(ary, indices_or_sections, axis=0): argument
1012 if not isinstance(indices_or_sections, six.integer_types):
1013 indices_or_sections = _boundaries_to_sizes(ary, indices_or_sections, axis)
1014 return array_ops.split(ary, indices_or_sections, axis=axis)
1020 def f(ary, indices_or_sections): argument
1021 return split(ary, indices_or_sections, axis=axis)
/external/tensorflow/third_party/py/numpy/tf_numpy_api/
Dtensorflow.experimental.numpy.pbtxt357 argspec: "args=[\'ary\', \'indices_or_sections\'], varargs=None, keywords=None, defaults=None"
465 argspec: "args=[\'ary\', \'indices_or_sections\'], varargs=None, keywords=None, defaults=None"
797 …argspec: "args=[\'ary\', \'indices_or_sections\', \'axis\'], varargs=None, keywords=None, defaults…
893 argspec: "args=[\'ary\', \'indices_or_sections\'], varargs=None, keywords=None, defaults=None"