• Home
  • Raw
  • Download

Lines Matching refs:set_name

93         graph << ReshapeLayer(TensorShape(1001U)).set_name("Reshape")  in do_setup()
94 << SoftmaxLayer().set_name("Softmax") in do_setup()
145 .set_name("Conv2d_0") in create_graph_float()
152 .set_name("Conv2d_0/BatchNorm") in create_graph_float()
153 …nLayerInfo(ActivationLayerInfo::ActivationFunction::BOUNDED_RELU, 6.f)).set_name("Conv2d_0/Relu6"); in create_graph_float()
167 …ingLayer(PoolingLayerInfo(PoolingType::AVG, common_params.data_layout)).set_name("Logits/AvgPool_1… in create_graph_float()
173 .set_name("Logits/Conv2d_1c_1x1"); in create_graph_float()
243 .set_name("Conv2d_0") in create_graph_qasymm()
244 …yerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name("Conv2d_0/Relu6"); in create_graph_qasymm()
270 …ingLayer(PoolingLayerInfo(PoolingType::AVG, common_params.data_layout)).set_name("Logits/AvgPool_1… in create_graph_qasymm()
276 .set_name("Logits/Conv2d_1c_1x1"); in create_graph_qasymm()
290 .set_name(total_path + "depthwise/depthwise") in get_dwsc_node_float()
297 .set_name(total_path + "depthwise/BatchNorm") in get_dwsc_node_float()
298 …nLayerInfo(ActivationLayerInfo::ActivationFunction::BOUNDED_RELU, 6.f)).set_name(total_path + "dep… in get_dwsc_node_float()
304 .set_name(total_path + "pointwise/Conv2D") in get_dwsc_node_float()
311 .set_name(total_path + "pointwise/BatchNorm") in get_dwsc_node_float()
312 …nLayerInfo(ActivationLayerInfo::ActivationFunction::BOUNDED_RELU, 6.f)).set_name(total_path + "poi… in get_dwsc_node_float()
330 .set_name(total_path + "depthwise/depthwise") in get_dwsc_node_qasymm()
331 …yerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name(total_path + "dep… in get_dwsc_node_qasymm()
337 .set_name(total_path + "pointwise/Conv2D") in get_dwsc_node_qasymm()
338 …yerInfo(ActivationLayerInfo::ActivationFunction::LU_BOUNDED_RELU, 6.f)).set_name(total_path + "poi… in get_dwsc_node_qasymm()