Searched full:numpy_t (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | builtin_functions.cpp | 55 return a.numpy_T()
|
/aosp_15_r20/external/pytorch/functorch/op_analysis/ |
H A D | annotated_ops | 201 numpy_T, view/reshape
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesDecompositions.cpp | 270 OP_DECOMPOSE(numpy_T); in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | model_ops.yaml | 273 aten::numpy_T: 1
|
/aosp_15_r20/external/pytorch/tools/autograd/ |
H A D | gen_inplace_or_view_type.py | 68 "numpy_T": "self",
|
H A D | gen_python_functions.py | 141 "numpy_T",
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | LegacyBatchingRegistrations.cpp | 1113 m.impl("numpy_T", native::numpy_T); // composite wrt autograd in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | register_prim_ops.cpp | 218 TORCH_SELECTIVE_SCHEMA("aten::numpy_T.a(Tensor(a) self) -> Tensor(a)"), 222 push(stack, a.numpy_T()); in __anonbfe5918f0502()
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset9.py | 190 "numpy_T", 832 @_onnx_symbolic("aten::numpy_T") 834 def numpy_T(g: jit_utils.GraphContext, input): function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | generated_ops.cpp | 4983 aten::numpy_T, 4987 torch::schema("aten::numpy_T(Tensor(a) self) -> Tensor(a)"))) { in __anon5d9c3eb91de02() 4990 p_node->Output(0) = at::native::numpy_T(self); in __anon5d9c3eb91de02()
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | conf.py | 1620 "numpy_T",
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_variable.cpp | 922 return t.numpy_T(); in fn()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorShape.cpp | 3680 Tensor numpy_T(const Tensor &self) { in numpy_T() function
|
H A D | native_functions.yaml | 4487 - func: numpy_T(Tensor(a) self) -> Tensor(a)
|
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/ |
H A D | test_generated_ops.cc | 7751 %ret = aten::numpy_T(%self) in TEST()
|