Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcustom_function.cpp33 const std::unordered_set<at::TensorImpl*>& non_differentiable, in _process_forward_mode_AD()
258 const std::unordered_set<at::TensorImpl*>& non_differentiable, in _process_backward_mode_ad()
440 const std::unordered_set<at::TensorImpl*>& non_differentiable, in _wrap_outputs()
H A Dpython_function.h107 PyObject* non_differentiable; member
H A Dpython_function.cpp618 auto non_differentiable = _parse_non_differentiable(self); in _wrap_outputs() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py38 non_differentiable = collections.namedtuple('non_differentiable', ['tensor']) variable
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dmisc.py832 non_differentiable=None, argument