Home
last modified time | relevance | path

Searched refs:slice_mode_ (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dslice_patches_ir.cc31 slice_mode_(slice_mode), in SlicePatchesOperation()
45 …auto tensor_op = std::make_shared<SlicePatchesOp>(num_height_, num_width_, slice_mode_, fill_value… in Build()
53 args["slice_mode"] = slice_mode_; in to_json()
Dslice_patches_ir.h56 SliceMode slice_mode_; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dslice_patches_op.cc28 …: num_height_(num_height), num_width_(num_width), slice_mode_(slice_mode), fill_value_(fill_value)… in SlicePatchesOp()
42 …RETURN_IF_NOT_OK(SlicePatches(in_tensor, &out, num_height_, num_width_, slice_mode_, fill_value_)); in Compute()
Dslice_patches_op.h54 SliceMode slice_mode_; // PadModel, DropModel variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc949 …: num_height_(num_height), num_width_(num_width), slice_mode_(slice_mode), fill_value_(fill_value)… in Data()
952 SliceMode slice_mode_; member
960 … std::make_shared<SlicePatchesOperation>(data_->num_height_, data_->num_width_, data_->slice_mode_, in Parse()