Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcan_emit_inline.h81 Node* scanNode(Node* n) { in scanNode() function
H A Dpreprocess_graph.cpp119 void scanNode(Node* n) { in insertLastUses() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dinline_autodiff_subgraphs.cpp42 graph_node_list::iterator scanNode(Node* node, size_t threshold) { in scanNode() function
H A Dcreate_autodiff_subgraphs.cpp261 std::pair<graph_node_list::iterator, bool> scanNode(Node* consumer) { in scanNode() function in torch::jit::__anon5a51c5e00111::SubgraphSlicer
H A Dtensorexpr_fuser.cpp643 std::pair<graph_node_list::iterator, bool> scanNode(Node* n) { in scanNode() function in torch::jit::TensorExprFuser
H A Dfrozen_ops_to_mkldnn.cpp1071 std::pair<graph_node_list::iterator, bool> scanNode(Node* producer) { in scanNode() function in torch::jit::__anon6095a4570111::MKLDNNSubgraphSlicer
H A Dgraph_fuser.cpp868 std::pair<graph_node_list::iterator, bool> scanNode(Node* consumer) { in scanNode() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A Dgraph_rewriter.cpp95 std::pair<graph_node_list::iterator, bool> GraphRewriter::scanNode( in scanNode() function in torch::jit::fuser::onednn::GraphRewriter
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dfusion.cpp231 static std::pair<graph_node_list::iterator, bool> scanNode( in scanNode() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpython_print.cpp292 Node* scanNode(Node* n) { in scanNode() function