Searched defs:op_params (Results 1 – 25 of 61) sorted by relevance
123
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | ascend_vision_ir.cc | 81 Status DvppCropJpegOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json() 136 Status DvppDecodeResizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperati… in from_json() 245 Status DvppDecodeResizeCropOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpe… in from_json() 317 Status DvppNormalizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation>… in from_json() 373 Status DvppResizeJpegOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json()
|
D | rgb_to_gray_ir.cc | 36 Status RgbToGrayOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json()
|
D | equalize_ir.cc | 39 Status EqualizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json()
|
D | hwc_to_chw_ir.cc | 39 Status HwcToChwOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json()
|
D | invert_ir.cc | 39 Status InvertOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json()
|
D | rgb_to_bgr_ir.cc | 34 Status RgbToBgrOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json()
|
D | horizontal_flip_ir.cc | 41 Status HorizontalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json()
|
D | rgba_to_bgr_ir.cc | 44 Status RgbaToBgrOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json()
|
D | rgba_to_rgb_ir.cc | 44 Status RgbaToRgbOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json()
|
D | swap_red_blue_ir.cc | 44 Status SwapRedBlueOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json()
|
D | vertical_flip_ir.cc | 41 Status VerticalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json()
|
D | decode_ir.cc | 40 Status DecodeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json()
|
D | mixup_batch_ir.cc | 49 Status MixUpBatchOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *o… in from_json()
|
D | random_horizontal_flip_ir.cc | 52 Status RandomHorizontalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpe… in from_json()
|
D | random_vertical_flip_with_bbox_ir.cc | 55 Status RandomVerticalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json()
|
D | random_horizontal_flip_with_bbox_ir.cc | 54 Status RandomHorizontalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json()
|
D | random_vertical_flip_ir.cc | 53 Status RandomVerticalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpera… in from_json()
|
D | normalize_ir.cc | 48 Status NormalizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json()
|
D | adjust_gamma_ir.cc | 51 Status AdjustGammaOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json()
|
D | convert_color_ir.cc | 58 Status ConvertColorOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json()
|
D | cutout_ir.cc | 55 Status CutOutOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json()
|
D | center_crop_ir.cc | 55 Status CenterCropOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *o… in from_json()
|
D | rescale_ir.cc | 59 Status RescaleOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *oper… in from_json()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/ |
D | magphase_ir.cc | 41 Status MagphaseOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/ |
D | transforms_ir.cc | 138 Status FillOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *operati… in from_json() 183 Status OneHotOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json() 290 Status TypeCastOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json()
|
123