Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc713 struct DfsTypePredicates { struct
714 DfsTypePredicates() = default;
715 DfsTypePredicates(std::function<bool(int)> enter, in DfsTypePredicates() function
719 static DfsTypePredicates Enter(std::function<bool(int)> enter) { in Enter() argument
720 return DfsTypePredicates(std::move(enter), nullptr); in Enter()
723 static DfsTypePredicates Advance(std::function<bool(int)> advance) { in Advance() argument
724 return DfsTypePredicates(nullptr, std::move(advance)); in Advance()
750 const DfsTypePredicates& predicates, in DfsTypeTraversal()
1472 DfsTypePredicates::Enter([&](int idx) -> bool { in FindFloat32TensorListOpClustersAndDenylistUnsafe()
1513 DfsTypePredicates::Enter([&](int idx) -> bool { in FindTensorListImplicitFloat32Edges()
[all …]