Home
last modified time | relevance | path

Searched refs:kFollowInputs (Results 1 – 9 of 9) 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()
342 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
363 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
399 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
420 SubGraphMatcher<MatchingDirection::kFollowInputs> graph_matcher(&graph_view); in TEST_F()
Dpattern_utils.h121 enum class MatchingDirection { kFollowInputs, kFollowOutputs }; enumerator
178 template <MatchingDirection DIRECTION = MatchingDirection::kFollowInputs>
Dpattern_utils.cc27 bool SubGraphMatcher<MatchingDirection::kFollowInputs>::DoesOpTypePatternMatch( in DoesOpTypePatternMatch()
103 bool SubGraphMatcher<MatchingDirection::kFollowInputs>::GetMatchedNodes( in GetMatchedNodes()
Dtraversal_test.cc89 DfsTraversal(graph_view, start_nodes, TraversalDirection::kFollowInputs, in TEST()
119 DfsTraversal(graph_view, start_nodes, TraversalDirection::kFollowInputs, in TEST()
Dtraversal.h26 enum class TraversalDirection { kFollowInputs, kFollowOutputs }; enumerator
Dtraversal.cc107 if (direction == TraversalDirection::kFollowInputs) { in DfsTraversal()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dcommon_subgraph_elimination.cc190 DfsTraversal(graph_view, {&root}, TraversalDirection::kFollowInputs, in DedupComputations()
Dauto_mixed_precision.cc672 kFollowInputs, enumerator
809 if (direction == TypeTraversalDirection::kFollowInputs || in DfsTypeTraversal()
1512 graph_type_view_, {&root}, TypeTraversalDirection::kFollowInputs, in FindTensorListImplicitFloat32Edges()
1572 TypeTraversalDirection::kFollowInputs, in PropagateDenyFwdThroughClearAndInfer()
1646 graph_type_view_, {&root}, TypeTraversalDirection::kFollowInputs, in AddClearAndInferToAllowIfBetweenAllow()
Dmemory_optimizer.cc621 DfsTraversal(graph_topology, {node}, TraversalDirection::kFollowInputs, in SchedulingPass()