Searched refs:current_properties_ (Results 1 – 2 of 2) sorted by relevance
51 current_properties_.clear(); in Preprocess()64 current_properties_[kBytesAccessedKey] = bytes_accessed; in Preprocess()74 for (const auto& property : current_properties_) { in Postprocess()82 current_properties_[kOptimalSecondsKey] = optimal_seconds; in Postprocess()85 TF_RET_CHECK(hlo_properties_.emplace(hlo, current_properties_).second); in Postprocess()86 for (const auto& property : current_properties_) { in Postprocess()111 current_properties_[kTranscendentalsKey] = computation_count; in HandleElementwiseOp()115 current_properties_[kFlopsKey] = computation_count; in HandleElementwiseOp()210 current_properties_[kBytesAccessedKey] = 0; in HandleParameter()212 current_properties_[kOptimalSecondsKey] = 0; in HandleParameter()[all …]
252 Properties current_properties_; variable