Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils_test.cc174 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
256 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
356 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
377 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
413 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
434 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
549 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher( in TEST_F()
Dpattern_utils.h179 class SubGraphMatcher {
181 SubGraphMatcher(MutableGraphView* graph_view) : graph_view_(graph_view){}; in SubGraphMatcher() function
Dpattern_utils.cc57 bool SubGraphMatcher<MatchingDirection::kFollowInputs>::DoesOpTypePatternMatch( in DoesOpTypePatternMatch()
168 bool SubGraphMatcher<MatchingDirection::kFollowInputs>::GetMatchedNodes( in GetMatchedNodes()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc1239 utils::SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher( in FindMatMulBiasAddAndGelu()
1350 utils::SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher( in FindMulAndMaximum()
1433 utils::SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher( in FindSigmoidAndMul()
1521 utils::SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher( in FindMklLayerNorm()
2005 utils::SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher( in FindFusedBatchMatMul()
3293 utils::SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher( in FindSoftplusAndTanhAndMul()