Home
last modified time | relevance | path

Searched defs:DataDecoder (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/ai_engine/services/common/utils/encdec/include/
H A Ddata_decoder.h29 class DataDecoder { class
31 explicit DataDecoder(const DataInfo dataInfo) : buffer_(dataInfo.data), size_(dataInfo.length), pos_(0) in DataDecoder() function in OHOS::AI::DataDecoder

Completed in 1 milliseconds