Home
last modified time | relevance | path

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

/external/pytorch/torch/_custom_op/
Dautograd.py60 def mark_non_differentiable(ctx, output, output_differentiability): function
/external/pytorch/torch/autograd/
Dfunction.py194 def mark_non_differentiable(self, *args: torch.Tensor): member in FunctionCtx
828 def mark_non_differentiable(self, *args: Any, **kwargs: Any) -> None: member in NestedIOFunction
/external/pytorch/torch/csrc/autograd/
Dcustom_function.cpp561 void AutogradContext::mark_non_differentiable(const variable_list& outputs) { in mark_non_differentiable() function in torch::autograd::AutogradContext