OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vars_collection
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/quantize/python/
quantize.py
53
vars_collection
=ops.GraphKeys.GLOBAL_VARIABLES,
76
vars_collection
: (Optional) Collection where to store the variables for
105
vars_collection
=
vars_collection
,
132
vars_collection
=
vars_collection
,
153
vars_collection
=
vars_collection
,
176
vars_collection
=
vars_collection
,
[
all
...]
quant_ops.py
65
vars_collection
=None,
83
vars_collection
: (Optional) collection where to store variables for
110
vars_collections = [
vars_collection
] if
vars_collection
else []
190
vars_collection
=ops.GraphKeys.MOVING_AVERAGE_VARIABLES,
209
vars_collection
: (Optional) collection where to store variables for
236
vars_collections = [
vars_collection
] if
vars_collection
else []
quant_ops_test.py
101
vars_collection
=_MIN_MAX_VARS)
116
vars_collection
=_MIN_MAX_VARS)
127
vars_collection
=_MIN_MAX_VARS,
Completed in 72 milliseconds