Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmake_deterministic.cc507 absl::flat_hash_set<std::string>* functions_processed);
519 absl::flat_hash_set<std::string>* functions_processed, in FunctionMayIntroduceNondeterminism() argument
521 if (functions_processed->contains(function_name)) { in FunctionMayIntroduceNondeterminism()
524 functions_processed->insert(function_name); in FunctionMayIntroduceNondeterminism()
534 library, node_def, nondeterminism_type, functions_processed); in FunctionMayIntroduceNondeterminism()
550 absl::flat_hash_set<string> functions_processed; in FunctionMayIntroduceNondeterminism() local
553 &functions_processed, nullptr); in FunctionMayIntroduceNondeterminism()
560 absl::flat_hash_set<std::string>* functions_processed) { in FunctionNodeMayIntroduceNondeterminism() argument
607 functions_processed, nullptr)) { in FunctionNodeMayIntroduceNondeterminism()
694 absl::flat_hash_set<std::string> functions_processed; in OptimizeAndCollectStats() local
[all …]