| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
tensorflow.FileSystem.NewRandomAccessFile(BytePointer fname,
tensorflow.RandomAccessFile result)
\brief Creates a brand new random access read-only file with the
specified name.
|
tensorflow.Status |
tensorflow.Env.NewRandomAccessFile(BytePointer fname,
tensorflow.RandomAccessFile result)
\brief Creates a brand new random access read-only file with the
specified name.
|
tensorflow.Status |
tensorflow.FileSystem.NewRandomAccessFile(String fname,
tensorflow.RandomAccessFile result) |
tensorflow.Status |
tensorflow.Env.NewRandomAccessFile(String fname,
tensorflow.RandomAccessFile result) |
| Constructor and Description |
|---|
RecordReader(tensorflow.RandomAccessFile file) |
RecordReader(tensorflow.RandomAccessFile file,
tensorflow.RecordReaderOptions options) |
SequentialRecordReader(tensorflow.RandomAccessFile file) |
SequentialRecordReader(tensorflow.RandomAccessFile file,
tensorflow.RecordReaderOptions options) |
Copyright © 2019. All rights reserved.