Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconcat_opt.cpp628 const auto& starting_values = getConcatInputs(combinable.first_concat); in getListConstructInputs() local
630 cur_list->end(), starting_values.begin(), starting_values.end()); in getListConstructInputs()