Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps.py172 last_op_using_resource_tensor, merge_for_resource): argument
210 last_op_using_resource_tensor, merge_for_resource)
211 if switch_op.outputs[0] in merge_for_resource:
224 if inp in merge_for_resource:
225merge_for_resource[inp]._add_control_input(new_merge[0].op) # pylint: disable=protected-access
228 merge_for_resource[o] = new_merge[0].op
251 merge_for_resource = {}
317 merge_for_resource)
324 if inp in merge_for_resource:
325 merge_for_resource[inp]._add_control_input(op) # pylint: disable=protected-access