public static class tensorflow.Print.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
first_n_() |
tensorflow.Print.Attrs |
first_n_(long first_n_) |
tensorflow.Print.Attrs |
FirstN(long x)
Only log
first_n number of times. |
BytePointer |
message_() |
tensorflow.Print.Attrs |
message_(BytePointer message_) |
tensorflow.Print.Attrs |
Message(BytePointer x)
A string, prefix of the error message.
|
tensorflow.Print.Attrs |
Message(String x) |
tensorflow.Print.Attrs |
position(long position) |
long |
summarize_() |
tensorflow.Print.Attrs |
summarize_(long summarize_) |
tensorflow.Print.Attrs |
Summarize(long x)
Only print this many entries of each tensor.
|
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.Print.Attrs position(long position)
@ByVal public tensorflow.Print.Attrs Message(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.Print.Attrs Message(@tensorflow.StringPiece String x)
@ByVal public tensorflow.Print.Attrs FirstN(@Cast(value="tensorflow::int64") long x)
first_n number of times. -1 disables logging.
Defaults to -1@ByVal public tensorflow.Print.Attrs Summarize(@Cast(value="tensorflow::int64") long x)
@tensorflow.StringPiece public BytePointer message_()
public tensorflow.Print.Attrs message_(BytePointer message_)
public tensorflow.Print.Attrs first_n_(long first_n_)
public tensorflow.Print.Attrs summarize_(long summarize_)
Copyright © 2019. All rights reserved.