Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h44 static constexpr const char kTranscendentalsKey[] = "transcendentals"; variable
141 per_second_rates_[kTranscendentalsKey] = value; in set_transcendentals_per_second()
Dhlo_cost_analysis.cc36 constexpr const char HloCostAnalysis::kTranscendentalsKey[]; member in xla::HloCostAnalysis
111 current_properties_[kTranscendentalsKey] = computation_count; in HandleElementwiseOp()
795 current_properties_[kTranscendentalsKey] = in HandleRng()
804 current_properties_[kTranscendentalsKey] = in HandleRngBitGenerator()
1060 return GetProperty(kTranscendentalsKey, properties_sum_); in transcendental_count()
1076 return GetPropertyForHlo(hlo, kTranscendentalsKey, hlo_properties_); in transcendental_count()
Dmemory_space_assignment.cc254 cost_analysis_.per_second_rate(HloCostAnalysis::kTranscendentalsKey)); in GetInstructionElapsedDueToCompute()