Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py3193 bias_collections=(ops.GraphKeys.BIASES,), argument
3292 bias_collections = set(
3293 list(bias_collections or []) + [ops.GraphKeys.GLOBAL_VARIABLES])
3299 collections=bias_collections,
Dlayers_test.py4054 bias_collections=['biased'],
4067 bias_collections=['biased', 'all'])