Home
last modified time | relevance | path

Searched defs:movedim (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py991 def movedim(self: List[int], source: List[int], destination: List[int]) -> List[int]: function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3824 Tensor movedim(const Tensor& self, IntArrayRef src, IntArrayRef dst) { in movedim() function
3913 Tensor movedim(const Tensor& self, int64_t src, int64_t dst) { in movedim() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py5289 def movedim( function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py6032 def movedim(g: jit_utils.GraphContext, self, source, destination): function