Home
last modified time | relevance | path

Searched defs:interpolation (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
22 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
40 Interpolation interpolation) { in addVarying()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dtrivial_augment_wide_ir.cc29 …Operation::TrivialAugmentWideOperation(int32_t num_magnitude_bins, InterpolationMode interpolation, in TrivialAugmentWideOperation()
70 InterpolationMode interpolation = op_params["interpolation"]; in from_json() local
Dauto_augment_ir.cc29 …toAugmentOperation::AutoAugmentOperation(AutoAugmentPolicy policy, InterpolationMode interpolation, in AutoAugmentOperation()
73 InterpolationMode interpolation = op_params["interpolation"]; in from_json() local
Dresize_with_bbox_ir.cc32 …eration::ResizeWithBBoxOperation(const std::vector<int32_t> &size, InterpolationMode interpolation) in ResizeWithBBoxOperation()
81 auto interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Drand_augment_ir.cc31InterpolationMode interpolation, const std::vector<uint8_t> &fill_value) in RandAugmentOperation()
88 InterpolationMode interpolation = op_params["interpolation"]; in from_json() local
Dresize_ir.cc29 ResizeOperation::ResizeOperation(const std::vector<int32_t> &size, InterpolationMode interpolation, in ResizeOperation()
109 auto interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Dperspective_ir.cc30InterpolationMode interpolation, const std::string &device_target) in PerspectiveOperation()
110 auto interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Drandom_resized_crop_ir.cc35InterpolationMode interpolation, int32_t max_attempts) in RandomResizedCropOperation()
109 auto interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Drandom_resized_crop_with_bbox_ir.cc35InterpolationMode interpolation, in RandomResizedCropWithBBoxOperation()
106 auto interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Dresized_crop_ir.cc34 … const std::vector<int32_t> &size, InterpolationMode interpolation, in ResizedCropOperation()
116 auto interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Drandom_crop_decode_resize_ir.cc34InterpolationMode interpolation, int32_t max_attempts) in RandomCropDecodeResizeOperation()
92 auto interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Daffine_ir.cc29 const std::vector<float> &shear, InterpolationMode interpolation, in AffineOperation()
138 auto interpolation = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
Drandom_affine_ir.cc40 … const std::vector<float_t> &shear_ranges, InterpolationMode interpolation, in RandomAffineOperation()
171 auto interpolation = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_resized_crop.py101 …def test_invalid_input(test_name, top, left, height, width, size, interpolation, error, error_msg): argument
137 …def test_invalid_range(test_name, top, left, height, width, size, interpolation, error, error_msg): argument
Dtest_resize.py52 def test_resize_op_parameters(test_name, size, interpolation, plot): argument
244 def test_invalid_input(test_name, size, interpolation, error, error_msg): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_resize_with_bbox_op.cc28 auto interpolation = static_cast<InterpolationMode>(distribution_(random_generator_)); in Compute() local
Dperspective_op.cc23 … const std::vector<std::vector<int32_t>> &end_points, InterpolationMode interpolation) in PerspectiveOp()
Dresize_cubic_op.cc63 struct interpolation { struct
64 double (*interpolation)(double x); argument
65 double threshold;
Drandom_crop_and_resize_with_bbox_op.h29 … float aspect_lb, float aspect_ub, InterpolationMode interpolation, int32_t max_attempts) in RandomCropAndResizeWithBBoxOp()
Dresized_crop_op.h34 InterpolationMode interpolation) in ResizedCropOp()
Daffine_op.cc38 const std::vector<float_t> &shear, InterpolationMode interpolation, in AffineOp()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/ascend910b/
Ddvpp_perspective_op.h32 … const std::vector<std::vector<int32_t>> &end_points, InterpolationMode interpolation) in DvppPerspectiveOp()
Ddvpp_resized_crop_op.h36 InterpolationMode interpolation) in DvppResizedCropOp()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dflanger_ir.cc27 float phase, Modulation modulation, Interpolation interpolation) in FlangerOperation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dflanger_op.h34 Modulation modulation, Interpolation interpolation) in FlangerOp()

1234