Home
last modified time | relevance | path

Searched defs:batchInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_var_batch_map.py71 def add_one_by_batch_num(batchInfo): argument
74 def add_one_by_epoch(batchInfo): argument
77 def simple_copy(colList, batchInfo): argument
156 def invert_sign_per_epoch(colList, batchInfo): argument
159 def invert_sign_per_batch(colList, batchInfo): argument
189 def col1_col2_add_num(col1, col2, batchInfo): argument
194 def invert_sign_per_batch(colList, batchInfo): argument
197 def invert_sign_per_batch_multi_col(col1, col2, batchInfo): argument
245 def batch_func(batchInfo): argument
249 def map_func(col1, col2, batchInfo): argument
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawValidationEncoder.cpp205 BatchInfo* batchInfo; in EncodeIndirectDrawValidationCommands() member
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dtransforms.py482 def __call__(self, imgs, annos, x1, x2, x3, x4, x5, x6, batchInfo): argument