Home
last modified time | relevance | path

Searched refs:kFollowOutputs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal_test.cc58 DfsTraversal(graph_view, start_nodes, TraversalDirection::kFollowOutputs, in TEST()
150 DfsTraversal(graph_view, start_nodes, TraversalDirection::kFollowOutputs, in TEST()
187 DfsTraversal(graph_view, start_nodes, TraversalDirection::kFollowOutputs, in TEST()
224 DfsTraversal(graph_view, start_nodes, TraversalDirection::kFollowOutputs, in TEST()
Dpattern_utils.h121 enum class MatchingDirection { kFollowInputs, kFollowOutputs }; enumerator
Dtraversal.h26 enum class TraversalDirection { kFollowInputs, kFollowOutputs }; enumerator
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc673 kFollowOutputs, enumerator
815 if (direction == TypeTraversalDirection::kFollowOutputs || in DfsTypeTraversal()
1591 graph_type_view_, {&root}, TypeTraversalDirection::kFollowOutputs, in PropagateDenyFwdThroughClearAndInfer()
1619 graph_type_view_, {&root}, TypeTraversalDirection::kFollowOutputs, in AddClearAndInferToAllowIfBetweenAllow()
Dloop_optimizer.cc471 TraversalDirection::kFollowOutputs, in GetStackPushNodesToConvert()
Dmemory_optimizer.cc1336 TraversalDirection::kFollowOutputs, in FindAssignNodesToRelax()