Searched refs:dataPath (Results 1 – 10 of 10) sorted by relevance
34 int HaasMLOlda::SetInputData(const char* dataPath)36 LOGD(LOG_TAG, "entern path = %s;\n", dataPath);39 ImageBuffer_t *image = mHaasImageCodecPng->ImgDecode(dataPath);
40 int HaasMLCloud::SetInputData(const char* dataPath) in SetInputData() argument42 LOGD(LOG_TAG, "entern dataPath = %s;\n", dataPath); in SetInputData()43 mDataPath = dataPath; in SetInputData()
18 int HaasMLMnn::SetInputData(const char* dataPath) in SetInputData() argument
51 int MLSetInputData(void* instance, const char* dataPath) in MLSetInputData() argument60 int ret = mIHaasML->SetInputData(dataPath); in MLSetInputData()
170 uint8_t dataPath; member206 void app_interconnection_set_data_path(uint8_t dataPath);
11 virtual int SetInputData(const char* dataPath);
18 virtual int SetInputData(const char* dataPath);
42 int MLSetInputData(void* instance, const char* dataPath);
81 virtual int SetInputData(const char* dataPath) = 0;
Completed in 9 milliseconds