Home
last modified time | relevance | path

Searched defs:flop_count (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h49 absl::string_view category, int64 cycles, int64 flop_count, in AddOp()
66 int64 flop_count; // -1 if unknown member
Dhlo_profile_printer_data.proto32 float flop_count = 4; field
Dhlo_cost_analysis.cc1055 float HloCostAnalysis::flop_count() const { in flop_count() function in xla::HloCostAnalysis
1071 int64 HloCostAnalysis::flop_count(const HloInstruction& hlo) const { in flop_count() function in xla::HloCostAnalysis
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto243 double flop_count = 1; field