Home
last modified time | relevance | path

Searched defs:batchSize (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/train_lenet_java/src/main/java/com/mindspore/lite/train_lenet/
DNetRunner.java34 private int batchSize; field in NetRunner
/third_party/typescript/src/testRunner/parallel/
Dhost.ts240 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa… constant
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/profiler/
Dprofiling_data_dumper.cc286 uint64_t batchSize = 0; in GatherAndDumpData() local
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp440 constexpr const int batchSize = 128; in glyph_to_unicode_map() local
/third_party/skia/m133/src/ports/
DSkTypeface_win_dw.cpp693 constexpr const int batchSize = 128; in glyph_to_unicode_map() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp473 AtomicInt batchSize; member
DRenderer.cpp64 static const int batchSize = 128; variable
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp887 TestQueue BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) in BatchTests()