Lines Matching refs:set_name
84 graph << ReshapeLayer(TensorShape(1001U)).set_name("Predictions/Reshape") in do_setup()
85 << SoftmaxLayer().set_name("Predictions/Softmax") in do_setup()
148 .set_name("Conv") in create_graph_float()
154 .set_name("Conv/BatchNorm") in create_graph_float()
156 .set_name("Conv/Relu6"); in create_graph_float()
180 .set_name("Conv_1") in create_graph_float()
186 .set_name("Conv_1/BatchNorm") in create_graph_float()
188 .set_name("Conv_1/Relu6") in create_graph_float()
189 …lingLayer(PoolingLayerInfo(PoolingType::AVG, common_params.data_layout)).set_name("Logits/AvgPool") in create_graph_float()
194 .set_name("Logits/Conv2d_1c_1x1"); in create_graph_float()
212 .set_name(param_path + "/expand/Conv2D") in get_expanded_conv_float()
218 .set_name(param_path + "/expand/BatchNorm") in get_expanded_conv_float()
220 .set_name(param_path + "/expand/Relu6"); in get_expanded_conv_float()
228 .set_name(param_path + "/depthwise/depthwise") in get_expanded_conv_float()
234 .set_name(param_path + "/depthwise/BatchNorm") in get_expanded_conv_float()
236 .set_name(param_path + "/depthwise/Relu6"); in get_expanded_conv_float()
242 .set_name(param_path + "/project/Conv2D") in get_expanded_conv_float()
248 .set_name(param_path + "/project/BatchNorm"); in get_expanded_conv_float()
254 … EltwiseLayer(std::move(left), std::move(right), EltwiseOperation::Add).set_name(param_path + "/ad… in get_expanded_conv_float()
358 .set_name("Conv") in create_graph_qasymm8()
359 …ionLayerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name("Conv/Relu6") in create_graph_qasymm8()
364 .set_name("expanded_conv/depthwise/depthwise") in create_graph_qasymm8()
365 …yerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name("expanded_conv/de… in create_graph_qasymm8()
370 .set_name("expanded_conv/project/Conv2D"); in create_graph_qasymm8()
397 .set_name("Conv_1") in create_graph_qasymm8()
398 …nLayerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name("Conv_1/Relu6") in create_graph_qasymm8()
399 …lingLayer(PoolingLayerInfo(PoolingType::AVG, common_params.data_layout)).set_name("Logits/AvgPool") in create_graph_qasymm8()
404 .set_name("Logits/Conv2d_1c_1x1"); in create_graph_qasymm8()
419 .set_name(param_path + "/Conv2D") in get_expanded_conv_qasymm8()
420 …yerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name(param_path + "/Co… in get_expanded_conv_qasymm8()
425 .set_name(param_path + "/depthwise/depthwise") in get_expanded_conv_qasymm8()
426 …yerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name(param_path + "/de… in get_expanded_conv_qasymm8()
431 .set_name(param_path + "/project/Conv2D"); in get_expanded_conv_qasymm8()
437 … EltwiseLayer(std::move(left), std::move(right), EltwiseOperation::Add).set_name(param_path + "/ad… in get_expanded_conv_qasymm8()