@Namespace(value="tensorflow") public static class tensorflow.FileSystemRegistry extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
FileSystemRegistry(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Status |
GetRegisteredFileSystemSchemes(tensorflow.StringVector schemes) |
tensorflow.FileSystem |
Lookup(BytePointer scheme) |
tensorflow.FileSystem |
Lookup(String scheme) |
tensorflow.Status |
Register(BytePointer scheme,
Pointer factory) |
tensorflow.Status |
Register(String scheme,
Pointer factory) |
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 FileSystemRegistry(Pointer p)
Pointer.Pointer(Pointer).@ByVal public tensorflow.Status Register(@StdString BytePointer scheme, @ByVal @Cast(value="tensorflow::FileSystemRegistry::Factory*") Pointer factory)
@ByVal public tensorflow.Status Register(@StdString String scheme, @ByVal @Cast(value="tensorflow::FileSystemRegistry::Factory*") Pointer factory)
public tensorflow.FileSystem Lookup(@StdString BytePointer scheme)
public tensorflow.FileSystem Lookup(@StdString String scheme)
@ByVal public tensorflow.Status GetRegisteredFileSystemSchemes(tensorflow.StringVector schemes)
Copyright © 2019. All rights reserved.