Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_torch_functions_manual.cpp150 static Tensor dispatch_nonzero(const Tensor& self) { in dispatch_nonzero() function
156 static Tensor dispatch_nonzero(const Tensor& self, Tensor out) { in dispatch_nonzero() function
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_variable_methods.cpp446 static Tensor dispatch_nonzero(const Tensor & self) { in dispatch_nonzero() function