• Home
  • Raw
  • Download

Lines Matching refs:data_path

135         std::string data_path = common_params.data_path;  in create_graph_float()  local
138 if(!data_path.empty()) in create_graph_float()
140 data_path += model_path; in create_graph_float()
145 … get_weights_accessor(data_path, "Conv_weights.npy", DataLayout::NCHW), in create_graph_float()
149 … << BatchNormalizationLayer(get_weights_accessor(data_path, "Conv_BatchNorm_moving_mean.npy"), in create_graph_float()
150 … get_weights_accessor(data_path, "Conv_BatchNorm_moving_variance.npy"), in create_graph_float()
151 … get_weights_accessor(data_path, "Conv_BatchNorm_gamma.npy"), in create_graph_float()
152 get_weights_accessor(data_path, "Conv_BatchNorm_beta.npy"), in create_graph_float()
158 get_expanded_conv_float(data_path, "expanded_conv", 32U, 16U, PadStrideInfo(1, 1, 1, 1)); in create_graph_float()
159 …get_expanded_conv_float(data_path, "expanded_conv_1", 16U, 24U, PadStrideInfo(2, 2, 0, 1, 0, 1, Di… in create_graph_float()
160 …get_expanded_conv_float(data_path, "expanded_conv_2", 24U, 24U, PadStrideInfo(1, 1, 1, 1), HasExpa… in create_graph_float()
161 …get_expanded_conv_float(data_path, "expanded_conv_3", 24U, 32U, PadStrideInfo(2, 2, 0, 1, 0, 1, Di… in create_graph_float()
162 …get_expanded_conv_float(data_path, "expanded_conv_4", 32U, 32U, PadStrideInfo(1, 1, 1, 1), HasExpa… in create_graph_float()
163 …get_expanded_conv_float(data_path, "expanded_conv_5", 32U, 32U, PadStrideInfo(1, 1, 1, 1), HasExpa… in create_graph_float()
164 …get_expanded_conv_float(data_path, "expanded_conv_6", 32U, 64U, PadStrideInfo(2, 2, 0, 1, 0, 1, Di… in create_graph_float()
165 …get_expanded_conv_float(data_path, "expanded_conv_7", 64U, 64U, PadStrideInfo(1, 1, 1, 1), HasExpa… in create_graph_float()
166 …get_expanded_conv_float(data_path, "expanded_conv_8", 64U, 64U, PadStrideInfo(1, 1, 1, 1), HasExpa… in create_graph_float()
167 …get_expanded_conv_float(data_path, "expanded_conv_9", 64U, 64U, PadStrideInfo(1, 1, 1, 1), HasExpa… in create_graph_float()
168 …get_expanded_conv_float(data_path, "expanded_conv_10", 64U, 96U, PadStrideInfo(1, 1, 1, 1), HasExp… in create_graph_float()
169 …get_expanded_conv_float(data_path, "expanded_conv_11", 96U, 96U, PadStrideInfo(1, 1, 1, 1), HasExp… in create_graph_float()
170 …get_expanded_conv_float(data_path, "expanded_conv_12", 96U, 96U, PadStrideInfo(1, 1, 1, 1), HasExp… in create_graph_float()
171 …get_expanded_conv_float(data_path, "expanded_conv_13", 96U, 160U, PadStrideInfo(2, 2, 0, 1, 0, 1, … in create_graph_float()
172 …get_expanded_conv_float(data_path, "expanded_conv_14", 160U, 160U, PadStrideInfo(1, 1, 1, 1), HasE… in create_graph_float()
173 …get_expanded_conv_float(data_path, "expanded_conv_15", 160U, 160U, PadStrideInfo(1, 1, 1, 1), HasE… in create_graph_float()
174 …get_expanded_conv_float(data_path, "expanded_conv_16", 160U, 320U, PadStrideInfo(1, 1, 1, 1), HasE… in create_graph_float()
177 … get_weights_accessor(data_path, "Conv_1_weights.npy", DataLayout::NCHW), in create_graph_float()
181 … << BatchNormalizationLayer(get_weights_accessor(data_path, "Conv_1_BatchNorm_moving_mean.npy"), in create_graph_float()
182 … get_weights_accessor(data_path, "Conv_1_BatchNorm_moving_variance.npy"), in create_graph_float()
183 … get_weights_accessor(data_path, "Conv_1_BatchNorm_gamma.npy"), in create_graph_float()
184 … get_weights_accessor(data_path, "Conv_1_BatchNorm_beta.npy"), in create_graph_float()
191 … get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_weights.npy", DataLayout::NCHW), in create_graph_float()
192 … get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_biases.npy"), in create_graph_float()
197 void get_expanded_conv_float(const std::string &data_path, std::string &&param_path, in get_expanded_conv_float() argument
210 … get_weights_accessor(data_path, total_path + "expand_weights.npy", DataLayout::NCHW), in get_expanded_conv_float()
213 …<< BatchNormalizationLayer(get_weights_accessor(data_path, total_path + "expand_BatchNorm_moving_m… in get_expanded_conv_float()
214 … get_weights_accessor(data_path, total_path + "expand_BatchNorm_moving_variance.npy"), in get_expanded_conv_float()
215 … get_weights_accessor(data_path, total_path + "expand_BatchNorm_gamma.npy"), in get_expanded_conv_float()
216 … get_weights_accessor(data_path, total_path + "expand_BatchNorm_beta.npy"), in get_expanded_conv_float()
225 … get_weights_accessor(data_path, total_path + "depthwise_depthwise_weights.npy", DataLayout::NCHW), in get_expanded_conv_float()
229 …<< BatchNormalizationLayer(get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_movin… in get_expanded_conv_float()
230 … get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_moving_variance.npy"), in get_expanded_conv_float()
231 … get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_gamma.npy"), in get_expanded_conv_float()
232 … get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_beta.npy"), in get_expanded_conv_float()
240 … get_weights_accessor(data_path, total_path + "project_weights.npy", DataLayout::NCHW), in get_expanded_conv_float()
243 …<< BatchNormalizationLayer(get_weights_accessor(data_path, total_path + "project_BatchNorm_moving_… in get_expanded_conv_float()
244 … get_weights_accessor(data_path, total_path + "project_BatchNorm_moving_variance.npy"), in get_expanded_conv_float()
245 … get_weights_accessor(data_path, total_path + "project_BatchNorm_gamma.npy"), in get_expanded_conv_float()
246 … get_weights_accessor(data_path, total_path + "project_BatchNorm_beta.npy"), in get_expanded_conv_float()
268 std::string data_path = common_params.data_path; in create_graph_qasymm8() local
271 if(!data_path.empty()) in create_graph_qasymm8()
273 data_path += model_path; in create_graph_qasymm8()
351 get_weights_accessor(data_path, common_params.image)) in create_graph_qasymm8()
354 get_weights_accessor(data_path, "Conv_weights.npy"), in create_graph_qasymm8()
355 get_weights_accessor(data_path, "Conv_bias.npy"), in create_graph_qasymm8()
361 … get_weights_accessor(data_path, "expanded_conv_depthwise_depthwise_weights.npy"), in create_graph_qasymm8()
362 … get_weights_accessor(data_path, "expanded_conv_depthwise_depthwise_biases.npy"), in create_graph_qasymm8()
367 … get_weights_accessor(data_path, "expanded_conv_project_weights.npy"), in create_graph_qasymm8()
368 … get_weights_accessor(data_path, "expanded_conv_project_biases.npy"), in create_graph_qasymm8()
372 …get_expanded_conv_qasymm8(data_path, "expanded_conv_1", IsResidual::No, 96U, 24U, PadStrideInfo(2,… in create_graph_qasymm8()
374 …get_expanded_conv_qasymm8(data_path, "expanded_conv_2", IsResidual::Yes, 144U, 24U, PadStrideInfo(… in create_graph_qasymm8()
375 …get_expanded_conv_qasymm8(data_path, "expanded_conv_3", IsResidual::No, 144U, 32U, PadStrideInfo(2… in create_graph_qasymm8()
377 …get_expanded_conv_qasymm8(data_path, "expanded_conv_4", IsResidual::Yes, 192U, 32U, PadStrideInfo(… in create_graph_qasymm8()
378 …get_expanded_conv_qasymm8(data_path, "expanded_conv_5", IsResidual::Yes, 192U, 32U, PadStrideInfo(… in create_graph_qasymm8()
379 …get_expanded_conv_qasymm8(data_path, "expanded_conv_6", IsResidual::No, 192U, 64U, PadStrideInfo(2… in create_graph_qasymm8()
381 …get_expanded_conv_qasymm8(data_path, "expanded_conv_7", IsResidual::Yes, 384U, 64U, PadStrideInfo(… in create_graph_qasymm8()
382 …get_expanded_conv_qasymm8(data_path, "expanded_conv_8", IsResidual::Yes, 384U, 64U, PadStrideInfo(… in create_graph_qasymm8()
383 …get_expanded_conv_qasymm8(data_path, "expanded_conv_9", IsResidual::Yes, 384U, 64U, PadStrideInfo(… in create_graph_qasymm8()
384 …get_expanded_conv_qasymm8(data_path, "expanded_conv_10", IsResidual::No, 384U, 96U, PadStrideInfo(… in create_graph_qasymm8()
385 …get_expanded_conv_qasymm8(data_path, "expanded_conv_11", IsResidual::Yes, 576U, 96U, PadStrideInfo… in create_graph_qasymm8()
386 …get_expanded_conv_qasymm8(data_path, "expanded_conv_12", IsResidual::Yes, 576U, 96U, PadStrideInfo… in create_graph_qasymm8()
387 …get_expanded_conv_qasymm8(data_path, "expanded_conv_13", IsResidual::No, 576U, 160U, PadStrideInfo… in create_graph_qasymm8()
389 …get_expanded_conv_qasymm8(data_path, "expanded_conv_14", IsResidual::Yes, 960U, 160U, PadStrideInf… in create_graph_qasymm8()
390 …get_expanded_conv_qasymm8(data_path, "expanded_conv_15", IsResidual::Yes, 960U, 160U, PadStrideInf… in create_graph_qasymm8()
391 …get_expanded_conv_qasymm8(data_path, "expanded_conv_16", IsResidual::No, 960U, 320U, PadStrideInfo… in create_graph_qasymm8()
394 get_weights_accessor(data_path, "Conv_1_weights.npy"), in create_graph_qasymm8()
395 get_weights_accessor(data_path, "Conv_1_biases.npy"), in create_graph_qasymm8()
401 … get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_weights.npy"), in create_graph_qasymm8()
402 … get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_biases.npy"), in create_graph_qasymm8()
407 …void get_expanded_conv_qasymm8(const std::string &data_path, std::string &&param_path, IsResidual … in get_expanded_conv_qasymm8() argument
416 … get_weights_accessor(data_path, total_path + "project_weights.npy"), in get_expanded_conv_qasymm8()
417 get_weights_accessor(data_path, total_path + "project_biases.npy"), in get_expanded_conv_qasymm8()
422 … get_weights_accessor(data_path, total_path + "depthwise_depthwise_weights.npy"), in get_expanded_conv_qasymm8()
423 … get_weights_accessor(data_path, total_path + "depthwise_depthwise_biases.npy"), in get_expanded_conv_qasymm8()
428 … get_weights_accessor(data_path, total_path + "project_weights.npy"), in get_expanded_conv_qasymm8()
429 get_weights_accessor(data_path, total_path + "project_biases.npy"), in get_expanded_conv_qasymm8()