Searched refs:kFollowOutputs (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | traversal_test.cc | 58 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()
|
D | pattern_utils.h | 121 enum class MatchingDirection { kFollowInputs, kFollowOutputs }; enumerator
|
D | traversal.h | 26 enum class TraversalDirection { kFollowInputs, kFollowOutputs }; enumerator
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision.cc | 673 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()
|
D | loop_optimizer.cc | 471 TraversalDirection::kFollowOutputs, in GetStackPushNodesToConvert()
|
D | memory_optimizer.cc | 1336 TraversalDirection::kFollowOutputs, in FindAssignNodesToRelax()
|