tf.Graph().get_tensor_by_name

get_tensor_by_name(name) method of tensorflow.python.framework.ops.Graph instance     Returns the `Tensor` with the given `name`.          This method may be called concurrently from multiple threads.          Args:       name: The name of the `Tensor` to return.          Returns:       The `Tensor` with the given `name`.          Raises:       TypeError: If `name` is not a string.       KeyError: If `name` does not correspond to a tensor in this graph.

    原文作者:TensorFlow
    原文地址: https://yq.aliyun.com/articles/587752
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞