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 77 TF_RET_CHECK(hlo_properties_.emplace(hlo, current_properties_).second);
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_);
788 hlo_properties_.insert(visitor.hlo_properties_.begin(),
789 visitor.hlo_properties_.end());
hlo_cost_analysis.h 204 HloToProperties hlo_properties_; member in class:xla::HloCostAnalysis

Completed in 86 milliseconds