tf.summary
tf.summary命名空间中的公共API
FileWriter——将Summary protocol buffers以事件文件的形式写入磁盘
audio(…)——通过声音的形式输出Summary protocol buffer
scalar——输出包含单个标量数据的Summary protocol buffer
histogram——通过直方图输出Summary protocol buffer
image——通过图像输出Summary protocol buffer
merge——对各类的汇总进行一次合并
merge_all——合并默认计算图中的所有汇总
get_summary_description(…): Given a TensorSummary node_def, retrieve its SummaryDescription.
tensor_summary(…): Outputs a Summary protocol buffer with a serialized tensor.proto.
text(…): Summarizes textual data.