Lines Matching refs:data_path
65 std::string data_path = common_params.data_path; in do_setup() local
84 …get_weights_accessor(data_path, "/cnn_data/googlenet_model/conv1/conv1_7x7_s2_w.npy", weights_layo… in do_setup()
85 … get_weights_accessor(data_path, "/cnn_data/googlenet_model/conv1/conv1_7x7_s2_b.npy"), in do_setup()
93 …get_weights_accessor(data_path, "/cnn_data/googlenet_model/conv2/conv2_3x3_reduce_w.npy", weights_… in do_setup()
94 … get_weights_accessor(data_path, "/cnn_data/googlenet_model/conv2/conv2_3x3_reduce_b.npy"), in do_setup()
100 …get_weights_accessor(data_path, "/cnn_data/googlenet_model/conv2/conv2_3x3_w.npy", weights_layout), in do_setup()
101 … get_weights_accessor(data_path, "/cnn_data/googlenet_model/conv2/conv2_3x3_b.npy"), in do_setup()
107 …graph << get_inception_node(data_path, "inception_3a", weights_layout, 64, std::make_tuple(96U, 12… in do_setup()
108 …graph << get_inception_node(data_path, "inception_3b", weights_layout, 128, std::make_tuple(128U, … in do_setup()
110 …graph << get_inception_node(data_path, "inception_4a", weights_layout, 192, std::make_tuple(96U, 2… in do_setup()
111 …graph << get_inception_node(data_path, "inception_4b", weights_layout, 160, std::make_tuple(112U, … in do_setup()
112 …graph << get_inception_node(data_path, "inception_4c", weights_layout, 128, std::make_tuple(128U, … in do_setup()
113 …graph << get_inception_node(data_path, "inception_4d", weights_layout, 112, std::make_tuple(144U, … in do_setup()
114 …graph << get_inception_node(data_path, "inception_4e", weights_layout, 256, std::make_tuple(160U, … in do_setup()
116 …graph << get_inception_node(data_path, "inception_5a", weights_layout, 256, std::make_tuple(160U, … in do_setup()
117 …graph << get_inception_node(data_path, "inception_5b", weights_layout, 384, std::make_tuple(192U, … in do_setup()
121 …get_weights_accessor(data_path, "/cnn_data/googlenet_model/loss3/loss3_classifier_w.npy", weights_… in do_setup()
122 … get_weights_accessor(data_path, "/cnn_data/googlenet_model/loss3/loss3_classifier_b.npy")) in do_setup()
150 …ConcatLayer get_inception_node(const std::string &data_path, std::string &¶m_path, DataLayout … in get_inception_node() argument
160 get_weights_accessor(data_path, total_path + "1x1_w.npy", weights_layout), in get_inception_node()
161 get_weights_accessor(data_path, total_path + "1x1_b.npy"), in get_inception_node()
169 get_weights_accessor(data_path, total_path + "3x3_reduce_w.npy", weights_layout), in get_inception_node()
170 get_weights_accessor(data_path, total_path + "3x3_reduce_b.npy"), in get_inception_node()
176 get_weights_accessor(data_path, total_path + "3x3_w.npy", weights_layout), in get_inception_node()
177 get_weights_accessor(data_path, total_path + "3x3_b.npy"), in get_inception_node()
185 get_weights_accessor(data_path, total_path + "5x5_reduce_w.npy", weights_layout), in get_inception_node()
186 get_weights_accessor(data_path, total_path + "5x5_reduce_b.npy"), in get_inception_node()
192 get_weights_accessor(data_path, total_path + "5x5_w.npy", weights_layout), in get_inception_node()
193 get_weights_accessor(data_path, total_path + "5x5_b.npy"), in get_inception_node()
202 get_weights_accessor(data_path, total_path + "pool_proj_w.npy", weights_layout), in get_inception_node()
203 get_weights_accessor(data_path, total_path + "pool_proj_b.npy"), in get_inception_node()