Home
last modified time | relevance | path

Searched defs:from_json (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/json/include/nlohmann/detail/conversions/
Dfrom_json.hpp37 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/
Dadl_serializer.hpp27 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/
Dtransforms_ir.cc98 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/
Dunit-udt.cpp173 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 …]
Dunit-noexcept.cpp32 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
Dunit-regression2.cpp98 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/
Dascend_vision_ir.cc83 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
Drgb_to_gray_ir.cc34 Status RgbToGrayOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbToGrayOperation
Drgb_to_bgr_ir.cc34 Status RgbToBgrOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::vision::RgbToBgrOperation
Drgba_to_rgb_ir.cc40 Status RgbaToRgbOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbaToRgbOperation
Dhwc_to_chw_ir.cc34 Status HwcToChwOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *ope… in from_json() function in mindspore::dataset::vision::HwcToChwOperation
Dswap_red_blue_ir.cc40 Status SwapRedBlueOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json() function in mindspore::dataset::vision::SwapRedBlueOperation
Drgba_to_bgr_ir.cc40 Status RgbaToBgrOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *op… in from_json() function in mindspore::dataset::vision::RgbaToBgrOperation
Ddecode_video_ir.cc38 Status DecodeVideoOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *… in from_json() function in mindspore::dataset::vision::DecodeVideoOperation
Dmixup_batch_ir.cc48 Status MixUpBatchOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> *o… in from_json() function in mindspore::dataset::vision::MixUpBatchOperation
Drandom_invert_ir.cc51 Status RandomInvertOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation> … in from_json() function in mindspore::dataset::vision::RandomInvertOperation
Drandom_vertical_flip_ir.cc51 Status RandomVerticalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpera… in from_json() function in mindspore::dataset::vision::RandomVerticalFlipOperation
Drandom_horizontal_flip_ir.cc51 Status RandomHorizontalFlipOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOpe… in from_json() function in mindspore::dataset::vision::RandomHorizontalFlipOperation
Drandom_vertical_flip_with_bbox_ir.cc53 Status RandomVerticalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json() function in mindspore::dataset::vision::RandomVerticalFlipWithBBoxOperation
Drandom_equalize_ir.cc52 Status RandomEqualizeOperation::from_json(nlohmann::json op_params, std::shared_ptr<TensorOperation… in from_json() function in mindspore::dataset::vision::RandomEqualizeOperation
Drandom_horizontal_flip_with_bbox_ir.cc53 Status RandomHorizontalFlipWithBBoxOperation::from_json(nlohmann::json op_params, in from_json() function in mindspore::dataset::vision::RandomHorizontalFlipWithBBoxOperation
Drandom_lighting_ir.cc53 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/
Ddataset_cache.cc30 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/
Dmagphase_ir.cc42 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/
Dfrom_json__default_constructible.cpp19 void from_json(const json& j, person& p) in from_json() function

123456