public static class tensorflow.StringFormat.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 |
|---|---|
BytePointer |
placeholder_() |
tensorflow.StringFormat.Attrs |
placeholder_(BytePointer placeholder_) |
tensorflow.StringFormat.Attrs |
Placeholder(BytePointer x)
A string, at each placeholder in the template a subsequent tensor summary will be inserted.
|
tensorflow.StringFormat.Attrs |
Placeholder(String x) |
tensorflow.StringFormat.Attrs |
position(long position) |
long |
summarize_() |
tensorflow.StringFormat.Attrs |
summarize_(long summarize_) |
tensorflow.StringFormat.Attrs |
Summarize(long x)
When formatting the tensor summaries print the first and last summarize entries of each tensor dimension.
|
BytePointer |
template_() |
tensorflow.StringFormat.Attrs |
template_(BytePointer template_) |
tensorflow.StringFormat.Attrs |
Template(BytePointer x)
A string, the template to format tensor summaries into.
|
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, 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.StringFormat.Attrs position(long position)
@ByVal public tensorflow.StringFormat.Attrs Template(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.StringFormat.Attrs Template(@tensorflow.StringPiece String x)
@ByVal public tensorflow.StringFormat.Attrs Placeholder(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.StringFormat.Attrs Placeholder(@tensorflow.StringPiece String x)
@ByVal public tensorflow.StringFormat.Attrs Summarize(@Cast(value="tensorflow::int64") long x)
@tensorflow.StringPiece public BytePointer template_()
public tensorflow.StringFormat.Attrs template_(BytePointer template_)
@tensorflow.StringPiece public BytePointer placeholder_()
public tensorflow.StringFormat.Attrs placeholder_(BytePointer placeholder_)
public tensorflow.StringFormat.Attrs summarize_(long summarize_)
Copyright © 2019. All rights reserved.