Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer.cc1111 absl::flat_hash_set<string> xla_compiled_functions; in OptimizeConsumeItem() local
1115 if (xla_compiled_functions.contains(func)) return; in OptimizeConsumeItem()
1120 xla_compiled_functions.insert(func); in OptimizeConsumeItem()
1171 if (xla_compiled_functions.contains(func_name)) continue; in OptimizeConsumeItem()