Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_variable_methods.cpp318 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