@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.TensorSummary extends Pointer
Summary protocol buffer with a tensor.
This op is being phased out in favor of TensorSummaryV2, which lets callers pass
a tag as well as a serialized SummaryMetadata proto string that contains
plugin-specific data. We will keep this op to maintain backwards compatibility.
Arguments:
* scope: A Scope object
* tensor: A tensor to serialize.
Optional attributes (see Attrs):
* description: A json-encoded SummaryDescription proto.
* labels: An unused list of strings.
* display_name: An unused string.
Returns:
* Output: The summary tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.TensorSummary.Attrs
Optional attribute setters for TensorSummary
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
TensorSummary(Pointer p)
Pointer cast constructor.
|
TensorSummary(tensorflow.Scope scope,
tensorflow.Input tensor) |
TensorSummary(tensorflow.Scope scope,
tensorflow.Input tensor,
tensorflow.TensorSummary.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.TensorSummary.Attrs |
Description(BytePointer x) |
static tensorflow.TensorSummary.Attrs |
Description(String x) |
static tensorflow.TensorSummary.Attrs |
DisplayName(BytePointer x) |
static tensorflow.TensorSummary.Attrs |
DisplayName(String x) |
static tensorflow.TensorSummary.Attrs |
Labels(tensorflow.StringVector x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.TensorSummary |
operation(tensorflow.Operation operation) |
tensorflow.Output |
summary() |
tensorflow.TensorSummary |
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 TensorSummary(Pointer p)
Pointer.Pointer(Pointer).public TensorSummary(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tensor)
public TensorSummary(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input tensor, @Const @ByRef tensorflow.TensorSummary.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.TensorSummary.Attrs Description(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.TensorSummary.Attrs Description(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.TensorSummary.Attrs Labels(@Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector x)
@ByVal public static tensorflow.TensorSummary.Attrs DisplayName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.TensorSummary.Attrs DisplayName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.TensorSummary operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output summary()
public tensorflow.TensorSummary summary(tensorflow.Output summary)
Copyright © 2019. All rights reserved.