Home
last modified time | relevance | path

Searched refs:expectedDataFile (Results 1 - 3 of 3) sorted by relevance

/third_party/mindspore/test/utils/
H A Dcommon.h29 const std::string &expectedDataFile, float rtol,
34 const std::string &expectedDataFile, float rtol,
H A Dcommon.cpp309 * expectedDataFile: the path of hisi .t result file
315 bool compFp32WithTData(float *actualOutputData, const std::string& expectedDataFile, in compFp32WithTData() argument
321 reinterpret_cast<float *>(readTestDataFile(expectedDataFile, ptr_dim_info)); in compFp32WithTData()
343 bool compUint8WithTData(uint8_t *actualOutputData, const std::string& expectedDataFile, in compUint8WithTData() argument
348 auto dataFile = readTestDataFile(expectedDataFile, ptr_dim_info); in compUint8WithTData()
/third_party/mindspore/test/unittest/
H A Dmindspore_unit_test.cpp316 std::string expectedDataFile = g_testFilesDir + "ml_face_isface" + std::to_string(i) + ".output"; in HWTEST() local
317 bool result = compFp32WithTData(outputData, expectedDataFile, 0.01, 0.01, false); in HWTEST()

Completed in 4 milliseconds