/third_party/json/include/nlohmann/detail/conversions/ |
D | from_json.hpp | 26 void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function 66 void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function 76 void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function 92 void from_json(const BasicJsonType& j, ConstructibleStringType& s) in from_json() function 103 void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function 109 void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function 115 void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function 122 void from_json(const BasicJsonType& j, EnumType& e) in from_json() function 132 void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function 149 void from_json(const BasicJsonType& j, std::valarray<T>& l) in from_json() function [all …]
|
/third_party/boost/libs/hana/example/misc/ |
D | from_json.cpp | 42 T> from_json(std::istream& in) { in from_json() function 50 T> from_json(std::istream& in) { in from_json() function 65 T> from_json(std::istream& in) { in from_json() function 84 Xs> from_json(std::istream& in) { in from_json() function
|
/third_party/json/test/src/ |
D | unit-udt.cpp | 187 static void from_json(const BasicJsonType& j, age& a) in from_json() function 193 static void from_json(const BasicJsonType& j, name& n) in from_json() function 199 static void from_json(const BasicJsonType& j, country& c) in from_json() function 215 static void from_json(const BasicJsonType& j, person& p) in from_json() function 222 static void from_json(const nlohmann::json& j, address& a) in from_json() function 227 static void from_json(const nlohmann::json& j, contact& c) in from_json() function 233 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json() function 370 static void from_json(const json& j, std::shared_ptr<T>& opt) in from_json() function 391 static void from_json(const json& j, udt::legacy_type& l) in from_json() function 461 static void from_json(const json&, type& opt) in from_json() function [all …]
|
D | unit-noexcept.cpp | 51 void from_json(const json&, pod) noexcept {} in from_json() function 52 void from_json(const json&, pod_bis) {} in from_json() function
|
/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() function in mindspore::dataset::vision::DvppCropJpegOperation 136 Status DvppDecodeResizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperati… in from_json() function in mindspore::dataset::vision::DvppDecodeResizeOperation 245 Status DvppDecodeResizeCropOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpe… in from_json() function in mindspore::dataset::vision::DvppDecodeResizeCropOperation 317 Status DvppNormalizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation>… in from_json() function in mindspore::dataset::vision::DvppNormalizeOperation 373 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 | 36 Status RgbToGrayOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbToGrayOperation
|
D | equalize_ir.cc | 39 Status EqualizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::vision::EqualizeOperation
|
D | hwc_to_chw_ir.cc | 39 Status HwcToChwOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::vision::HwcToChwOperation
|
D | invert_ir.cc | 39 Status InvertOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json() function in mindspore::dataset::vision::InvertOperation
|
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 | horizontal_flip_ir.cc | 41 Status HorizontalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json() function in mindspore::dataset::vision::HorizontalFlipOperation
|
D | rgba_to_bgr_ir.cc | 44 Status RgbaToBgrOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbaToBgrOperation
|
D | rgba_to_rgb_ir.cc | 44 Status RgbaToRgbOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbaToRgbOperation
|
D | swap_red_blue_ir.cc | 44 Status SwapRedBlueOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json() function in mindspore::dataset::vision::SwapRedBlueOperation
|
D | vertical_flip_ir.cc | 41 Status VerticalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json() function in mindspore::dataset::vision::VerticalFlipOperation
|
D | decode_ir.cc | 40 Status DecodeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json() function in mindspore::dataset::vision::DecodeOperation
|
D | mixup_batch_ir.cc | 49 Status MixUpBatchOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *o… in from_json() function in mindspore::dataset::vision::MixUpBatchOperation
|
D | random_horizontal_flip_ir.cc | 52 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 | 55 Status RandomVerticalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json() function in mindspore::dataset::vision::RandomVerticalFlipWithBBoxOperation
|
D | random_horizontal_flip_with_bbox_ir.cc | 54 Status RandomHorizontalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json() function in mindspore::dataset::vision::RandomHorizontalFlipWithBBoxOperation
|
D | random_vertical_flip_ir.cc | 53 Status RandomVerticalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpera… in from_json() function in mindspore::dataset::vision::RandomVerticalFlipOperation
|
/third_party/json/include/nlohmann/ |
D | adl_serializer.hpp | 24 static auto from_json(BasicJsonType&& j, ValueType& val) noexcept( in from_json() function
|
/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() function in mindspore::dataset::audio::MagphaseOperation
|
/third_party/mindspore/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/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() function in mindspore::dataset::transforms::FillOperation 183 Status OneHotOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *opera… in from_json() function in mindspore::dataset::transforms::OneHotOperation 290 Status TypeCastOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::transforms::TypeCastOperation
|