Searched refs:transcendental_count (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | human_readable_profile_builder.h | 50 int64 transcendental_count, int64 bytes_accessed, in AddOp() argument 53 cycles, flop_count, transcendental_count, in AddOp() 67 int64 transcendental_count; member
|
D | hlo_cost_analysis_test.cc | 154 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F() 183 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F() 212 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F() 235 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F() 255 EXPECT_EQ(analysis.transcendental_count(), 10); in TEST_F() 401 EXPECT_EQ(analysis.transcendental_count(), 200); in TEST_F() 488 EXPECT_EQ(fusion_analysis.transcendental_count(), 4); in TEST_F() 523 EXPECT_EQ(fusion_analysis.transcendental_count(), 0); in TEST_F() 540 EXPECT_EQ(analysis.transcendental_count(), 0); in TEST_F() 564 EXPECT_EQ(analysis.transcendental_count(*domain), 0); in TEST_F()
|
D | human_readable_profile_builder.cc | 96 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()
|
D | hlo_cost_analysis.h | 134 float transcendental_count() const; 141 int64 transcendental_count(const HloInstruction& hlo) const;
|
D | hlo_profile_printer.cc | 61 instruction_info.transcendental_count(), in PrintHloProfile()
|
D | hlo_execution_profile.cc | 104 cost_analysis.transcendental_count(*hlo)); in CreateHloProfilePrinterData()
|
D | hlo_profile_printer_data.proto | 33 float transcendental_count = 5; field
|
D | hlo_cost_analysis.cc | 749 float HloCostAnalysis::transcendental_count() const { in transcendental_count() function in xla::HloCostAnalysis 765 int64 HloCostAnalysis::transcendental_count(const HloInstruction& hlo) const { in transcendental_count() function in xla::HloCostAnalysis
|
D | service.cc | 1149 stats.set_transcendental_count(analysis.transcendental_count()); in GetComputationGraphStats()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.cc | 472 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/ |
D | parallel_task_assignment.cc | 91 2 * cost_analysis_->transcendental_count(*instruction) + in GetParallelTaskCount()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 236 double transcendental_count = 2; field
|