Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/
Dconcat_opt.cpp614 auto it = cur_list_construct_inputs.find(combinable.first_concat); in getListConstructInputs()
619 cur_list_construct_inputs.erase(combinable.first_concat); in getListConstructInputs()
628 const auto& starting_values = getConcatInputs(combinable.first_concat); in getListConstructInputs()
679 : first_concat(a), second_concat(b), idx(i) {} in CombinableConcat()
681 Node* first_concat; member