HomeSort by relevance Sort by last modified time
    Searched refs:GetPropertyForHlo (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc 114 /*static*/ float HloCostAnalysis::GetPropertyForHlo(
762 return GetPropertyForHlo(hlo, kFlopsKey, hlo_properties_);
766 return GetPropertyForHlo(hlo, kTranscendentalsKey, hlo_properties_);
770 return GetPropertyForHlo(hlo, kBytesAccessedKey, hlo_properties_);
774 return GetPropertyForHlo(hlo, kOptimalSecondsKey, hlo_properties_);
hlo_cost_analysis.h 192 static float GetPropertyForHlo(const HloInstruction& hlo, const string& key,

Completed in 77 milliseconds