Searched refs:GetPropertyForHlo (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cost_analysis.cc | 114 /*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()
|
D | hlo_cost_analysis.h | 192 static float GetPropertyForHlo(const HloInstruction& hlo, const string& key,
|