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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.h 145 const Properties& properties() const { return properties_sum_; }
216 Properties properties_sum_; member in class:xla::HloCostAnalysis
hlo_cost_analysis.cc 79 properties_sum_[property.first] += property.second;
746 return GetProperty(kFlopsKey, properties_sum_);
750 return GetProperty(kTranscendentalsKey, properties_sum_);
754 return GetProperty(kBytesAccessedKey, properties_sum_);
758 return GetProperty(kOptimalSecondsKey, properties_sum_);

Completed in 71 milliseconds