Searched refs:expand_ (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | rotate_op.cc | 39 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()
|
D | random_rotation_op.cc | 41 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()
|
D | random_rotation_op.h | 74 bool expand_; variable
|
D | rotate_op.h | 65 bool expand_; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | rotate_ir.cc | 29 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()
|
D | random_rotation_ir.cc | 44 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()
|
D | random_rotation_ir.h | 59 bool expand_; variable
|
D | rotate_ir.h | 63 bool expand_; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | vision.cc | 692 …: 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/ |
D | builtin.c | 250 static int expand_##name(struct expression *expr, int cost) \ 277 .expand = expand_##name, \
|