Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc33 constexpr char HloCostAnalysis::kOptimalSecondsKey[]; member in xla::HloCostAnalysis
67 if (property.first != kOptimalSecondsKey) { in Postprocess()
74 current_properties_[kOptimalSecondsKey] = optimal_seconds; in Postprocess()
155 current_properties_[kOptimalSecondsKey] = 0; in HandleParameter()
162 current_properties_[kOptimalSecondsKey] = 0; in HandleConstant()
175 current_properties_[kOptimalSecondsKey] = 0; in HandleGetTupleElement()
235 current_properties_[kOptimalSecondsKey] = 0; in HandleDomain()
364 current_properties_[kOptimalSecondsKey] = 0; in HandleBitcast()
420 current_properties_[kOptimalSecondsKey] = 0; in HandleAfterAll()
430 current_properties_[kOptimalSecondsKey] = 0; in HandleAddDependency()
[all …]
Dhlo_cost_analysis.h45 static constexpr char kOptimalSecondsKey[] = "optimal_seconds"; variable