Home
last modified time | relevance | path

Searched defs:convert_mode (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dconvert_color_ir.cc31 ConvertColorOperation::ConvertColorOperation(ConvertMode convert_mode) : convert_mode_(convert_mode… in ConvertColorOperation()
60 ConvertMode convert_mode = static_cast<ConvertMode>(op_params["convert_mode"]); in from_json() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dconvert_color_op.cc28 ConvertColorOp::ConvertColorOp(ConvertMode convert_mode) : convert_mode_(convert_mode) {} in ConvertColorOp()
Dimage_utils.cc67 Status GetConvertShape(ConvertMode convert_mode, const std::shared_ptr<CVTensor> &input_cv, in GetConvertShape()
485 …(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, ConvertMode convert_mode) { in ConvertColor()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc121 .def(py::init([](ConvertMode convert_mode) { in __anon682838b20902()
/third_party/mindspore/mindspore/dataset/vision/
Dc_transforms.py315 def __init__(self, convert_mode): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc211 ConvertColor::ConvertColor(ConvertMode convert_mode) : data_(std::make_shared<Data>(convert_mode)) … in ConvertColor()