Adds a function to the graph. After the function has been added, you can call to the function by passing the function name in place of an op name to `Graph.create_op()`. Args: function: A `_DefinedFunction` object. Raises: ValueError: if another function is defined
(self, function)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected