Searched defs:TRAINABLE_VARIABLES (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
H A Dtfprof_logger.py35 TRAINABLE_VARIABLES = '_trainable_variables' variable
129 for v in graph.get_collection(ops.GraphKeys.TRAINABLE_VARIABLES):
133 entry.types.append(TRAINABLE_VARIABLES)
136 logged_ops[v.op.name].types.append(TRAINABLE_VARIABLES)
/external/tensorflow/tensorflow/python/framework/
H A Dops.py5303 collected under `tf.GraphKeys.TRAINABLE_VARIABLES` if none is
5313 Commonly, all `TRAINABLE_VARIABLES` variables will be in `MODEL_VARIABLES`,
5321 * `TRAINABLE_VARIABLES`: the subset of `Variable` objects that will
5361 TRAINABLE_VARIABLES = "trainable_variables" variable in class:GraphKeys
5426 TRAINABLE_VARIABLES,

Completed in 130 milliseconds