tf.Graph().get_operation_by_name

get_operation_by_name(name) method of tensorflow.python.framework.ops.Graph instance
    Returns the `Operation` with the given `name`.
    
    This method may be called concurrently from multiple threads.
    
    Args:
      name: The name of the `Operation` to return.
    
    Returns:
      The `Operation` with the given `name`.
    
    Raises:
      TypeError: If `name` is not a string.
      KeyError: If `name` does not correspond to an operation in this graph.
上一篇:pandas.merge合并


下一篇:tf.Graph().get_operations