@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.StringFormat extends Pointer
Attrs):
* template_: A string, the template to format tensor summaries into.
* placeholder: A string, at each placeholder in the template a subsequent tensor summary will be inserted.
* summarize: When formatting the tensor summaries print the first and last summarize entries of each tensor dimension.
Returns:
* Output: = The resulting string scalar.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.StringFormat.Attrs
Optional attribute setters for StringFormat
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringFormat(Pointer p)
Pointer cast constructor.
|
StringFormat(tensorflow.Scope scope,
tensorflow.InputList inputs) |
StringFormat(tensorflow.Scope scope,
tensorflow.InputList inputs,
tensorflow.StringFormat.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.StringFormat |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.StringFormat |
output(tensorflow.Output output) |
static tensorflow.StringFormat.Attrs |
Placeholder(BytePointer x) |
static tensorflow.StringFormat.Attrs |
Placeholder(String x) |
static tensorflow.StringFormat.Attrs |
Summarize(long x) |
static tensorflow.StringFormat.Attrs |
Template(BytePointer x) |
static tensorflow.StringFormat.Attrs |
Template(String x) |
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 StringFormat(Pointer p)
Pointer.Pointer(Pointer).public StringFormat(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList inputs)
public StringFormat(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.InputList inputs, @Const @ByRef tensorflow.StringFormat.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.StringFormat.Attrs Template(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.StringFormat.Attrs Template(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.StringFormat.Attrs Placeholder(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.StringFormat.Attrs Placeholder(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.StringFormat.Attrs Summarize(@Cast(value="tensorflow::int64") long x)
@ByRef public tensorflow.Operation operation()
public tensorflow.StringFormat operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.StringFormat output(tensorflow.Output output)
Copyright © 2019. All rights reserved.