@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ScalarSummary extends Pointer
Summary protocol buffer with scalar values.
The input tags and values must have the same shape. The generated summary
has a summary value for each tag-value pair in tags and values.
Arguments:
* scope: A Scope object
* tags: Tags for the summary.
* values: Same shape as tags. Values for the summary.
Returns:
* Output: Scalar. Serialized Summary{@code protocol buffer.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ScalarSummary(Pointer p)
Pointer cast constructor.
|
ScalarSummary(tensorflow.Scope scope,
tensorflow.Input tags,
tensorflow.Input values) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ScalarSummary |
operation(tensorflow.Operation operation) |
tensorflow.Output |
summary() |
tensorflow.ScalarSummary |
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 ScalarSummary(Pointer p)
Pointer.Pointer(Pointer).public ScalarSummary(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tags, @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.ScalarSummary operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output summary()
public tensorflow.ScalarSummary summary(tensorflow.Output summary)
Copyright © 2019. All rights reserved.