HomeSort by relevance Sort by last modified time
    Searched refs:transcendental_count (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_profile_printer_data.proto 33 float transcendental_count = 5;
human_readable_profile_builder.h 50 int64 transcendental_count, int64 bytes_accessed,
53 cycles, flop_count, transcendental_count,
67 int64 transcendental_count; member in struct:xla::HumanReadableProfileBuilder::OpInfo
hlo_profile_printer.cc 61 instruction_info.transcendental_count(),
human_readable_profile_builder.cc 96 op.transcendental_count > 0 && nsecs > 0
97 ? HumanReadableNumTranscendentalOps(op.transcendental_count, nsecs)
118 total_transcendentals += std::max(op.transcendental_count, int64{0});
hlo_cost_analysis_test.cc 154 EXPECT_EQ(analysis.transcendental_count(), 0);
183 EXPECT_EQ(analysis.transcendental_count(), 0);
212 EXPECT_EQ(analysis.transcendental_count(), 0);
235 EXPECT_EQ(analysis.transcendental_count(), 0);
255 EXPECT_EQ(analysis.transcendental_count(), 10);
401 EXPECT_EQ(analysis.transcendental_count(), 200);
488 EXPECT_EQ(fusion_analysis.transcendental_count(), 4);
523 EXPECT_EQ(fusion_analysis.transcendental_count(), 0);
540 EXPECT_EQ(analysis.transcendental_count(), 0);
564 EXPECT_EQ(analysis.transcendental_count(*domain), 0)
    [all...]
hlo_execution_profile.cc 104 cost_analysis.transcendental_count(*hlo));
hlo_cost_analysis.h 134 float transcendental_count() const;
141 int64 transcendental_count(const HloInstruction& hlo) const;
hlo_cost_analysis.cc 749 float HloCostAnalysis::transcendental_count() const { function in class:xla::HloCostAnalysis
765 int64 HloCostAnalysis::transcendental_count(const HloInstruction& hlo) const { function in class:xla::HloCostAnalysis
service.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
client.cc 472 computation_stats.flop_count() + computation_stats.transcendental_count();
479 ", transcendental count: ", computation_stats.transcendental_count(),
  /external/tensorflow/tensorflow/compiler/xla/
xla_data.proto 236 double transcendental_count = 2;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
parallel_task_assignment.cc 91 2 * cost_analysis_->transcendental_count(*instruction) +

Completed in 629 milliseconds