Adds 'op' to the graph. Args: op: the Operator or Tensor to add. Raises: TypeError: if op is not an Operation or Tensor. ValueError: if the op.name or op._id are already used.
(self, op)
source not stored for this graph (policy: none)
no test coverage detected