Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tensorflow/
H A DTfUtils.cpp258 std::set<std::string> matched_nodes = matched_nodes_; in GetOpTypeMatches() local
332 void GraphMatcher::SetMatchedNodes(std::set<std::string>& matched_nodes) { in SetMatchedNodes()
346 std::set<std::string> matched_nodes; in ReplaceMatchingOpTypes() local
H A DTfModelOptimizer.cpp391 std::set<std::string> matched_nodes{}; in ResolveRNNGRUCell() local
/dports/math/igraph/igraph-0.9.5/src/isomorphism/
H A Dvf2.c126 long int matched_nodes = 0; in igraph_isomorphic_function_vf2() local
1031 long int matched_nodes = 0; in igraph_subisomorphic_function_vf2() local
/dports/math/R-cran-igraph/igraph/src/
H A Dtopology.c1135 long int matched_nodes = 0; in igraph_isomorphic_function_vf2() local
2051 long int matched_nodes = 0; in igraph_subisomorphic_function_vf2() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/ir/
H A Ddataflow_matcher.cc482 Map<DFPattern, Array<Expr>> matched_nodes; member