Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/
Dconcat_opt.cpp361 replace_uses_with_[node->output()] = cat_out_value; in expandCat()
392 for (auto it : replace_uses_with_) { in cleanupExpandedCatOps()
490 std::unordered_map<Value*, Value*> replace_uses_with_; member in torch::jit::__anond2d08d370211::ConcatExpander