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.cc38 constexpr const char HloCostAnalysis::kOptimalSecondsKey[]; member in xla::HloCostAnalysis
75 if (property.first != kOptimalSecondsKey) { in Postprocess()
82 current_properties_[kOptimalSecondsKey] = optimal_seconds; in Postprocess()
212 current_properties_[kOptimalSecondsKey] = 0; in HandleParameter()
220 current_properties_[kOptimalSecondsKey] = 0; in HandleConstant()
236 current_properties_[kOptimalSecondsKey] = 0; in HandleGetTupleElement()
319 current_properties_[kOptimalSecondsKey] = 0; in HandleDomain()
476 current_properties_[kOptimalSecondsKey] = 0; in HandleBitcast()
551 current_properties_[kOptimalSecondsKey] = 0; in HandleAfterAll()
565 current_properties_[kOptimalSecondsKey] = 0; in HandleAddDependency()
[all …]
Dhlo_cost_analysis.h46 static constexpr const char kOptimalSecondsKey[] = "optimal_seconds"; variable