Searched defs:movedim (Results 1 – 4 of 4) sorted by relevance
991 def movedim(self: List[int], source: List[int], destination: List[int]) -> List[int]: function
3824 Tensor movedim(const Tensor& self, IntArrayRef src, IntArrayRef dst) { in movedim() function3913 Tensor movedim(const Tensor& self, int64_t src, int64_t dst) { in movedim() function
5289 def movedim( function
6032 def movedim(g: jit_utils.GraphContext, self, source, destination): function