public static class tensorflow.AsString.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 |
fill_() |
tensorflow.AsString.Attrs |
fill_(BytePointer fill_) |
tensorflow.AsString.Attrs |
Fill(BytePointer x)
The value to pad if width > -1.
|
tensorflow.AsString.Attrs |
Fill(String x) |
tensorflow.AsString.Attrs |
position(long position) |
long |
precision_() |
tensorflow.AsString.Attrs |
precision_(long precision_) |
tensorflow.AsString.Attrs |
Precision(long x)
The post-decimal precision to use for floating point numbers.
|
boolean |
scientific_() |
tensorflow.AsString.Attrs |
scientific_(boolean scientific_) |
tensorflow.AsString.Attrs |
Scientific(boolean x)
Use scientific notation for floating point numbers.
|
boolean |
shortest_() |
tensorflow.AsString.Attrs |
shortest_(boolean shortest_) |
tensorflow.AsString.Attrs |
Shortest(boolean x)
Use shortest representation (either scientific or standard) for
floating point numbers.
|
long |
width_() |
tensorflow.AsString.Attrs |
width_(long width_) |
tensorflow.AsString.Attrs |
Width(long x)
Pad pre-decimal numbers to this width.
|
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.AsString.Attrs position(long position)
@ByVal public tensorflow.AsString.Attrs Precision(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.AsString.Attrs Scientific(@Cast(value="bool") boolean x)
@ByVal public tensorflow.AsString.Attrs Shortest(@Cast(value="bool") boolean x)
@ByVal public tensorflow.AsString.Attrs Width(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.AsString.Attrs Fill(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.AsString.Attrs Fill(@tensorflow.StringPiece String x)
public tensorflow.AsString.Attrs precision_(long precision_)
public tensorflow.AsString.Attrs scientific_(boolean scientific_)
public tensorflow.AsString.Attrs shortest_(boolean shortest_)
public tensorflow.AsString.Attrs width_(long width_)
@tensorflow.StringPiece public BytePointer fill_()
public tensorflow.AsString.Attrs fill_(BytePointer fill_)
Copyright © 2019. All rights reserved.