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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc 76 TF_RET_CHECK(hlo_properties_.emplace(hlo, current_properties_).second);
562 return GetPropertyForHlo(hlo, kFlopsKey, hlo_properties_);
566 return GetPropertyForHlo(hlo, kTranscendentalsKey, hlo_properties_);
570 return GetPropertyForHlo(hlo, kBytesAccessedKey, hlo_properties_);
574 return GetPropertyForHlo(hlo, kOptimalSecondsKey, hlo_properties_);
hlo_cost_analysis.h 175 HloToProperties hlo_properties_; member in class:xla::HloCostAnalysis

Completed in 850 milliseconds