SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma::DecoderJSON Member List

This is the complete list of members for ma::DecoderJSON, including all inherited members.

begin(const void *data, size_t size) overridema::DecoderJSONvirtual
begin(const std::string &str) overridema::DecoderJSONvirtual
code() const overridema::DecoderJSONvirtual
DecoderJSON()ma::DecoderJSON
end() overridema::DecoderJSONvirtual
name() const overridema::DecoderJSONvirtual
operator bool() const overridema::DecoderJSONvirtual
read(const std::string &key, int8_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, int16_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, int32_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, int64_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, uint8_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, uint16_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, uint32_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, uint64_t &value) const overridema::DecoderJSONvirtual
read(const std::string &key, float &value) const overridema::DecoderJSONvirtual
read(const std::string &key, double &value) const overridema::DecoderJSONvirtual
read(const std::string &key, std::string &value) const overridema::DecoderJSONvirtual
read(ma_perf_t &value) overridema::DecoderJSONvirtual
read(std::forward_list< ma_class_t > &value) overridema::DecoderJSONvirtual
read(std::forward_list< ma_point_t > &value) overridema::DecoderJSONvirtual
read(std::forward_list< ma_bbox_t > &value) overridema::DecoderJSONvirtual
type() const overridema::DecoderJSONvirtual
~Decoder()=defaultma::Decodervirtual
~DecoderJSON()ma::DecoderJSON