Searched defs:layer_op (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize.py | 592 def __init__(self, layer_op, weight_tensor, activation_op, bypass_op, argument 602 def layer_op(self): member in _LayerMatch
|
D | fold_batch_norms.py | 446 def _CloneWithNewOperands(layer_op, input_tensor, weight_tensor, argument 1001 def __init__(self, layer_op, bn_op, output_tensor, input_tensor, argument 1023 def layer_op(self): member in _BatchNormMatch
|