Uses of Class
com.codedstream.otterstream.inference.exception.ModelLoadException
-
Packages that use ModelLoadException Package Description com.codedstream.otterstream.inference.model com.codedstream.otterstream.onnx -
-
Uses of ModelLoadException in com.codedstream.otterstream.inference.model
Methods in com.codedstream.otterstream.inference.model that throw ModelLoadException Modifier and Type Method Description TModelLoader. loadModel(ModelConfig config)Loads a model from the path specified in configuration.TModelLoader. loadModel(InputStream inputStream, ModelConfig config)Loads a model from an input stream. -
Uses of ModelLoadException in com.codedstream.otterstream.onnx
Methods in com.codedstream.otterstream.onnx that throw ModelLoadException Modifier and Type Method Description InferenceSessionOnnxModelLoader. loadModel(ModelConfig config)Loads an ONNX model from the path specified in configuration.InferenceSessionOnnxModelLoader. loadModel(InputStream inputStream, ModelConfig config)Loads an ONNX model from an input stream.
-