Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/quantize/python/
Dquantize.py40 _VALID_SRC_OP = {'Add', 'Mul'} variable
290 if not src_op_name.intersection(_VALID_SRC_OP):