SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_base64.h File Reference
#include "../ma_types.h"
#include <cstdint>
#include <string>
Include dependency graph for ma_base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ma
 
 ma::utils
 

Functions

ma_err_t ma::utils::base64_encode (const unsigned char *in, int in_len, char *out, int *out_len)
 
std::string ma::utils::base64_decode (const std::string &in)