Function tvm::ffi::Base64Decode(const String&)

Function tvm::ffi::Base64Decode(const String&)#

Function Documentation#

inline Bytes tvm::ffi::Base64Decode(const String &data)#

Decode a base64 string into a byte array.

Parameters:

data – The base64 encoded string to decode

Returns:

The decoded byte array