tensorflow::ops::MergeSummary

tensorflow::ops::MergeSummary

#include <logging_ops.h>

Merges summaries.

Summary

This op creates a `Summary` protocol buffer that contains the union of all the values in the input summaries.

When the Op is run, it reports an InvalidArgument error if multiple values in the summaries to merge use the same tag.

Arguments:

  • scope: A Scope object
  • inputs: Can be of any shape. Each must contain serialized Summary protocol buffers.

Returns:

  • Output: Scalar. Serialized Summary protocol buffer.
Constructors and Destructors
MergeSummary(const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs)
Public attributes
summary
Public functions
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Public attributes

summary

::tensorflow::Output summary

Public functions

MergeSummary

 MergeSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/merge-summary.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部