Searched refs:optimal_seconds (Results 1 – 8 of 8) sorted by relevance
49 float optimal_seconds) { in AddOp() argument52 flop_count, transcendental_count, bytes_accessed, optimal_seconds}); in AddOp()67 float optimal_seconds; member
65 op.optimal_seconds * 1e6, in ToString()81 optimal_seconds_sum += op.optimal_seconds; in ToString()119 CyclesToMicroseconds(op.cycles) - op.optimal_seconds * 1e6; in ToString()
64 float optimal_seconds = 0.0f; in Postprocess() local67 optimal_seconds = std::max( in Postprocess()68 optimal_seconds, in Postprocess()73 current_properties_[kOptimalSecondsKey] = optimal_seconds; in Postprocess()557 float HloCostAnalysis::optimal_seconds() const { in optimal_seconds() function in xla::HloCostAnalysis573 float HloCostAnalysis::optimal_seconds(const HloInstruction& hlo) const { in optimal_seconds() function in xla::HloCostAnalysis
125 float optimal_seconds() const;132 float optimal_seconds(const HloInstruction& hlo) const;
56 instruction_info.optimal_seconds()); in PrintHloProfile()
99 cost_analysis.optimal_seconds(*hlo)); in CreateHloProfilePrinterData()
35 float optimal_seconds = 7; field
392 EXPECT_EQ(fusion_analysis.optimal_seconds(), 1 << i); in TEST_F()