Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction.h552 virtual bool is_traceable() { in is_traceable() function
682 bool is_traceable() final { in is_traceable() function
H A Dcustom_function.h115 static constexpr bool is_traceable = false; member
H A Dpython_function.cpp257 auto PyNode::is_traceable() -> bool { in is_traceable() function in torch::autograd::PyNode