Home
last modified time | relevance | path

Searched refs:DEFAULT_BATCH_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_measure.c80 const int DEFAULT_BATCH_SIZE = 16 * 1024; in intel_measure_init() local
81 config.batch_size = DEFAULT_BATCH_SIZE; in intel_measure_init()
177 if (batch_size < DEFAULT_BATCH_SIZE) { in intel_measure_init()
182 if (batch_size > DEFAULT_BATCH_SIZE * 1024) { in intel_measure_init()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Drestricted_trace_gold_tests.py58 DEFAULT_BATCH_SIZE = 5 variable
439 help='Number of tests to run in a group. Default: %d' % DEFAULT_BATCH_SIZE,
441 default=DEFAULT_BATCH_SIZE)
/third_party/mindspore/mindspore/explainer/explanation/_counterfactual/
Dhierarchical_occlusion.py37 DEFAULT_BATCH_SIZE = 64 # default batch size for batch inference search variable
815 batch_size=DEFAULT_BATCH_SIZE):