阅读(572) (1)

TensorFlow函数:tf.graph_util.tensor_shape_from_node_def_name

2018-05-17 10:56:03 更新

tf.graph_util.tensor_shape_from_node_def_name函数

tf.graph_util.tensor_shape_from_node_def_name(
    graph,
    input_name
)

定义在:tensorflow/python/framework/graph_util_impl.py.

tf.graph_util.tensor_shape_from_node_def_name函数的作用是能够方便函数从NodeDef的输入字符串获取形状.