Searched refs:numpy_T (Results 1 – 8 of 8) sorted by relevance
270 OP_DECOMPOSE(numpy_T); in TORCH_LIBRARY_IMPL()
201 numpy_T, view/reshape
1113 m.impl("numpy_T", native::numpy_T); // composite wrt autograd in TORCH_LIBRARY_IMPL()
922 return t.numpy_T(); in fn()
4983 aten::numpy_T,4990 p_node->Output(0) = at::native::numpy_T(self); in __anon5d9c3eb91de02()
222 push(stack, a.numpy_T()); in __anonbfe5918f0502()
3680 Tensor numpy_T(const Tensor &self) { in numpy_T() function
834 def numpy_T(g: jit_utils.GraphContext, input): function