Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc31 constexpr char HloCostAnalysis::kTranscendentalsKey[]; member in xla::HloCostAnalysis
98 current_properties_[kTranscendentalsKey] = computation_count; in HandleElementwiseOp()
609 current_properties_[kTranscendentalsKey] = in HandleRng()
750 return GetProperty(kTranscendentalsKey, properties_sum_); in transcendental_count()
766 return GetPropertyForHlo(hlo, kTranscendentalsKey, hlo_properties_); in transcendental_count()
Dhlo_cost_analysis.h43 static constexpr char kTranscendentalsKey[] = "transcendentals"; variable
126 per_second_rates_[kTranscendentalsKey] = value; in set_transcendentals_per_second()