Searched refs:transcendental_count (Results 1 – 13 of 13) 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 | 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_test.cc | 153 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 …]
|
D | hlo_profile_printer.cc | 61 instruction_info.transcendental_count(), in PrintHloProfile()
|
D | hlo_cost_analysis.h | 149 float transcendental_count() const; 160 int64 transcendental_count(const HloInstruction& hlo) const;
|
D | hlo_profile_printer_data.proto | 33 float transcendental_count = 5; field
|
D | hlo_execution_profile.cc | 105 cost_analysis.transcendental_count(*hlo)); in CreateHloProfilePrinterData()
|
D | hlo_cost_analysis.cc | 1059 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
|
D | service.cc | 1126 stats.set_transcendental_count(analysis.transcendental_count()); in GetComputationGraphStats()
|
D | memory_space_assignment.cc | 253 cost_analysis_.transcendental_count(instruction) / in GetInstructionElapsedDueToCompute()
|
/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 | 93 2 * cost_analysis_->transcendental_count(*instruction) + in GetParallelTaskCount()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 246 double transcendental_count = 2; field
|