I know that when getting a tensor by name that I must append an output index
ex)
graph.get_tensor_by_name('example:0')
Where :0 is the output index. But why is this necessary?
here is a link to get_tensor_by_name in tensorflow's docs. However, it does not mention specifying an output index.