Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesDecompositions.cpp270 OP_DECOMPOSE(numpy_T); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dannotated_ops201 numpy_T, view/reshape
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyBatchingRegistrations.cpp1113 m.impl("numpy_T", native::numpy_T); // composite wrt autograd in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp922 return t.numpy_T(); in fn()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dgenerated_ops.cpp4983 aten::numpy_T,
4990 p_node->Output(0) = at::native::numpy_T(self); in __anon5d9c3eb91de02()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops.cpp222 push(stack, a.numpy_T()); in __anonbfe5918f0502()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3680 Tensor numpy_T(const Tensor &self) { in numpy_T() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py834 def numpy_T(g: jit_utils.GraphContext, input): function