Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h49 absl::string_view category, int64_t cycles, int64_t flop_count, in AddOp()
67 int64_t flop_count; // -1 if unknown member
H A Dhlo_profile_printer_data.proto32 float flop_count = 4; field
H A Dhlo_cost_analysis.cc1121 float HloCostAnalysis::flop_count() const { in flop_count() function in xla::HloCostAnalysis
1137 int64_t HloCostAnalysis::flop_count(const HloInstruction& hlo) const { in flop_count() function in xla::HloCostAnalysis
/aosp_15_r20/external/libopus/dnn/torch/osce/utils/layers/
H A Dnoise_shaper.py65 def flop_count(self, rate): member in NoiseShaper
H A Dtd_shaper.py69 def flop_count(self, rate): member in TDShaper
H A Dlimited_adaptive_comb1d.py212 def flop_count(self, rate): member in LimitedAdaptiveComb1d
H A Dlimited_adaptive_conv1d.py127 def flop_count(self, rate): member in LimitedAdaptiveConv1d
/aosp_15_r20/external/libopus/dnn/torch/osce/models/
H A Dsilk_feature_net.py55 def flop_count(self, rate=200): member in SilkFeatureNet
H A Dlpcnet_feature_net.py58 def flop_count(self, rate=100): member in LPCNetFeatureNet
H A Dsilk_feature_net_pl.py93 def flop_count(self, rate=200): member in SilkFeatureNetPL
H A Dshape_up_48.py128 def flop_count(self, rate=16000, verbose=False): member in ShapeUp48
H A Dlavoce_400.py153 def flop_count(self, rate=16000, verbose=False): member in LaVoce400
H A Dlace.py115 def flop_count(self, rate=16000, verbose=False): member in LACE
H A Dno_lace.py157 def flop_count(self, rate=16000, verbose=False): member in NoLACE
H A Dlavoce.py169 def flop_count(self, rate=16000, verbose=False): member in LaVoce
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto248 double flop_count = 1; field