Home
last modified time | relevance | path

Searched refs:transcendental_count (Results 1 – 12 of 12) 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
Dhlo_cost_analysis_test.cc154 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()
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.h134 float transcendental_count() const;
141 int64 transcendental_count(const HloInstruction& hlo) const;
Dhlo_profile_printer.cc61 instruction_info.transcendental_count(), in PrintHloProfile()
Dhlo_execution_profile.cc104 cost_analysis.transcendental_count(*hlo)); in CreateHloProfilePrinterData()
Dhlo_profile_printer_data.proto33 float transcendental_count = 5; field
Dhlo_cost_analysis.cc749 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
Dservice.cc1149 stats.set_transcendental_count(analysis.transcendental_count()); in GetComputationGraphStats()
/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.cc91 2 * cost_analysis_->transcendental_count(*instruction) + in GetParallelTaskCount()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto236 double transcendental_count = 2; field