Searched refs:indices_or_sections (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/signal/ |
D | shape_ops.py | 144 signal_shape, indices_or_sections=[axis, axis + 1])
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_array_ops.py | 1010 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/ |
D | tensorflow.experimental.numpy.pbtxt | 357 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"
|