Home
last modified time | relevance | path

Searched defs:bytes_per_sec (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/api/units/
H A Ddata_rate.h58 constexpr T bytes_per_sec() const { in bytes_per_sec() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.cc50 std::string bytes_per_sec; in ToString() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_pread.c93 static const char *bytes_per_sec(char *buf, double v) in bytes_per_sec() function
H A Dgem_exec_blt.c154 static const char *bytes_per_sec(char *buf, double v) in bytes_per_sec() function
H A Dgem_pwrite_pread.c234 static const char *bytes_per_sec(char *buf, double v) in bytes_per_sec() function
H A Dgem_pwrite.c95 static const char *bytes_per_sec(char *buf, double v) in bytes_per_sec() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h70 double bytes_per_sec = (input_bytes_ * inference_time_us_.count() * 1e6) / in throughput_MB_per_second() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dxla_hlo_profile_test.cc50 std::string bytes_per_sec; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_blit_perf.c681 double bytes_per_sec = bytes / sec; in si_test_blit_perf() local
/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/
Dwrite.rs324 let bytes_per_sec = spec.sample_rate in write_waveformat() localVariable