Home
last modified time | relevance | path

Searched refs:capture_to_formal_index (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dautodiff.cpp799 std::unordered_map<Value*, size_t> capture_to_formal_index; in lambdaLiftReverse() local
801 capture_to_formal_index[captured] = reverse_block->inputs().size(); in lambdaLiftReverse()
817 return grad_desc.df->inputs()[capture_to_formal_index.at(v)]; in lambdaLiftReverse()