Searched refs:_CloneOp (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | fold_batch_norms.py | 780 mul_fold = _CloneOp(mul_scale, context + 'mul_fold', [(0, weights), 788 mul_fold = _CloneOp(mul_scale, context + 'mul_fold', [(0, weights)]) 793 conv_or_fc_folded = _CloneOp(op_below, op_below.name + '_Fold', 813 add_fold = _CloneOp(add_shift, context + 'add_fold', [(0, corrected_output)]) 818 def _CloneOp(op, new_name, new_inputs): function
|