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.cc127 /*static*/ float HloCostAnalysis::GetPropertyForHlo( in GetPropertyForHlo() function in xla::HloCostAnalysis
1072 return GetPropertyForHlo(hlo, kFlopsKey, hlo_properties_); in flop_count()
1076 return GetPropertyForHlo(hlo, kTranscendentalsKey, hlo_properties_); in transcendental_count()
1080 return GetPropertyForHlo(hlo, kBytesAccessedKey, hlo_properties_); in bytes_accessed()
1086 return GetPropertyForHlo(hlo, GetOperandBytesAccessedKey(operand_num, index), in operand_bytes_accessed()
1092 return GetPropertyForHlo(hlo, GetOutputBytesAccessedKey(index), in output_bytes_accessed()
1097 return GetPropertyForHlo(hlo, kOptimalSecondsKey, hlo_properties_); in optimal_seconds()
Dhlo_cost_analysis.h222 static float GetPropertyForHlo(const HloInstruction& hlo, const string& key,