| /third_party/json/include/nlohmann/detail/conversions/ |
| D | from_json.hpp | 37 inline void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function 84 inline void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function 94 inline void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function 110 inline void from_json(const BasicJsonType& j, StringType& s) in from_json() function 121 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function 127 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function 133 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function 141 inline void from_json(const BasicJsonType& j, EnumType& e) in from_json() function 152 inline void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function 169 inline void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json() function [all …]
|
| /third_party/json/include/nlohmann/ |
| D | adl_serializer.hpp | 27 static auto from_json(BasicJsonType && j, TargetType& val) noexcept( in from_json() function 37 static auto from_json(BasicJsonType && j) noexcept( in from_json() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/data/ |
| D | transforms_ir.cc | 98 Status ComposeOperation::from_json(const nlohmann::json &op_params, std::shared_ptr<TensorOperation… in from_json() function in mindspore::dataset::transforms::ComposeOperation 154 Status ConcatenateOperation::from_json(const nlohmann::json &op_params, std::shared_ptr<TensorOpera… in from_json() function in mindspore::dataset::transforms::ConcatenateOperation 174 Status DuplicateOperation::from_json(const nlohmann::json &op_params, std::shared_ptr<TensorOperati… in from_json() function in mindspore::dataset::transforms::DuplicateOperation 200 Status FillOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *operati… in from_json() function in mindspore::dataset::transforms::FillOperation 235 Status MaskOperation::from_json(const nlohmann::json &op_params, std::shared_ptr<TensorOperation> *… in from_json() function in mindspore::dataset::transforms::MaskOperation 277 Status OneHotOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json() function in mindspore::dataset::transforms::OneHotOperation 307 Status PadEndOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json() function in mindspore::dataset::transforms::PadEndOperation 385 Status RandomApplyOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json() function in mindspore::dataset::transforms::RandomApplyOperation 429 Status RandomChoiceOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json() function in mindspore::dataset::transforms::RandomChoiceOperation 476 Status TypeCastOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::transforms::TypeCastOperation [all …]
|
| /third_party/json/tests/src/ |
| D | unit-udt.cpp | 173 static void from_json(const BasicJsonType& j, age& a) in from_json() function 179 static void from_json(const BasicJsonType& j, name& n) in from_json() function 185 static void from_json(const BasicJsonType& j, country& c) in from_json() function 201 static void from_json(const BasicJsonType& j, person& p) in from_json() function 208 static void from_json(const nlohmann::json& j, address& a) in from_json() function 213 static void from_json(const nlohmann::json& j, contact& c) in from_json() function 219 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json() function 356 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() function 377 static void from_json(const json& j, udt::legacy_type& l) in from_json() function 447 static void from_json(const json& /*unnamed*/, type& opt) in from_json() function [all …]
|
| D | unit-noexcept.cpp | 32 void from_json(const json& /*unused*/, pod /*unused*/) noexcept {} in from_json() function 33 void from_json(const json& /*unused*/, pod_bis /*unused*/) {} in from_json() function
|
| D | unit-regression2.cpp | 98 void from_json(const json& j, Data& data) in from_json() function 120 static NonDefaultFromJsonStruct from_json(json const& /*unused*/) noexcept in from_json() function 154 static NonDefaultConstructible from_json(json const& j) in from_json() function 224 inline void from_json(const nlohmann::json& j, FooBar& fb) in from_json() function 252 inline void from_json(const json& j, for_3171_base& tb) in from_json() function 267 inline void from_json(const json& j, for_3312& obj) in from_json() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
| D | ascend_vision_ir.cc | 83 Status DvppCropJpegOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json() function in mindspore::dataset::vision::DvppCropJpegOperation 140 Status DvppDecodeResizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperati… in from_json() function in mindspore::dataset::vision::DvppDecodeResizeOperation 223 Status DvppDecodeVideoOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperatio… in from_json() function in mindspore::dataset::vision::DvppDecodeVideoOperation 340 Status DvppDecodeResizeCropOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpe… in from_json() function in mindspore::dataset::vision::DvppDecodeResizeCropOperation 355 Status DvppDecodeJpegOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json() function in mindspore::dataset::vision::DvppDecodeJpegOperation 366 Status DvppDecodePngOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation>… in from_json() function in mindspore::dataset::vision::DvppDecodePngOperation 424 Status DvppNormalizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation>… in from_json() function in mindspore::dataset::vision::DvppNormalizeOperation 483 Status DvppResizeJpegOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json() function in mindspore::dataset::vision::DvppResizeJpegOperation
|
| D | rgb_to_gray_ir.cc | 34 Status RgbToGrayOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbToGrayOperation
|
| D | rgb_to_bgr_ir.cc | 34 Status RgbToBgrOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::vision::RgbToBgrOperation
|
| D | rgba_to_rgb_ir.cc | 40 Status RgbaToRgbOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbaToRgbOperation
|
| D | hwc_to_chw_ir.cc | 34 Status HwcToChwOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::vision::HwcToChwOperation
|
| D | swap_red_blue_ir.cc | 40 Status SwapRedBlueOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json() function in mindspore::dataset::vision::SwapRedBlueOperation
|
| D | rgba_to_bgr_ir.cc | 40 Status RgbaToBgrOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbaToBgrOperation
|
| D | decode_video_ir.cc | 38 Status DecodeVideoOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json() function in mindspore::dataset::vision::DecodeVideoOperation
|
| D | mixup_batch_ir.cc | 48 Status MixUpBatchOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *o… in from_json() function in mindspore::dataset::vision::MixUpBatchOperation
|
| D | random_invert_ir.cc | 51 Status RandomInvertOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json() function in mindspore::dataset::vision::RandomInvertOperation
|
| D | random_vertical_flip_ir.cc | 51 Status RandomVerticalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpera… in from_json() function in mindspore::dataset::vision::RandomVerticalFlipOperation
|
| D | random_horizontal_flip_ir.cc | 51 Status RandomHorizontalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpe… in from_json() function in mindspore::dataset::vision::RandomHorizontalFlipOperation
|
| D | random_vertical_flip_with_bbox_ir.cc | 53 Status RandomVerticalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json() function in mindspore::dataset::vision::RandomVerticalFlipWithBBoxOperation
|
| D | random_equalize_ir.cc | 52 Status RandomEqualizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json() function in mindspore::dataset::vision::RandomEqualizeOperation
|
| D | random_horizontal_flip_with_bbox_ir.cc | 53 Status RandomHorizontalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json() function in mindspore::dataset::vision::RandomHorizontalFlipWithBBoxOperation
|
| D | random_lighting_ir.cc | 53 Status RandomLightingOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json() function in mindspore::dataset::vision::RandomLightingOperation
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/cache/ |
| D | dataset_cache.cc | 30 Status DatasetCache::from_json(nlohmann::json json_obj, std::shared_ptr<DatasetCache> *cache) { in from_json() function in mindspore::dataset::DatasetCache
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/ |
| D | magphase_ir.cc | 42 Status MagphaseOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::audio::MagphaseOperation
|
| /third_party/json/docs/examples/ |
| D | from_json__default_constructible.cpp | 19 void from_json(const json& j, person& p) in from_json() function
|