Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py1093 def _atleast_nd(n, new_shape, *arys): function
1124 return _atleast_nd(1, _pad_left_to, *arys)
1129 return _atleast_nd(2, _pad_left_to, *arys)
1146 return _atleast_nd(3, new_shape, *arys)