@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.HistogramSummary extends Pointer
Summary protocol buffer with a histogram.
The generated
[Summary](https://www.tensorflow.org/code/tensorflow/core/framework/summary.proto)
has one summary value containing a histogram for values.
This op reports an InvalidArgument error if any value is not finite.
Arguments:
* scope: A Scope object
* tag: Scalar. Tag to use for the Summary.Value.
* values: Any shape. Values to use to build the histogram.
Returns:
* Output: Scalar. Serialized Summary protocol buffer.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
HistogramSummary(Pointer p)
Pointer cast constructor.
|
HistogramSummary(tensorflow.Scope scope,
tensorflow.Input tag,
tensorflow.Input values) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.HistogramSummary |
operation(tensorflow.Operation operation) |
tensorflow.Output |
summary() |
tensorflow.HistogramSummary |
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 HistogramSummary(Pointer p)
Pointer.Pointer(Pointer).public HistogramSummary(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tag, @ByVal tensorflow.Input values)
@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.HistogramSummary operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output summary()
public tensorflow.HistogramSummary summary(tensorflow.Output summary)
Copyright © 2019. All rights reserved.