Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/quantize/python/
Dquantize.py42 _PASS_THROUGH_OP = {'Reshape', 'Identity', 'BatchToSpaceND', 'SpaceToBatchND'} variable
306 while curr_op_type.intersection(_PASS_THROUGH_OP):