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

  /external/tensorflow/tensorflow/compiler/xla/service/
human_readable_profile_builder.h 51 float optimal_seconds) {
54 bytes_accessed, optimal_seconds});
69 float optimal_seconds; // -1 if unknown member in struct:xla::HumanReadableProfileBuilder::OpInfo
hlo_cost_analysis.cc 65 float optimal_seconds = 0.0f; local
68 optimal_seconds = std::max(
69 optimal_seconds,
74 current_properties_[kOptimalSecondsKey] = optimal_seconds;
757 float HloCostAnalysis::optimal_seconds() const { function in class:xla::HloCostAnalysis
773 float HloCostAnalysis::optimal_seconds(const HloInstruction& hlo) const { function in class:xla::HloCostAnalysis

Completed in 1218 milliseconds