Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc46 current_properties_.clear(); in Preprocess()
56 current_properties_[kBytesAccessedKey] = bytes_accessed; in Preprocess()
66 for (const auto& property : current_properties_) { in Postprocess()
74 current_properties_[kOptimalSecondsKey] = optimal_seconds; in Postprocess()
77 TF_RET_CHECK(hlo_properties_.emplace(hlo, current_properties_).second); in Postprocess()
78 for (const auto& property : current_properties_) { in Postprocess()
98 current_properties_[kTranscendentalsKey] = computation_count; in HandleElementwiseOp()
102 current_properties_[kFlopsKey] = computation_count; in HandleElementwiseOp()
154 current_properties_[kBytesAccessedKey] = 0; in HandleParameter()
155 current_properties_[kOptimalSecondsKey] = 0; in HandleParameter()
[all …]
Dhlo_cost_analysis.h213 Properties current_properties_; variable