Home
last modified time | relevance | path

Searched defs:BATCH_SIZE (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/ryu/tests/
Dexhaustive.rs10 const BATCH_SIZE: u32 = 1_000_000; in test_exhaustive() constant
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dcandidate_sampler_ops_test.py30 BATCH_SIZE = 3 variable in RangeSamplerOpsTest
/external/igt-gpu-tools/tests/i915/
Dgem_cs_prefetch.c42 #define BATCH_SIZE 4096 macro
Dgem_cs_tlb.c57 #define BATCH_SIZE (1024*1024) macro
Dgem_lut_handle.c44 #define BATCH_SIZE (1024*1024) macro
Dgem_fenced_exec_thrash.c41 #define BATCH_SIZE 4096 macro
Dgem_exec_gttfill.c29 #define BATCH_SIZE (4096<<10) macro
Dgem_exec_lut_handle.c44 #define BATCH_SIZE (1024*1024) macro
/external/libaom/common/
Drawenc.c16 #define BATCH_SIZE 8 macro
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DSemaphoreBenchmark.kt90 private const val BATCH_SIZE = 100000 constant
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/
DForkJoinBenchmark.kt44 const val BATCH_SIZE = 32 * 8192 constant
/external/igt-gpu-tools/lib/
Digt_dummyload.c65 static const int BATCH_SIZE = 4096; variable
/external/linux-kselftest/tools/testing/selftests/bpf/
Dxdpxceiver.h38 #define BATCH_SIZE 64 macro
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc1409 #define BM_ImageNetSoftmaxFwd(BATCH_SIZE, NODE_DEPTH, TH, GPU, LABEL) \ argument
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1501 BATCH_SIZE = 16 variable in UnrollLSTMTest