Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc671 enum class TypeTraversalDirection { enum
749 const TypeTraversalDirection direction, in DfsTypeTraversal()
809 if (direction == TypeTraversalDirection::kFollowInputs || in DfsTypeTraversal()
810 direction == TypeTraversalDirection::kFollowInputsAndOutputs) { in DfsTypeTraversal()
815 if (direction == TypeTraversalDirection::kFollowOutputs || in DfsTypeTraversal()
816 direction == TypeTraversalDirection::kFollowInputsAndOutputs) { in DfsTypeTraversal()
1471 TypeTraversalDirection::kFollowInputsAndOutputs, in FindFloat32TensorListOpClustersAndDenylistUnsafe()
1512 graph_type_view_, {&root}, TypeTraversalDirection::kFollowInputs, in FindTensorListImplicitFloat32Edges()
1572 TypeTraversalDirection::kFollowInputs, in PropagateDenyFwdThroughClearAndInfer()
1591 graph_type_view_, {&root}, TypeTraversalDirection::kFollowOutputs, in PropagateDenyFwdThroughClearAndInfer()
[all …]