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