Searched refs:capture_to_formal_index (Results 1 – 1 of 1) sorted by relevance
799 std::unordered_map<Value*, size_t> capture_to_formal_index; in lambdaLiftReverse() local801 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()