Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_node_indexing_evaluation.cc112 absl::flat_hash_set<const HloInstruction*> indexing_users_of_producer) { in UpdateEvaluationCache() argument
114 indexing_users_[producer] = std::move(indexing_users_of_producer); in UpdateEvaluationCache()
Dfusion_node_indexing_evaluation.h50 absl::flat_hash_set<const HloInstruction*> indexing_users_of_producer);