Searched defs:batchSize (Results 1 – 10 of 10) sorted by relevance
42 int64_t batchSize = total_count / thread_num; in InitRandomNormal() local
38 int batchSize = 0; field in TrainModel293 public int setBatchSize(int batchSize) { in setBatchSize()
81 int64_t batchSize = total_count / thread_num; in InitRandomNormal() local
34 private long batchSize; field in NetRunner
231 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa… constant
60 private int batchSize = 16; field in FLLiteClient
440 constexpr const int batchSize = 128; in glyph_to_unicode_map() local
473 AtomicInt batchSize; member
64 static const int batchSize = 128; variable
887 TestQueue BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) in BatchTests()