Searched refs:_reshape_method_wrapper (Results 1 – 2 of 2) sorted by relevance
1406 …setattr(ops.Tensor, 'reshape', np_array_ops._reshape_method_wrapper) # pylint: disable=protected-…
766 def _reshape_method_wrapper(a, *newshape, **kwargs): function