Searched defs:flop_count (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h47 tensorflow::StringPiece category, int64 cycles, int64 flop_count,
52 flop_count, transcendental_count, bytes_accessed, optimal_seconds});
64 int64 flop_count; member in struct:xla::HumanReadableProfileBuilder::OpInfo
45 AddOp(tensorflow::StringPiece op_name, tensorflow::StringPiece short_name, tensorflow::StringPiece category, int64 cycles, int64 flop_count, int64 transcendental_count, int64 bytes_accessed, float optimal_seconds) argument
H A Dhlo_cost_analysis.cc545 float HloCostAnalysis::flop_count() const { function in class:xla::HloCostAnalysis
561 int64 HloCostAnalysis::flop_count(const HloInstruction& hlo) const { function in class:xla::HloCostAnalysis

Completed in 244 milliseconds