Home
last modified time | relevance | path

Searched refs:dataPath (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/src/
A DHaasMLOlda.cpp34 int HaasMLOlda::SetInputData(const char* dataPath)
36 LOGD(LOG_TAG, "entern path = %s;\n", dataPath);
39 ImageBuffer_t *image = mHaasImageCodecPng->ImgDecode(dataPath);
A DHaasMLCloud.cpp40 int HaasMLCloud::SetInputData(const char* dataPath) in SetInputData() argument
42 LOGD(LOG_TAG, "entern dataPath = %s;\n", dataPath); in SetInputData()
43 mDataPath = dataPath; in SetInputData()
A DHaasMLMnn.cpp18 int HaasMLMnn::SetInputData(const char* dataPath) in SetInputData() argument
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/
A DWrapperIHaasML.cpp51 int MLSetInputData(void* instance, const char* dataPath) in MLSetInputData() argument
60 int ret = mIHaasML->SetInputData(dataPath); in MLSetInputData()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/red/
A Dapp_interconnection.h170 uint8_t dataPath; member
206 void app_interconnection_set_data_path(uint8_t dataPath);
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/include/
A DHaasMLMnn.h11 virtual int SetInputData(const char* dataPath);
A DHaasMLOlda.h11 virtual int SetInputData(const char* dataPath);
A DHaasMLCloud.h18 virtual int SetInputData(const char* dataPath);
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/include/
A DWrapperIHaasML.h42 int MLSetInputData(void* instance, const char* dataPath);
/AliOS-Things-master/components/py_engine/modules/minicv/base/include/
A DIHaasML.h81 virtual int SetInputData(const char* dataPath) = 0;

Completed in 9 milliseconds