| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ZlibOutputBuffer |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
tensorflow.FileSystem.NewAppendableFile(BytePointer fname,
tensorflow.WritableFile result)
\brief Creates an object that either appends to an existing file, or
writes to a new file (if the file does not exist to begin with).
|
tensorflow.Status |
tensorflow.Env.NewAppendableFile(BytePointer fname,
tensorflow.WritableFile result)
\brief Creates an object that either appends to an existing file, or
writes to a new file (if the file does not exist to begin with).
|
tensorflow.Status |
tensorflow.FileSystem.NewAppendableFile(String fname,
tensorflow.WritableFile result) |
tensorflow.Status |
tensorflow.Env.NewAppendableFile(String fname,
tensorflow.WritableFile result) |
tensorflow.Status |
tensorflow.FileSystem.NewWritableFile(BytePointer fname,
tensorflow.WritableFile result)
\brief Creates an object that writes to a new file with the specified
name.
|
tensorflow.Status |
tensorflow.Env.NewWritableFile(BytePointer fname,
tensorflow.WritableFile result)
\brief Creates an object that writes to a new file with the specified
name.
|
tensorflow.Status |
tensorflow.FileSystem.NewWritableFile(String fname,
tensorflow.WritableFile result) |
tensorflow.Status |
tensorflow.Env.NewWritableFile(String fname,
tensorflow.WritableFile result) |
| Constructor and Description |
|---|
FileOutputBuffer(tensorflow.WritableFile file,
long buffer_size) |
RecordWriter(tensorflow.WritableFile dest) |
RecordWriter(tensorflow.WritableFile dest,
tensorflow.RecordWriterOptions options) |
ZlibOutputBuffer(tensorflow.WritableFile file,
int input_buffer_bytes,
int output_buffer_bytes,
tensorflow.ZlibCompressionOptions zlib_options) |
Copyright © 2019. All rights reserved.