Lines Matching refs:data_path
130 std::string data_path = common_params.data_path; in create_graph_float() local
133 if(!data_path.empty()) in create_graph_float()
135 data_path += model_path; in create_graph_float()
142 get_weights_accessor(data_path, "Conv2d_0_weights.npy", DataLayout::NCHW), in create_graph_float()
147 get_weights_accessor(data_path, "Conv2d_0_BatchNorm_moving_mean.npy"), in create_graph_float()
148 get_weights_accessor(data_path, "Conv2d_0_BatchNorm_moving_variance.npy"), in create_graph_float()
149 get_weights_accessor(data_path, "Conv2d_0_BatchNorm_gamma.npy"), in create_graph_float()
150 get_weights_accessor(data_path, "Conv2d_0_BatchNorm_beta.npy"), in create_graph_float()
154 …graph << get_dwsc_node_float(data_path, "Conv2d_1", 64 * depth_scale, PadStrideInfo(1, 1, 1, 1), P… in create_graph_float()
155 …graph << get_dwsc_node_float(data_path, "Conv2d_2", 128 * depth_scale, PadStrideInfo(2, 2, 0, 1, 0… in create_graph_float()
156 …graph << get_dwsc_node_float(data_path, "Conv2d_3", 128 * depth_scale, PadStrideInfo(1, 1, 1, 1, 1… in create_graph_float()
157 …graph << get_dwsc_node_float(data_path, "Conv2d_4", 256 * depth_scale, PadStrideInfo(2, 2, 0, 1, 0… in create_graph_float()
158 …graph << get_dwsc_node_float(data_path, "Conv2d_5", 256 * depth_scale, PadStrideInfo(1, 1, 1, 1, 1… in create_graph_float()
159 …graph << get_dwsc_node_float(data_path, "Conv2d_6", 512 * depth_scale, PadStrideInfo(2, 2, 0, 1, 0… in create_graph_float()
160 …graph << get_dwsc_node_float(data_path, "Conv2d_7", 512 * depth_scale, PadStrideInfo(1, 1, 1, 1, 1… in create_graph_float()
161 …graph << get_dwsc_node_float(data_path, "Conv2d_8", 512 * depth_scale, PadStrideInfo(1, 1, 1, 1, 1… in create_graph_float()
162 …graph << get_dwsc_node_float(data_path, "Conv2d_9", 512 * depth_scale, PadStrideInfo(1, 1, 1, 1, 1… in create_graph_float()
163 …graph << get_dwsc_node_float(data_path, "Conv2d_10", 512 * depth_scale, PadStrideInfo(1, 1, 1, 1, … in create_graph_float()
164 …graph << get_dwsc_node_float(data_path, "Conv2d_11", 512 * depth_scale, PadStrideInfo(1, 1, 1, 1, … in create_graph_float()
165 …graph << get_dwsc_node_float(data_path, "Conv2d_12", 1024 * depth_scale, PadStrideInfo(2, 2, 0, 1,… in create_graph_float()
166 …graph << get_dwsc_node_float(data_path, "Conv2d_13", 1024 * depth_scale, PadStrideInfo(1, 1, 1, 1,… in create_graph_float()
170 … get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_weights.npy", DataLayout::NCHW), in create_graph_float()
171 get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_biases.npy"), in create_graph_float()
179 std::string data_path = common_params.data_path; in create_graph_qasymm() local
182 if(!data_path.empty()) in create_graph_qasymm()
184 data_path += "/cnn_data/mobilenet_qasymm8_model/"; in create_graph_qasymm()
239 get_weights_accessor(data_path, "Conv2d_0_weights.npy"), in create_graph_qasymm()
240 get_weights_accessor(data_path, "Conv2d_0_bias.npy"), in create_graph_qasymm()
245 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_1", 64U, PadStrideInfo(1U, 1U, 1U, 1U), PadStride… in create_graph_qasymm()
246 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_2", 128U, PadStrideInfo(2U, 2U, 0U, 1U, 0U, 1U, D… in create_graph_qasymm()
248 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_3", 128U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U, D… in create_graph_qasymm()
250 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_4", 256U, PadStrideInfo(2U, 2U, 0U, 1U, 0U, 1U, D… in create_graph_qasymm()
252 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_5", 256U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U, D… in create_graph_qasymm()
254 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_6", 512U, PadStrideInfo(2U, 2U, 0U, 1U, 0U, 1U, D… in create_graph_qasymm()
256 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_7", 512U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U, D… in create_graph_qasymm()
258 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_8", 512U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U, D… in create_graph_qasymm()
260 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_9", 512U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U, D… in create_graph_qasymm()
262 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_10", 512U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U, … in create_graph_qasymm()
264 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_11", 512U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U, … in create_graph_qasymm()
266 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_12", 1024U, PadStrideInfo(2U, 2U, 0U, 1U, 0U, 1U,… in create_graph_qasymm()
268 …graph << get_dwsc_node_qasymm(data_path, "Conv2d_13", 1024U, PadStrideInfo(1U, 1U, 1U, 1U, 1U, 1U,… in create_graph_qasymm()
273 get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_weights.npy"), in create_graph_qasymm()
274 get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_bias.npy"), in create_graph_qasymm()
279 ConcatLayer get_dwsc_node_float(const std::string &data_path, std::string &¶m_path, in get_dwsc_node_float() argument
287 … get_weights_accessor(data_path, total_path + "depthwise_depthwise_weights.npy", DataLayout::NCHW), in get_dwsc_node_float()
292 get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_moving_mean.npy"), in get_dwsc_node_float()
293 … get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_moving_variance.npy"), in get_dwsc_node_float()
294 get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_gamma.npy"), in get_dwsc_node_float()
295 get_weights_accessor(data_path, total_path + "depthwise_BatchNorm_beta.npy"), in get_dwsc_node_float()
301 … get_weights_accessor(data_path, total_path + "pointwise_weights.npy", DataLayout::NCHW), in get_dwsc_node_float()
306 get_weights_accessor(data_path, total_path + "pointwise_BatchNorm_moving_mean.npy"), in get_dwsc_node_float()
307 … get_weights_accessor(data_path, total_path + "pointwise_BatchNorm_moving_variance.npy"), in get_dwsc_node_float()
308 get_weights_accessor(data_path, total_path + "pointwise_BatchNorm_gamma.npy"), in get_dwsc_node_float()
309 get_weights_accessor(data_path, total_path + "pointwise_BatchNorm_beta.npy"), in get_dwsc_node_float()
317 ConcatLayer get_dwsc_node_qasymm(const std::string &data_path, std::string &¶m_path, in get_dwsc_node_qasymm() argument
327 get_weights_accessor(data_path, total_path + "depthwise_weights.npy"), in get_dwsc_node_qasymm()
328 get_weights_accessor(data_path, total_path + "depthwise_bias.npy"), in get_dwsc_node_qasymm()
334 get_weights_accessor(data_path, total_path + "pointwise_weights.npy"), in get_dwsc_node_qasymm()
335 get_weights_accessor(data_path, total_path + "pointwise_bias.npy"), in get_dwsc_node_qasymm()