Home
last modified time | relevance | path

Searched refs:expand_ (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drotate_op.cc39 expand_(false),
50 expand_(expand), in RotateOp()
59 …return Rotate(input, output, center_, degrees_, interpolation_, expand_, fill_r_, fill_g_, fill_b_… in Compute()
72 if (!expand_) { in OutputShape()
Drandom_rotation_op.cc41 expand_(expand), in RandomRotationOp()
61 return Rotate(input, output, center_, degree, interpolation_, expand_, fill_r_, fill_g_, fill_b_); in Compute()
74 if (!expand_) { in OutputShape()
Drandom_rotation_op.h74 bool expand_; variable
Drotate_op.h65 bool expand_; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Drotate_ir.cc29 expand_(false), in RotateOperation()
38 expand_(expand), in RotateOperation()
81 …std::make_shared<RotateOp>(degrees_, interpolation_mode_, expand_, center_, fill_r, fill_g, fill_b… in Build()
95 args["expand"] = expand_; in to_json()
Drandom_rotation_ir.cc44 expand_(expand), in RandomRotationOperation()
115 start_degree, end_degree, interpolation_mode_, expand_, center_, fill_r, fill_g, fill_b); in Build()
123 args["expand"] = expand_; in to_json()
Drandom_rotation_ir.h59 bool expand_; variable
Drotate_ir.h63 bool expand_; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc692 …: degrees_(degrees), interpolation_mode_(resample), center_(center), expand_(expand), fill_value_(… in Data()
696 bool expand_; member
705 …::make_shared<RandomRotationOperation>(data_->degrees_, data_->interpolation_mode_, data_->expand_, in Parse()
879 …: degrees_(degrees), interpolation_mode_(resample), center_(center), expand_(expand), fill_value_(… in Data()
886 bool expand_{false}; member
899 …turn std::make_shared<RotateOperation>(data_->degrees_, data_->interpolation_mode_, data_->expand_, in Parse()
/third_party/ltp/tools/sparse/sparse-src/
Dbuiltin.c250 static int expand_##name(struct expression *expr, int cost) \
277 .expand = expand_##name, \