您的位置:首页 > 其它

tf.summary.tensor_summary

2017-10-28 21:39 369 查看
tensor_summary(

    name,

    tensor,

    summary_description=None,

    collections=None,

    summary_metadata=None,

    family=None,

    display_name=None

)

Outputs a Summary protocol buffer with a serialized tensor.proto.

Returns:A scalar Tensor of type string. The serialized Summary protocol buffer.

举例:
tf.summary.tensor_summary("predict", py_x)
输出一个序列化的protocol buffer 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: