Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt18 name: "CONCATENATED_VARIABLES"
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py265 "v3", [], collections=[ops.GraphKeys.CONCATENATED_VARIABLES])
273 ops.get_collection(ops.GraphKeys.CONCATENATED_VARIABLES), [concat])
/external/tensorflow/tensorflow/python/framework/
Dops.py5992 CONCATENATED_VARIABLES = "concatenated_variables" variable in GraphKeys
6044 CONCATENATED_VARIABLES,