Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Drng_bit_generator_expander.cc60 auto it = computation_cache_.find(cache_key); in GetGeneratorComputation()
61 if (it != computation_cache_.end()) { in GetGeneratorComputation()
97 computation_cache_.emplace(cache_key, new_computation); in GetGeneratorComputation()
Dcholesky_expander.h43 absl::flat_hash_map<string, HloComputation*> computation_cache_; variable
Dqr_expander.h56 absl::flat_hash_map<string, HloComputation*> computation_cache_; variable
Dtriangular_solve_expander.h65 absl::flat_hash_map<string, HloComputation*> computation_cache_; variable
Drng_bit_generator_expander.h67 absl::flat_hash_map<RngGeneratorKey, HloComputation*> computation_cache_; variable
Dcholesky_expander.cc232 computation_cache_.emplace(name, nullptr).first->second; in ExpandInstruction()
Dqr_expander.cc431 computation_cache_.emplace(name, nullptr).first->second; in ExpandInstruction()
Dtriangular_solve_expander.cc577 computation_cache_.emplace(name, nullptr).first->second; in ExpandInstruction()