Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc114 /*static*/ float HloCostAnalysis::GetPropertyForHlo( in GetPropertyForHlo() function in xla::HloCostAnalysis
762 return GetPropertyForHlo(hlo, kFlopsKey, hlo_properties_); in flop_count()
766 return GetPropertyForHlo(hlo, kTranscendentalsKey, hlo_properties_); in transcendental_count()
770 return GetPropertyForHlo(hlo, kBytesAccessedKey, hlo_properties_); in bytes_accessed()
774 return GetPropertyForHlo(hlo, kOptimalSecondsKey, hlo_properties_); in optimal_seconds()
Dhlo_cost_analysis.h192 static float GetPropertyForHlo(const HloInstruction& hlo, const string& key,