@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TensorSummaryV2 extends Pointer
Summary protocol buffer with a tensor and per-plugin data.
Arguments:
* scope: A Scope object
* tag: A string attached to this summary. Used for organization in TensorBoard.
* tensor: A tensor to serialize.
* serialized_summary_metadata: A serialized SummaryMetadata proto. Contains plugin
data.
Returns:
* Output: The summary tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorSummaryV2(Pointer p)
Pointer cast constructor.
|
TensorSummaryV2(tensorflow.Scope scope,
tensorflow.Input tag,
tensorflow.Input tensor,
tensorflow.Input serialized_summary_metadata) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.TensorSummaryV2 |
operation(tensorflow.Operation operation) |
tensorflow.Output |
summary() |
tensorflow.TensorSummaryV2 |
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 TensorSummaryV2(Pointer p)
Pointer.Pointer(Pointer).public TensorSummaryV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tag, @ByVal tensorflow.Input tensor, @ByVal tensorflow.Input serialized_summary_metadata)
@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.TensorSummaryV2 operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output summary()
public tensorflow.TensorSummaryV2 summary(tensorflow.Output summary)
Copyright © 2019. All rights reserved.