Lines Matching refs:set_name
84 .set_name("conv1") in do_setup()
85 …ionLayer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("relu_conv1") in do_setup()
86 …AX, 3, operation_layout, PadStrideInfo(2, 2, 0, 0, DimensionRoundingType::CEIL))).set_name("pool1") in do_setup()
92 .set_name("fire2/squeeze1x1") in do_setup()
93 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire2/relu_squee… in do_setup()
94 …graph << get_expand_fire_node(data_path, "fire2", weights_layout, 64U, 64U).set_name("fire2/concat… in do_setup()
100 .set_name("fire3/squeeze1x1") in do_setup()
101 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire3/relu_squee… in do_setup()
102 …graph << get_expand_fire_node(data_path, "fire3", weights_layout, 64U, 64U).set_name("fire3/concat… in do_setup()
108 .set_name("fire4/squeeze1x1") in do_setup()
109 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire4/relu_squee… in do_setup()
110 …graph << get_expand_fire_node(data_path, "fire4", weights_layout, 128U, 128U).set_name("fire4/conc… in do_setup()
111 …AX, 3, operation_layout, PadStrideInfo(2, 2, 0, 0, DimensionRoundingType::CEIL))).set_name("pool4") in do_setup()
117 .set_name("fire5/squeeze1x1") in do_setup()
118 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire5/relu_squee… in do_setup()
119 …graph << get_expand_fire_node(data_path, "fire5", weights_layout, 128U, 128U).set_name("fire5/conc… in do_setup()
125 .set_name("fire6/squeeze1x1") in do_setup()
126 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire6/relu_squee… in do_setup()
127 …graph << get_expand_fire_node(data_path, "fire6", weights_layout, 192U, 192U).set_name("fire6/conc… in do_setup()
133 .set_name("fire7/squeeze1x1") in do_setup()
134 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire7/relu_squee… in do_setup()
135 …graph << get_expand_fire_node(data_path, "fire7", weights_layout, 192U, 192U).set_name("fire7/conc… in do_setup()
141 .set_name("fire8/squeeze1x1") in do_setup()
142 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire8/relu_squee… in do_setup()
143 …graph << get_expand_fire_node(data_path, "fire8", weights_layout, 256U, 256U).set_name("fire8/conc… in do_setup()
144 …AX, 3, operation_layout, PadStrideInfo(2, 2, 0, 0, DimensionRoundingType::CEIL))).set_name("pool8") in do_setup()
150 .set_name("fire9/squeeze1x1") in do_setup()
151 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("fire9/relu_squee… in do_setup()
152 …graph << get_expand_fire_node(data_path, "fire9", weights_layout, 256U, 256U).set_name("fire9/conc… in do_setup()
158 .set_name("conv10") in do_setup()
159 …onLayer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name("relu_conv10") in do_setup()
160 … << PoolingLayer(PoolingLayerInfo(PoolingType::AVG, operation_layout)).set_name("pool10") in do_setup()
161 << FlattenLayer().set_name("flatten") in do_setup()
162 << SoftmaxLayer().set_name("prob") in do_setup()
199 .set_name(param_path + "/expand1x1") in get_expand_fire_node()
200 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name(param_path + "/re… in get_expand_fire_node()
208 .set_name(param_path + "/expand3x3") in get_expand_fire_node()
209 …yer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU)).set_name(param_path + "/re… in get_expand_fire_node()