Searched refs:vars_collection (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize.py | 53 vars_collection=ops.GraphKeys.GLOBAL_VARIABLES, argument 105 vars_collection=vars_collection, 132 vars_collection=vars_collection, 153 vars_collection=vars_collection, 176 vars_collection=vars_collection, 211 vars_collection=vars_collection, 224 vars_collection, 234 vars_collection=ops.GraphKeys.GLOBAL_VARIABLES, argument 272 vars_collection=vars_collection, 656 vars_collection=ops.GraphKeys.GLOBAL_VARIABLES, argument [all …]
|
D | quant_ops.py | 65 vars_collection=None, argument 110 vars_collections = [vars_collection] if vars_collection else [] 190 vars_collection=ops.GraphKeys.MOVING_AVERAGE_VARIABLES, argument 236 vars_collections = [vars_collection] if vars_collection else []
|
D | quant_ops_test.py | 101 vars_collection=_MIN_MAX_VARS) 116 vars_collection=_MIN_MAX_VARS) 127 vars_collection=_MIN_MAX_VARS,
|