| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.FileStatistics |
tensorflow.FileStatistics.is_directory(boolean is_directory) |
tensorflow.FileStatistics |
tensorflow.FileStatistics.length(long length) |
tensorflow.FileStatistics |
tensorflow.FileStatistics.mtime_nsec(long mtime_nsec) |
tensorflow.FileStatistics |
tensorflow.FileStatistics.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
tensorflow.FileSystem.Stat(BytePointer fname,
tensorflow.FileStatistics stat)
\brief Obtains statistics for the given path.
|
tensorflow.Status |
tensorflow.Env.Stat(BytePointer fname,
tensorflow.FileStatistics stat)
Obtains statistics for the given path.
|
tensorflow.Status |
tensorflow.FileSystem.Stat(String fname,
tensorflow.FileStatistics stat) |
tensorflow.Status |
tensorflow.Env.Stat(String fname,
tensorflow.FileStatistics stat) |
Copyright © 2019. All rights reserved.