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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc 33 constexpr char HloCostAnalysis::kOptimalSecondsKey[];
67 if (property.first != kOptimalSecondsKey) {
74 current_properties_[kOptimalSecondsKey] = optimal_seconds;
155 current_properties_[kOptimalSecondsKey] = 0;
162 current_properties_[kOptimalSecondsKey] = 0;
175 current_properties_[kOptimalSecondsKey] = 0;
235 current_properties_[kOptimalSecondsKey] = 0;
364 current_properties_[kOptimalSecondsKey] = 0;
420 current_properties_[kOptimalSecondsKey] = 0;
430 current_properties_[kOptimalSecondsKey] = 0
    [all...]
hlo_cost_analysis.h 45 static constexpr char kOptimalSecondsKey[] = "optimal_seconds";

Completed in 997 milliseconds