Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/ai/nncore/nncoretest/src/
DHdiCompilationTest.cpp49 std::ofstream ofs(SUPPORTMODELPATH, std::ios::out | std::ios::binary); in SaveSupportModel() local
50 if (ofs) { in SaveSupportModel()
51 ofs.write(reinterpret_cast<char*>(model), sizeof(reinterpret_cast<char*>(model))); in SaveSupportModel()
52 ofs.close(); in SaveSupportModel()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
DCompileTest.cpp65 std::ofstream ofs(CACHE_PATH.c_str(), std::ios::out | std::ios::binary); in DestroyCache() local
66 ofs.write(ptr, invalidCacheSize); in DestroyCache()
67 ofs.close(); in DestroyCache()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
DCompileTest.cpp65 std::ofstream ofs(CACHE_PATH.c_str(), std::ios::out | std::ios::binary); in DestroyCache() local
66 ofs.write(ptr, invalidCacheSize); in DestroyCache()
67 ofs.close(); in DestroyCache()