Searched refs:_array_internal (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_array_ops.py | 159 def _array_internal(val, dtype=None, copy=True, ndmin=0): # pylint: disable=redefined-outer-name function 214 return _array_internal(val, dtype, copy, ndmin) 360 return _array_internal(a, dtype=dtype, copy=False) 368 t1 = _array_internal(t1, dtype=dtype, copy=False) 371 t2 = _array_internal(t2, dtype=dtype, copy=False)
|