Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h176 const Properties& properties() const { return properties_sum_; } in properties()
255 Properties properties_sum_; variable
Dhlo_cost_analysis.cc87 properties_sum_[property.first] += property.second; in Postprocess()
1056 return GetProperty(kFlopsKey, properties_sum_); in flop_count()
1060 return GetProperty(kTranscendentalsKey, properties_sum_); in transcendental_count()
1064 return GetProperty(kBytesAccessedKey, properties_sum_); in bytes_accessed()
1068 return GetProperty(kOptimalSecondsKey, properties_sum_); in optimal_seconds()