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 32 constexpr char HloCostAnalysis::kOptimalSecondsKey[];
66 if (property.first != kOptimalSecondsKey) {
73 current_properties_[kOptimalSecondsKey] = optimal_seconds;
558 return GetProperty(kOptimalSecondsKey, properties_sum_);
574 return GetPropertyForHlo(hlo, kOptimalSecondsKey, hlo_properties_);
hlo_cost_analysis.h 45 static constexpr char kOptimalSecondsKey[] = "optimal_seconds";

Completed in 1503 milliseconds