Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h138 per_second_rates_[kFlopsKey] = value; in set_flops_per_second()
141 per_second_rates_[kTranscendentalsKey] = value; in set_transcendentals_per_second()
144 per_second_rates_[kBytesAccessedKey] = value; in set_bytes_per_second()
183 return GetProperty(key, per_second_rates_); in per_second_rate()
260 Properties per_second_rates_; variable
Dhlo_cost_analysis.cc45 : shape_size_(shape_size), per_second_rates_(per_second_rates) {} in HloCostAnalysis()
79 GetProperty(property.first, per_second_rates_, INFINITY)); in Postprocess()
1138 auto visitor = CreateNestedCostAnalysis(shape_size_, per_second_rates_); in ProcessSubcomputation()