Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/random_normal/
Drandom_cpu_kernel.cc42 int64_t batchSize = total_count / thread_num; in InitRandomNormal() local
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/model/
DTrainModel.java38 int batchSize = 0; field in TrainModel
293 public int setBatchSize(int batchSize) { in setBatchSize()
/third_party/mindspore/mindspore/ccsrc/ps/random_normal/
Drandom_normal.cc81 int64_t batchSize = total_count / thread_num; in InitRandomNormal() local
/third_party/mindspore/mindspore/lite/examples/train_lenet_java/src/main/java/com/mindspore/lite/train_lenet/
DNetRunner.java34 private long batchSize; field in NetRunner
/third_party/typescript/src/testRunner/parallel/
Dhost.ts231 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa… constant
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLLiteClient.java60 private int batchSize = 16; field in FLLiteClient
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp440 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()