@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.PrintV2 extends Pointer
Attrs):
* output_stream: A string specifying the output stream or logging level to print to.
Returns:
* the created Operation| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.PrintV2.Attrs
Optional attribute setters for PrintV2
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PrintV2(Pointer p)
Pointer cast constructor.
|
PrintV2(tensorflow.Scope scope,
tensorflow.Input input) |
PrintV2(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.PrintV2.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
tensorflow.Operation |
operation() |
tensorflow.PrintV2 |
operation(tensorflow.Operation operation) |
static tensorflow.PrintV2.Attrs |
OutputStream(BytePointer x) |
static tensorflow.PrintV2.Attrs |
OutputStream(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 PrintV2(Pointer p)
Pointer.Pointer(Pointer).public PrintV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input)
public PrintV2(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @Const @ByRef tensorflow.PrintV2.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.PrintV2.Attrs OutputStream(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.PrintV2.Attrs OutputStream(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.PrintV2 operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.