Home
last modified time | relevance | path

Searched refs:w_path (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Dconvolution_grad_fp32_tests.cc170 std::string w_path = "./conv/convfp32_w_32_3_3_3.bin"; in TEST_F() local
171 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F()
320 std::string w_path = "./conv/convfp32_w_g3_18_3_3_3.bin"; in TEST_F() local
321 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F()
472 std::string w_path = "./conv/convfp32_w_g3_d2_18_3_3_3.bin"; in TEST_F() local
473 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F()
543 std::string w_path = "./conv/convfp32_w_g3_d2_18_3_3_3.bin"; in TEST_F() local
544 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F()
754 std::string w_path = "./conv/convfp32_w_d2_g2_s2_12_2_3_3.bin"; in TEST_F() local
755 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F()
/third_party/boost/boost/graph/planar_detail/
Dboyer_myrvold_impl.hpp1127 std::vector< edge_t > w_path; in extract_kuratowski_subgraph() local
1317 w_ancestor, forbidden_edge, goal_edge, is_embedded, w_path); in extract_kuratowski_subgraph()
1328 if ((w_path.back() == w_handle.first_edge() in extract_kuratowski_subgraph()
1330 || (w_path.back() == w_handle.second_edge() in extract_kuratowski_subgraph()
1334 edge_t final_edge = w_path.back(); in extract_kuratowski_subgraph()
1343 w_path.pop_back(); in extract_kuratowski_subgraph()
1348 if (w_path.back() == e) in extract_kuratowski_subgraph()
1349 w_path.pop_back(); in extract_kuratowski_subgraph()
1351 w_path.push_back(e); in extract_kuratowski_subgraph()
1584 goal_edge, is_embedded, w_path); in extract_kuratowski_subgraph()
[all …]
/third_party/ltp/testcases/kernel/fs/doio/include/
Dwrite_log.h63 char w_path[WLOG_MAX_PATH+1]; /* file written to - */ member
/third_party/ltp/testcases/kernel/fs/doio/
Dwrite_log.c436 memcpy(file, wrec->w_path, wrecd->w_pathlen); in wlog_rec_pack()
472 memcpy(wrec->w_path, file, wrec->w_pathlen); in wlog_rec_unpack()
Ddoio.c1771 memcpy(wrec.w_path, file, wrec.w_pathlen); in do_write()
3289 memcpy(wrec.w_path, file, wrec.w_pathlen); in do_rw()