Searched refs:augment (Results 1 - 10 of 10) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dkeywords.c148 char stringpool_str7[sizeof("augment")];
196 "augment",
/external/valgrind/coregrind/
H A Dm_commandline.c160 Bool augment = True; local
192 augment = False;
213 if (augment) {
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
H A Dfully_connected_reader.py68 def augment(image, label): function
116 dataset = dataset.map(augment)
/external/libdrm/
H A Dxf86drmMode.c1518 int drmModeAtomicMerge(drmModeAtomicReqPtr base, drmModeAtomicReqPtr augment) argument
1523 if (!augment || augment->cursor == 0)
1526 if (base->cursor + augment->cursor >= base->size_items) {
1530 base->size_items = base->cursor + augment->cursor;
1540 memcpy(&base->items[base->cursor], augment->items,
1541 augment->cursor * sizeof(*augment->items));
1542 base->cursor += augment->cursor;
H A Dxf86drmMode.h525 drmModeAtomicReqPtr augment);
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dimage_test.py86 generator.fit(images, augment=True)
H A Dimage.py668 """Randomly augment a single image tensor.
767 def fit(self, x, augment=False, rounds=1, seed=None):
778 augment: Whether to fit on randomly augmented samples
779 rounds: If `augment`,
804 if augment:
/external/python/cpython2/Parser/
H A Dspark.py109 self.augment(start)
160 self.augment(start)
205 def augment(self, start): member in class:GenericParser
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-format.tex1387 % It would be easy to use an XML format to augment the one proposed here, but
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 2295 milliseconds