@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Print extends Pointer
input through to output and prints data when evaluating.
Arguments:
* scope: A Scope object
* input: The tensor passed to output
* data: A list of tensors to print out when op is evaluated.
Optional attributes (see Attrs):
* message: A string, prefix of the error message.
* first_n: Only log first_n number of times. -1 disables logging.
* summarize: Only print this many entries of each tensor.
Returns:
* Output: = The unmodified input tensor| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.Print.Attrs
Optional attribute setters for Print
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Print(Pointer p)
Pointer cast constructor.
|
Print(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.InputList data) |
Print(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.InputList data,
tensorflow.Print.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.Print.Attrs |
FirstN(long x) |
static tensorflow.Print.Attrs |
Message(BytePointer x) |
static tensorflow.Print.Attrs |
Message(String x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Print |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.Print |
output(tensorflow.Output output) |
static tensorflow.Print.Attrs |
Summarize(long 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 Print(Pointer p)
Pointer.Pointer(Pointer).public Print(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.InputList data)
public Print(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.InputList data, @Const @ByRef tensorflow.Print.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.Print.Attrs Message(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.Print.Attrs Message(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.Print.Attrs FirstN(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.Print.Attrs Summarize(@Cast(value="tensorflow::int64") long x)
@ByRef public tensorflow.Operation operation()
public tensorflow.Print operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.Print output(tensorflow.Output output)
Copyright © 2019. All rights reserved.