Searched refs:aug (Results 1 – 25 of 69) sorted by relevance
123
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_sync_wait.py | 46 aug = Augment(0) 47 dataset = dataset.sync_wait(condition_name="policy", callback=aug.update) 48 dataset = dataset.map(operations=[aug.preprocess], input_columns=["input"]) 68 aug = Augment(0) 70 dataset = dataset.sync_wait(condition_name="policy", callback=aug.update) 71 dataset = dataset.map(operations=[aug.preprocess], input_columns=["input"]) 90 aug = Augment(0) 92 dataset = dataset.sync_wait(condition_name="every batch", callback=aug.update) 94 dataset = dataset.map(operations=[aug.preprocess], input_columns=["input"]) 117 aug = Augment(0) [all …]
|
D | util.py | 279 def visualize_with_bounding_boxes(orig, aug, annot_name="bbox", plot_rows=3): argument 300 if not isinstance(orig, list) or not isinstance(aug, list): 302 if len(orig) != len(aug) or not orig: 308 orig, aug = np.array(orig), np.array(aug) 314 …aug = np.split(aug[:split_point], batch_size) + ([aug[split_point:]] if (split_point < aug.shape[0… 317 aug = [aug] 319 for ix, allData in enumerate(zip(orig, aug)):
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | kl.txt | 107 "aug", 137 "aug",
|
D | lv.txt | 936 "aug.", 980 "aug.", 1375 downwards_upwards_arrows{"augšupvērstās bultiņas"} 1437 upwards_arrows{"augšupvērstās bultiņas"}
|
D | ia.txt | 472 "aug", 516 "aug",
|
D | nn.txt | 559 "aug.", 603 "aug",
|
D | fo.txt | 688 "aug.", 732 "aug",
|
D | bs.txt | 730 "aug", 774 "aug",
|
D | da.txt | 823 "aug.", 867 "aug.",
|
D | et.txt | 797 "aug", 841 "aug",
|
/third_party/icu/icu4c/source/data/locales/ |
D | kl.txt | 105 "aug", 135 "aug",
|
D | lv.txt | 941 "aug.", 985 "aug.", 1357 downwards_upwards_arrows{"lejupvērstās un augšupvērstās bultiņas"} 1418 upwards_arrows{"augšupvērstās bultiņas"}
|
D | ia.txt | 623 "aug", 667 "aug",
|
D | nn.txt | 298 "aug.",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | kl.txt | 105 "aug", 135 "aug",
|
D | lv.txt | 941 "aug.", 985 "aug.", 1357 downwards_upwards_arrows{"lejupvērstās un augšupvērstās bultiņas"} 1418 upwards_arrows{"augšupvērstās bultiņas"}
|
D | ia.txt | 623 "aug", 667 "aug",
|
D | nn.txt | 298 "aug.",
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | material_lv.arb | 46 "reorderItemUp": "Pārvietot uz augšu",
|
/third_party/icu/icu4c/source/data/lang/ |
D | lv.txt | 126 de_CH{"augšvācu (Šveice)"} 206 hsb{"augšsorbu"} 828 superscript{"augšraksts {0}"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | lv.txt | 126 de_CH{"augšvācu (Šveice)"} 206 hsb{"augšsorbu"} 828 superscript{"augšraksts {0}"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | lv.txt | 124 de_CH{"augšvācu (Šveice)"} 203 hsb{"augšsorbu"}
|
/third_party/typescript/src/compiler/ |
D | program.ts | 3991 for (const aug of moduleAugmentations) { constant 3992 if (aug.kind === SyntaxKind.StringLiteral) { 3993 res.push(aug.text); 4004 for (const aug of moduleAugmentations) { constant 4005 if (aug.kind === SyntaxKind.StringLiteral) { 4006 if (index === augIndex) return aug;
|
/third_party/python/Lib/test/ |
D | test_ast.py | 1206 aug = ast.AugAssign(ast.Name("x", ast.Load()), ast.Add(), 1208 self.stmt(aug, "must have Store context") 1209 aug = ast.AugAssign(ast.Name("x", ast.Store()), ast.Add(), 1211 self.stmt(aug, "must have Load context")
|
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | cookie.js | 69 jul:6, aug:7, sep:8, oct:9, nov:10, dec:11 property
|
123