Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc877 current_properties_.find(GetOutputBytesAccessedKey(shape_index)); in HandleFusion()
893 current_properties_.find(GetOutputBytesAccessedKey())); in HandleFusion()
1092 return GetPropertyForHlo(hlo, GetOutputBytesAccessedKey(index), in output_bytes_accessed()
1162 current_properties_[GetOutputBytesAccessedKey()] = value; in SetOutputBytesAccessed()
1166 current_properties_[GetOutputBytesAccessedKey(index)] = value; in SetOutputBytesAccessed()
1175 /*static*/ std::string HloCostAnalysis::GetOutputBytesAccessedKey( in GetOutputBytesAccessedKey() function in xla::HloCostAnalysis
Dhlo_cost_analysis.h190 static std::string GetOutputBytesAccessedKey(ShapeIndex index = {});