@Namespace(value="tensorflow::io") @NoOffset public static class tensorflow.RecordReader extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.RecordReader.Metadata |
static class |
tensorflow.RecordReader.Stats |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static long |
kFooterSize |
static long |
kHeaderSize |
| Constructor and Description |
|---|
RecordReader(Pointer p)
Pointer cast constructor.
|
RecordReader(tensorflow.RandomAccessFile file) |
RecordReader(tensorflow.RandomAccessFile file,
tensorflow.RecordReaderOptions options) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
GetMetadata(tensorflow.RecordReader.Metadata md) |
static long |
kFooterSize() |
static long |
kHeaderSize() |
tensorflow.Status |
ReadRecord(long[] offset,
BytePointer record) |
tensorflow.Status |
ReadRecord(LongBuffer offset,
BytePointer record) |
tensorflow.Status |
ReadRecord(LongPointer offset,
BytePointer record) |
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 static final long kHeaderSize
public static final long kFooterSize
public RecordReader(Pointer p)
Pointer.Pointer(Pointer).public RecordReader(tensorflow.RandomAccessFile file, @Const @ByRef(nullValue="tensorflow::io::RecordReaderOptions()") tensorflow.RecordReaderOptions options)
public RecordReader(tensorflow.RandomAccessFile file)
@MemberGetter @Cast(value="const size_t") public static long kHeaderSize()
@MemberGetter @Cast(value="const size_t") public static long kFooterSize()
@ByVal public tensorflow.Status ReadRecord(@Cast(value="tensorflow::uint64*") LongPointer offset, @StdString @Cast(value={"char*","std::string*"}) BytePointer record)
@ByVal public tensorflow.Status ReadRecord(@Cast(value="tensorflow::uint64*") LongBuffer offset, @StdString @Cast(value={"char*","std::string*"}) BytePointer record)
@ByVal public tensorflow.Status ReadRecord(@Cast(value="tensorflow::uint64*") long[] offset, @StdString @Cast(value={"char*","std::string*"}) BytePointer record)
@ByVal public tensorflow.Status GetMetadata(tensorflow.RecordReader.Metadata md)
Copyright © 2019. All rights reserved.