Searched refs:activation_op (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize.py | 111 if layer_match.activation_op is not None: 113 layer_match.activation_op) 126 layer_match.activation_op, 137 quantized_ops.add(layer_match.activation_op) 491 activation_op = match_result.get_op(activation_pattern) 501 _LayerMatch(layer_op, weight_tensor, activation_op, bypass_op, 514 activation_op = match_result.get_op(activation_pattern) 520 if not _IsSkipLayer(activation_op): 523 _LayerMatch(layer_op, weight_tensor, activation_op, bypass_op, None, 539 activation_op = match_result.get_op(bias_add_pattern) [all …]
|
D | quantize_test.py | 219 activation_op = graph.get_operation_by_name('test/Relu6') 224 [op.type for op in activation_op.outputs[0].consumers()])
|