Searched refs:DfsTypePredicates (Results 1 – 1 of 1) sorted by relevance
713 struct DfsTypePredicates { struct714 DfsTypePredicates() = default;715 DfsTypePredicates(std::function<bool(int)> enter, in DfsTypePredicates() function719 static DfsTypePredicates Enter(std::function<bool(int)> enter) { in Enter() argument720 return DfsTypePredicates(std::move(enter), nullptr); in Enter()723 static DfsTypePredicates Advance(std::function<bool(int)> advance) { in Advance() argument724 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 …]