Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/
Dcreate_autodiff_subgraphs.cpp174 differentiable_nodes += shouldConsiderForMerge(curr); in buildWorkBlocks()
243 bool shouldConsiderForMerge(Node* node) { in shouldConsiderForMerge() function in torch::jit::__anond27a20600111::SubgraphSlicer
262 if (shouldConsiderForMerge(consumer)) { in scanNode()
284 bool canMerge = shouldConsiderForMerge(producer) && in tryMerge()
Dfrozen_ops_to_mkldnn.cpp1062 bool shouldConsiderForMerge(Node* node) { in shouldConsiderForMerge() function in torch::jit::__anonf4fb6ed70111::MKLDNNSubgraphSlicer
1103 bool canMerge = shouldConsiderForMerge(consumer) && in tryMerge()
/external/pytorch/torch/csrc/jit/codegen/onednn/
Dgraph_rewriter.cpp99 if (llgaHelper_.shouldConsiderForMerge(consumer)) { in scanNode()
Dgraph_helper.h55 bool shouldConsiderForMerge(Node* node);
Dgraph_helper.cpp463 if (!shouldConsiderForMerge(toMerge)) { in shouldMerge()
499 bool LlgaGraphHelper::shouldConsiderForMerge(Node* node) { in shouldConsiderForMerge() function in torch::jit::fuser::onednn::LlgaGraphHelper