W3cubDocs

/TensorFlow C++ 2.4

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
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 

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