Searched refs:allow_fully_quantize (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/op_tests/ |
D | pool.py | 22 def make_pool_tests(pool_op_in, allow_fully_quantize=False): argument 79 if not allow_fully_quantize: 97 if allow_fully_quantize: 134 tf.nn.avg_pool, allow_fully_quantize=True)( 141 tf.nn.max_pool, allow_fully_quantize=True)(
|
D | reduce.py | 27 allow_fully_quantize=False): argument 170 if not allow_fully_quantize: 230 allow_fully_quantize=True)( 242 allow_fully_quantize=True)( 257 tf.reduce_max, allow_fully_quantize=True, min_value=-1, max_value=1)( 265 tf.reduce_min, allow_fully_quantize=True, min_value=-1, max_value=1)(
|
D | binary_op.py | 24 allow_fully_quantize=False, argument 187 if not allow_fully_quantize: 221 if allow_fully_quantize: 264 allow_fully_quantize=True, 301 allow_fully_quantize=True, 321 allow_fully_quantize=True, 343 options, tf.math.squared_difference, allow_fully_quantize=True)
|
D | elementwise.py | 22 def _make_elementwise_tests(op, allow_fully_quantize=False, min_value=-100, argument 43 if not allow_fully_quantize: 92 return _make_elementwise_tests(tf.math.rsqrt, allow_fully_quantize=True,
|