Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Drng_bit_generator_expander.h41 struct RngGeneratorKey { struct
48 friend H AbslHashValue(H h, const RngGeneratorKey& c) { in AbslHashValue() argument
53 bool operator==(const RngGeneratorKey& o) const {
67 absl::flat_hash_map<RngGeneratorKey, HloComputation*> computation_cache_;
Drng_bit_generator_expander.cc59 RngGeneratorKey cache_key{data_shape, state_shape, algorithm, module}; in GetGeneratorComputation()