@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.MergeSummary extends Pointer
Summary](https://www.tensorflow.org/code/tensorflow/core/framework/summary.proto)
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.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MergeSummary(Pointer p)
Pointer cast constructor.
|
MergeSummary(tensorflow.Scope scope,
tensorflow.InputList inputs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.MergeSummary |
operation(tensorflow.Operation operation) |
tensorflow.Output |
summary() |
tensorflow.MergeSummary |
summary(tensorflow.Output summary) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MergeSummary(Pointer p)
Pointer.Pointer(Pointer).public MergeSummary(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList inputs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.MergeSummary operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output summary()
public tensorflow.MergeSummary summary(tensorflow.Output summary)
Copyright © 2019. All rights reserved.