Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/
DFunctionsManual.cpp6877 Tensor self_is_result = (self == result).to(self.scalar_type()); in scatter_reduce_backward() local
6972 Tensor self_is_result = (self == result).to(self.scalar_type()); in index_reduce_backward() local
/external/pytorch/torch/csrc/jit/runtime/static/
Dgenerated_ops.cpp3672 const auto self_is_result = p_node->Input(3).toBool(); in __anon7ebb593915c02() local