@Namespace(value="tensorflow") public static class tensorflow.FileSystem extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FileSystem(Pointer p)
Pointer cast constructor.
|
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 FileSystem(Pointer p)
Pointer.Pointer(Pointer).@ByVal public tensorflow.Status NewRandomAccessFile(@StdString BytePointer fname, @UniquePtr tensorflow.RandomAccessFile result)
@ByVal public tensorflow.Status NewRandomAccessFile(@StdString String fname, @UniquePtr tensorflow.RandomAccessFile result)
@ByVal public tensorflow.Status NewWritableFile(@StdString BytePointer fname, @UniquePtr tensorflow.WritableFile result)
@ByVal public tensorflow.Status NewWritableFile(@StdString String fname, @UniquePtr tensorflow.WritableFile result)
@ByVal public tensorflow.Status NewAppendableFile(@StdString BytePointer fname, @UniquePtr tensorflow.WritableFile result)
@ByVal public tensorflow.Status NewAppendableFile(@StdString String fname, @UniquePtr tensorflow.WritableFile result)
@ByVal public tensorflow.Status NewReadOnlyMemoryRegionFromFile(@StdString BytePointer fname, @UniquePtr tensorflow.ReadOnlyMemoryRegion result)
@ByVal public tensorflow.Status NewReadOnlyMemoryRegionFromFile(@StdString String fname, @UniquePtr tensorflow.ReadOnlyMemoryRegion result)
@ByVal public tensorflow.Status FileExists(@StdString BytePointer fname)
@ByVal public tensorflow.Status FileExists(@StdString String fname)
@Cast(value="bool") public boolean FilesExist(@Const @ByRef tensorflow.StringVector files, @StdVector tensorflow.Status status)
@ByVal public tensorflow.Status GetChildren(@StdString BytePointer dir, tensorflow.StringVector result)
@ByVal public tensorflow.Status GetChildren(@StdString String dir, tensorflow.StringVector result)
@ByVal public tensorflow.Status GetMatchingPaths(@StdString BytePointer pattern, tensorflow.StringVector results)
@ByVal public tensorflow.Status GetMatchingPaths(@StdString String pattern, tensorflow.StringVector results)
@ByVal public tensorflow.Status Stat(@StdString BytePointer fname, tensorflow.FileStatistics stat)
@ByVal public tensorflow.Status Stat(@StdString String fname, tensorflow.FileStatistics stat)
@ByVal public tensorflow.Status DeleteFile(@StdString BytePointer fname)
@ByVal public tensorflow.Status DeleteFile(@StdString String fname)
@ByVal public tensorflow.Status CreateDir(@StdString BytePointer dirname)
@ByVal public tensorflow.Status CreateDir(@StdString String dirname)
@ByVal public tensorflow.Status RecursivelyCreateDir(@StdString BytePointer dirname)
@ByVal public tensorflow.Status RecursivelyCreateDir(@StdString String dirname)
@ByVal public tensorflow.Status DeleteDir(@StdString BytePointer dirname)
@ByVal public tensorflow.Status DeleteDir(@StdString String dirname)
@ByVal public tensorflow.Status DeleteRecursively(@StdString BytePointer dirname, @Cast(value="tensorflow::int64*") LongPointer undeleted_files, @Cast(value="tensorflow::int64*") LongPointer undeleted_dirs)
@ByVal public tensorflow.Status DeleteRecursively(@StdString String dirname, @Cast(value="tensorflow::int64*") LongBuffer undeleted_files, @Cast(value="tensorflow::int64*") LongBuffer undeleted_dirs)
@ByVal public tensorflow.Status DeleteRecursively(@StdString BytePointer dirname, @Cast(value="tensorflow::int64*") long[] undeleted_files, @Cast(value="tensorflow::int64*") long... undeleted_dirs)
@ByVal public tensorflow.Status DeleteRecursively(@StdString String dirname, @Cast(value="tensorflow::int64*") LongPointer undeleted_files, @Cast(value="tensorflow::int64*") LongPointer undeleted_dirs)
@ByVal public tensorflow.Status DeleteRecursively(@StdString BytePointer dirname, @Cast(value="tensorflow::int64*") LongBuffer undeleted_files, @Cast(value="tensorflow::int64*") LongBuffer undeleted_dirs)
@ByVal public tensorflow.Status DeleteRecursively(@StdString String dirname, @Cast(value="tensorflow::int64*") long[] undeleted_files, @Cast(value="tensorflow::int64*") long... undeleted_dirs)
@ByVal public tensorflow.Status GetFileSize(@StdString BytePointer fname, @Cast(value="tensorflow::uint64*") LongPointer file_size)
fname in *file_size.@ByVal public tensorflow.Status GetFileSize(@StdString String fname, @Cast(value="tensorflow::uint64*") LongBuffer file_size)
@ByVal public tensorflow.Status GetFileSize(@StdString BytePointer fname, @Cast(value="tensorflow::uint64*") long... file_size)
@ByVal public tensorflow.Status GetFileSize(@StdString String fname, @Cast(value="tensorflow::uint64*") LongPointer file_size)
@ByVal public tensorflow.Status GetFileSize(@StdString BytePointer fname, @Cast(value="tensorflow::uint64*") LongBuffer file_size)
@ByVal public tensorflow.Status GetFileSize(@StdString String fname, @Cast(value="tensorflow::uint64*") long... file_size)
@ByVal public tensorflow.Status RenameFile(@StdString BytePointer src, @StdString BytePointer target)
@ByVal public tensorflow.Status RenameFile(@StdString String src, @StdString String target)
@ByVal public tensorflow.Status CopyFile(@StdString BytePointer src, @StdString BytePointer target)
@ByVal public tensorflow.Status CopyFile(@StdString String src, @StdString String target)
@StdString public BytePointer TranslateName(@StdString BytePointer name)
@StdString public String TranslateName(@StdString String name)
@ByVal public tensorflow.Status IsDirectory(@StdString BytePointer fname)
@ByVal public tensorflow.Status IsDirectory(@StdString String fname)
public void FlushCaches()
Copyright © 2019. All rights reserved.