Home
last modified time | relevance | path

Searched refs:_VALID_ACTIVATION_OP (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/quantize/python/
Dquantize.py43 _VALID_ACTIVATION_OP = {'Relu', 'Relu6'} variable
297 if set([op_consumers[0].type]).intersection(_VALID_ACTIVATION_OP):