Uses of Class
com.codedstream.otterstream.onnx.InferenceSession
-
Packages that use InferenceSession Package Description com.codedstream.otterstream.onnx -
-
Uses of InferenceSession in com.codedstream.otterstream.onnx
Methods in com.codedstream.otterstream.onnx that return InferenceSession 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.Methods in com.codedstream.otterstream.onnx with parameters of type InferenceSession Modifier and Type Method Description ModelMetadataOnnxModelLoader. getModelMetadata(InferenceSession model)Extracts metadata from a loaded ONNX model.booleanOnnxModelLoader. validateModel(InferenceSession model, ModelConfig config)Validates that a loaded ONNX model matches the configuration.
-