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.
Args:
- scope: A Scope object
- inputs: Can be of any shape. Each must contain serialized
Summary
protocol buffers.
Returns:
Output
: Scalar. SerializedSummary
protocol buffer.
Constructors and Destructors |
|
---|---|
MergeSummary(const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs)
|
Public attributes |
|
---|---|
operation
|
|
summary
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public attributes
operation
Operation operation
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