| /third_party/mindspore/mindspore/dataset/transforms/ |
| D | py_transforms_util.py | 36 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
|
| D | py_transforms.py | 181 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
|
| D | c_transforms.py | 429 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/ |
| D | transforms.cc | 30 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/ |
| D | uniform_aug_ir.cc | 32 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
|
| D | bounding_box_augment_ir.cc | 64 std::vector<std::shared_ptr<TensorOperation>> transforms; in from_json() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJTransformer.java | 97 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/ |
| D | TJTransformer.java | 97 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/ |
| D | clone_context.h | 198 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/ |
| D | transforms_ir.cc | 56 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/ |
| D | timepng.c | 147 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
|
| D | pngimage.c | 282 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/ |
| D | timepng.c | 147 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
|
| D | pngimage.c | 282 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/ |
| D | timepng.c | 147 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/ |
| D | Canvas_drawTextRSXform.cpp | 8 SkRSXform transforms[iterations]; in draw() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | test_helper.h | 44 std::vector<std::unique_ptr<transform::Transform>> transforms; variable
|
| /third_party/flutter/skia/docs/examples/ |
| D | Canvas_drawTextRSXform.cpp | 8 SkRSXform transforms[iterations]; in draw() local
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| D | Transform.java | 78 int[] prefixSuffixHeads, int[] transforms, String prefixSuffixSrc, String transformsSrc) { in unpackTransforms() 102 int len, Transforms transforms, int transformIndex) { in transformDictionaryWord()
|
| /third_party/boost/boost/yap/ |
| D | algorithm.hpp | 673 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/ |
| D | SkSLHCodeGenerator.cpp | 239 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/ |
| D | rotate-test.c | 33 static const pixman_transform_t transforms[] = variable
|
| /third_party/skia/third_party/externals/brotli/c/common/ |
| D | transform.c | 237 const BrotliTransforms* transforms, int transform_idx) { in BrotliTransformDictionaryWord()
|
| /third_party/node/deps/brotli/c/common/ |
| D | transform.c | 237 const BrotliTransforms* transforms, int transform_idx) { in BrotliTransformDictionaryWord()
|
| /third_party/node/deps/npm/node_modules/spdx-correct/ |
| D | index.js | 60 var transforms = [ variable
|