Searched defs:dispatch_to (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/tools/autograd/templates/ |
H A D | python_variable_methods.cpp | 318 static T dispatch_to(const Tensor & self) { in dispatch_to() function 400 static Tensor dispatch_to(const Tensor & self, Device device, bool non_blocking, bool copy, std::op… in dispatch_to() function 410 static Tensor dispatch_to(const Tensor & self, bool non_blocking, bool copy, std::optional<c10::Mem… in dispatch_to() function 415 static Tensor dispatch_to(const Tensor & self, ScalarType dtype, bool non_blocking, bool copy, std:… in dispatch_to() function 421 static Tensor dispatch_to(const Tensor & self, Device device, ScalarType dtype, bool non_blocking, … in dispatch_to() function
|