Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/
Dconcat_opt.cpp677 struct CombinableConcat { struct in torch::jit::__anond2d08d370311::ConcatCombiner
678 CombinableConcat(Node* a, Node* b, size_t i) in CombinableConcat() function
681 Node* first_concat;
682 Node* second_concat;
683 size_t idx;