Home
last modified time | relevance | path

Searched refs:transcendental_count (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h50 int64 transcendental_count, int64 bytes_accessed, in AddOp() argument
53 cycles, flop_count, transcendental_count, in AddOp()
67 int64 transcendental_count; member
Dhuman_readable_profile_builder.cc96 op.transcendental_count > 0 && nsecs > 0 in ToString()
97 ? HumanReadableNumTranscendentalOps(op.transcendental_count, nsecs) in ToString()
118 total_transcendentals += std::max(op.transcendental_count, int64{0}); in ToString()
Dhlo_cost_analysis_test.cc153 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F()
187 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F()
223 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F()
253 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F()
279 EXPECT_EQ(analysis.transcendental_count(), 10); in TEST_F()
552 EXPECT_EQ(analysis.transcendental_count(), 200); in TEST_F()
639 EXPECT_EQ(fusion_analysis.transcendental_count(), 4); in TEST_F()
694 EXPECT_EQ(fusion_analysis.transcendental_count(), 4); in TEST_F()
748 EXPECT_EQ(fusion_analysis.transcendental_count(), 0); in TEST_F()
846 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F()
[all …]
Dhlo_profile_printer.cc61 instruction_info.transcendental_count(), in PrintHloProfile()
Dhlo_cost_analysis.h149 float transcendental_count() const;
160 int64 transcendental_count(const HloInstruction& hlo) const;
Dhlo_profile_printer_data.proto33 float transcendental_count = 5; field
Dhlo_execution_profile.cc105 cost_analysis.transcendental_count(*hlo)); in CreateHloProfilePrinterData()
Dhlo_cost_analysis.cc1059 float HloCostAnalysis::transcendental_count() const { in transcendental_count() function in xla::HloCostAnalysis
1075 int64 HloCostAnalysis::transcendental_count(const HloInstruction& hlo) const { in transcendental_count() function in xla::HloCostAnalysis
Dservice.cc1126 stats.set_transcendental_count(analysis.transcendental_count()); in GetComputationGraphStats()
Dmemory_space_assignment.cc253 cost_analysis_.transcendental_count(instruction) / in GetInstructionElapsedDueToCompute()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc472 computation_stats.flop_count() + computation_stats.transcendental_count(); in ExecutionStatsAsString()
479 ", transcendental count: ", computation_stats.transcendental_count(), in ExecutionStatsAsString()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc93 2 * cost_analysis_->transcendental_count(*instruction) + in GetParallelTaskCount()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto246 double transcendental_count = 2; field