Home
last modified time | relevance | path

Searched full:numpy_t (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dbuiltin_functions.cpp55 return a.numpy_T()
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dannotated_ops201 numpy_T, view/reshape
/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/test/mobile/model_test/
H A Dmodel_ops.yaml273 aten::numpy_T: 1
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_inplace_or_view_type.py68 "numpy_T": "self",
H A Dgen_python_functions.py141 "numpy_T",
/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/jit/runtime/
H A Dregister_prim_ops.cpp218 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 Dsymbolic_opset9.py190 "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 Dgenerated_ops.cpp4983 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 Dconf.py1620 "numpy_T",
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp922 return t.numpy_T(); in fn()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3680 Tensor numpy_T(const Tensor &self) { in numpy_T() function
H A Dnative_functions.yaml4487 - func: numpy_T(Tensor(a) self) -> Tensor(a)
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_generated_ops.cc7751 %ret = aten::numpy_T(%self) in TEST()