Searched refs:with_bypass (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize_parameterized_test.py | 68 self, graph, scope, layer, activation_op_name, with_bypass, delay, argument 71 conv_scope = self._GetConvScope(scope, with_bypass) 114 if with_bypass: 165 with_bypass, delay, use_resource, argument 184 stride = 1 if with_bypass else 2 185 out_depth = 3 if with_bypass else 32 186 activation_fn = None if with_bypass else activation 187 conv_scope = self._GetConvScope(scope, with_bypass) 198 if with_bypass: 211 graph, scope, 'Conv2D', activation_op_name, with_bypass, delay, [all …]
|
D | fold_batch_norms_test.py | 74 def _TestFoldConv2d(self, relu, relu_op_name, with_bypass, has_scaling, argument 95 out_depth = 3 if with_bypass else 32 96 stride = 1 if with_bypass else 2 97 activation_fn = None if with_bypass else relu 98 name = 'test/test2' if with_bypass else 'test' 134 if with_bypass: 161 output_op_names = ['test/Add' if with_bypass else 'test/' + relu_op_name] 265 with_bypass, argument 290 out_depth = 3 if with_bypass else 32 291 stride = 1 if with_bypass else 2 [all …]
|