Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse.cc97 int64 CseHash(const HloInstruction* instruction) { in CseHash() function
139 absl::flat_hash_set<HloInstruction*, decltype(&CseHash), in Run()
141 representatives(/*N=*/computation->instruction_count() + 1, &CseHash, in Run()