MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _get_operation_by_tf_operation

Method _get_operation_by_tf_operation

tensorflow/python/framework/ops.py:3771–3773  ·  view source on GitHub ↗
(self, tf_oper)

Source from the content-addressed store, hash-verified

3769 return self._nodes_by_name[name]
3770
3771 def _get_operation_by_tf_operation(self, tf_oper):
3772 op_name = c_api.TF_OperationName(tf_oper)
3773 return self._get_operation_by_name_unsafe(op_name)
3774
3775 def get_tensor_by_name(self, name):
3776 """Returns the `Tensor` with the given `name`.

Callers 3

_GatherReturnElementsFunction · 0.80
new_tf_operationsFunction · 0.80

Calls 1

Tested by

no test coverage detected