Home
last modified time | relevance | path

Searched defs:total_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_inception_v4.cpp199 std::string total_path = "/cnn_data/inceptionv4_model/Mixed_3a_"; in get_mixed_3a() local
224 std::string total_path = "/cnn_data/inceptionv4_model/Mixed_4a_"; in get_mixed_4a() local
301 std::string total_path = "/cnn_data/inceptionv4_model/Mixed_5a_"; in get_mixed_5a() local
326 std::string total_path = "/cnn_data/inceptionv4_model/" + param_path + "_"; in get_inceptionA_block() local
421 std::string total_path = "/cnn_data/inceptionv4_model/Mixed_6a_"; in get_reductionA_block() local
481 std::string total_path = "/cnn_data/inceptionv4_model/" + param_path + "_"; in get_inceptionB_block() local
609 std::string total_path = "/cnn_data/inceptionv4_model/Mixed_7a_"; in get_reductionB_block() local
691 std::string total_path = "/cnn_data/inceptionv4_model/" + param_path + "_"; in get_inceptionC_block() local
H A Dgraph_inception_v3.cpp233 std::string total_path = "/cnn_data/inceptionv3_model/" + param_path + "_"; in get_inception_node_A() local
360 std::string total_path = "/cnn_data/inceptionv3_model/" + param_path + "_"; in get_inception_node_B() local
433 std::string total_path = "/cnn_data/inceptionv3_model/" + param_path + "_"; in get_inception_node_C() local
592 std::string total_path = "/cnn_data/inceptionv3_model/" + param_path + "_"; in get_inception_node_D() local
701 std::string total_path = "/cnn_data/inceptionv3_model/" + param_path + "_"; in get_inception_node_E() local
H A Dgraph_ssd_mobilenet.cpp128 const std::string total_path = param_path + "_"; in get_node_A_float() local
164 const std::string total_path = param_path + "_"; in get_node_B_float() local
199 const std::string total_path = param_path + "_"; in get_node_C_float() local
389 const std::string total_path = param_path + "_"; in get_node_A_qasymm() local
416 const std::string total_path = param_path + "_"; in get_node_B_qasymm() local
442 const std::string total_path = param_path + "_"; in get_node_C_qasymm() local
H A Dgraph_mobilenet.cpp284 std::string total_path = param_path + "_"; in get_dwsc_node_float() local
323 std::string total_path = param_path + "_"; in get_dwsc_node_qasymm() local
H A Dgraph_mobilenet_v2.cpp204 std::string total_path = param_path + "_"; in get_expanded_conv_float() local
413 std::string total_path = param_path + "_"; in get_expanded_conv_qasymm8() local
H A Dgraph_squeezenet_v1_1.cpp194 std::string total_path = "/cnn_data/squeezenet_v1_1_model/" + param_path + "_"; in get_expand_fire_node() local
H A Dgraph_squeezenet.cpp194 std::string total_path = "/cnn_data/squeezenet_v1.0_model/" + param_path + "_"; in get_expand_fire_node() local
H A Dgraph_googlenet.cpp157 std::string total_path = "/cnn_data/googlenet_model/" + param_path + "/" + param_path + "_"; in get_inception_node() local
H A Dgraph_yolov3.cpp540 std::string total_path = "/cnn_data/yolov3_model/"; in darknet53_block() local