Home
last modified time | relevance | path

Searched defs:transforms (Results 1 – 25 of 68) sorted by relevance

123

/third_party/mindspore/mindspore/dataset/transforms/
Dpy_transforms_util.py36 def compose(transforms, *args): argument
112 def random_order(img, transforms): argument
129 def random_apply(img, transforms, prob): argument
148 def random_choice(img, transforms): argument
Dpy_transforms.py181 def __init__(self, transforms): argument
248 def __init__(self, transforms, prob=0.5): argument
284 def __init__(self, transforms): argument
319 def __init__(self, transforms): argument
Dc_transforms.py429 def __init__(self, transforms): argument
456 def __init__(self, transforms, prob=0.5): argument
483 def __init__(self, transforms): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtransforms.cc30 namespace transforms { namespace
40 Compose::Compose(const std::vector<TensorTransform *> &transforms) : data_(std::make_shared<Data>()… in Compose()
47 Compose::Compose(const std::vector<std::shared_ptr<TensorTransform>> &transforms) : data_(std::make… in Compose()
54 Compose::Compose(const std::vector<std::reference_wrapper<TensorTransform>> &transforms) in Compose()
193 RandomApply::RandomApply(const std::vector<TensorTransform *> &transforms, double prob) in RandomApply()
202 RandomApply::RandomApply(const std::vector<std::shared_ptr<TensorTransform>> &transforms, double pr… in RandomApply()
211 RandomApply::RandomApply(const std::vector<std::reference_wrapper<TensorTransform>> &transforms, do… in RandomApply()
227 RandomChoice::RandomChoice(const std::vector<TensorTransform *> &transforms) : data_(std::make_shar… in RandomChoice()
234 RandomChoice::RandomChoice(const std::vector<std::shared_ptr<TensorTransform>> &transforms) in RandomChoice()
242 RandomChoice::RandomChoice(const std::vector<std::reference_wrapper<TensorTransform>> &transforms) in RandomChoice()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Duniform_aug_ir.cc32 UniformAugOperation::UniformAugOperation(const std::vector<std::shared_ptr<TensorOperation>> &trans… in UniformAugOperation()
66 std::vector<nlohmann::json> transforms; in to_json() local
83 std::vector<std::shared_ptr<TensorOperation>> transforms = {}; in from_json() local
Dbounding_box_augment_ir.cc64 std::vector<std::shared_ptr<TensorOperation>> transforms; in from_json() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java97 public void transform(byte[][] dstBufs, TJTransform[] transforms, in transform()
120 public TJDecompressor[] transform(TJTransform[] transforms, int flags) in transform()
156 TJTransform[] transforms, int flags) throws TJException; in transform()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java97 public void transform(byte[][] dstBufs, TJTransform[] transforms, in transform()
120 public TJDecompressor[] transform(TJTransform[] transforms, int flags) in transform()
156 TJTransform[] transforms, int flags) throws TJException; in transform()
/third_party/skia/third_party/externals/tint/src/
Dclone_context.h198 const auto& transforms = list_transform_it->second; in Clone() local
387 auto& transforms = list_transforms_[&vector]; in InsertFront() local
401 auto& transforms = list_transforms_[&vector]; in InsertBack() local
425 auto& transforms = list_transforms_[&vector]; in InsertBefore() local
449 auto& transforms = list_transforms_[&vector]; in InsertAfter() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/
Dtransforms_ir.cc56 namespace transforms { namespace
62 ComposeOperation::ComposeOperation(const std::vector<std::shared_ptr<TensorOperation>> &transforms) in ComposeOperation()
220 RandomApplyOperation::RandomApplyOperation(const std::vector<std::shared_ptr<TensorOperation>> &tra… in RandomApplyOperation()
237 RandomChoiceOperation::RandomChoiceOperation(const std::vector<std::shared_ptr<TensorOperation>> &t… in RandomChoiceOperation()
/third_party/libpng/contrib/libtests/
Dtimepng.c147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file) in read_png()
193 static int perform_one_test(FILE *fp, int nfiles, png_int_32 transforms) in perform_one_test()
368 int transforms = -1; /* by row */ in main() local
Dpngimage.c282 is_combo(int transforms) in is_combo()
288 first_transform(int transforms) in first_transform()
294 is_bad_combo(int transforms) in is_bad_combo()
546 int transforms; /* Transform used in operation */ member
865 int transforms) in read_png()
1320 write_png(struct display *dp, png_infop ip, int transforms) in write_png()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file) in read_png()
193 static int perform_one_test(FILE *fp, int nfiles, png_int_32 transforms) in perform_one_test()
368 int transforms = -1; /* by row */ in main() local
Dpngimage.c282 is_combo(int transforms) in is_combo()
288 first_transform(int transforms) in first_transform()
294 is_bad_combo(int transforms) in is_bad_combo()
546 int transforms; /* Transform used in operation */ member
865 int transforms) in read_png()
1320 write_png(struct display *dp, png_infop ip, int transforms) in write_png()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file) in read_png()
193 static int perform_one_test(FILE *fp, int nfiles, png_int_32 transforms) in perform_one_test()
368 int transforms = -1; /* by row */ in main() local
/third_party/skia/docs/examples/
DCanvas_drawTextRSXform.cpp8 SkRSXform transforms[iterations]; in draw() local
/third_party/skia/third_party/externals/tint/src/transform/
Dtest_helper.h44 std::vector<std::unique_ptr<transform::Transform>> transforms; variable
/third_party/flutter/skia/docs/examples/
DCanvas_drawTextRSXform.cpp8 SkRSXform transforms[iterations]; in draw() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DTransform.java78 int[] prefixSuffixHeads, int[] transforms, String prefixSuffixSrc, String transformsSrc) { in unpackTransforms()
102 int len, Transforms transforms, int transformIndex) { in transformDictionaryWord()
/third_party/boost/boost/yap/
Dalgorithm.hpp673 constexpr auto make_transform_tuple(Transforms &... transforms) in make_transform_tuple()
705 transform(Expr && expr, Transform && transform, Transforms &&... transforms) in transform()
724 constexpr decltype(auto) transform_strict( in transform_strict()
/third_party/flutter/skia/src/sksl/
DSkSLHCodeGenerator.cpp239 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor() local
304 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields() local
/third_party/pixman/test/
Drotate-test.c33 static const pixman_transform_t transforms[] = variable
/third_party/skia/third_party/externals/brotli/c/common/
Dtransform.c237 const BrotliTransforms* transforms, int transform_idx) { in BrotliTransformDictionaryWord()
/third_party/node/deps/brotli/c/common/
Dtransform.c237 const BrotliTransforms* transforms, int transform_idx) { in BrotliTransformDictionaryWord()
/third_party/node/deps/npm/node_modules/spdx-correct/
Dindex.js60 var transforms = [ variable

123