#include <logging_ops.h>
Merges summaries.
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:
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 |
::tensorflow::Output summary
MergeSummary( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
© 2018 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