Uses of Class
org.jpmml.python.Storage
-
Packages that use Storage Package Description joblib org.jpmml.python -
-
Uses of Storage in joblib
Methods in joblib that return Storage Modifier and Type Method Description StorageNDArrayWrapperConstructor. getStorage()Constructors in joblib with parameters of type Storage Constructor Description NDArrayWrapperConstructor(String module, String name, Storage storage) -
Uses of Storage in org.jpmml.python
Subclasses of Storage in org.jpmml.python Modifier and Type Class Description classCompressedInputStreamStorageclassFileStorageclassInputStreamStorageMethods in org.jpmml.python that return Storage Modifier and Type Method Description static StorageStorageUtil. createStorage(File file)static StorageStorageUtil. createStorage(InputStream is)static StorageStorageUtil. createStorage(PushbackInputStream is)Methods in org.jpmml.python with parameters of type Storage Modifier and Type Method Description ObjectJoblibUnpickler. load(Storage storage)ObjectPythonUnpickler. load(Storage storage)
-