@Namespace(value="tensorflow::io") @NoOffset public static class tensorflow.SequentialRecordReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SequentialRecordReader(Pointer p)
Pointer cast constructor.
|
SequentialRecordReader(tensorflow.RandomAccessFile file) |
SequentialRecordReader(tensorflow.RandomAccessFile file,
tensorflow.RecordReaderOptions options) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
ReadRecord(BytePointer record) |
tensorflow.Status |
SeekOffset(long offset) |
long |
TellOffset() |
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 SequentialRecordReader(Pointer p)
Pointer.Pointer(Pointer).public SequentialRecordReader(tensorflow.RandomAccessFile file, @Const @ByRef(nullValue="tensorflow::io::RecordReaderOptions()") tensorflow.RecordReaderOptions options)
public SequentialRecordReader(tensorflow.RandomAccessFile file)
@ByVal public tensorflow.Status ReadRecord(@StdString @Cast(value={"char*","std::string*"}) BytePointer record)
@ByVal public tensorflow.Status SeekOffset(@Cast(value="tensorflow::uint64") long offset)
Copyright © 2019. All rights reserved.