Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1406 …setattr(ops.Tensor, 'reshape', np_array_ops._reshape_method_wrapper) # pylint: disable=protected-…
Dnp_array_ops.py766 def _reshape_method_wrapper(a, *newshape, **kwargs): function