2 references to CreateSessionOptions
Microsoft.ML.OnnxTransformer (2)
OnnxUtils.cs (2)
201if (onnxSessionOptions.CreateSessionOptions != null) 203_session = new InferenceSession(modelFile, onnxSessionOptions.CreateSessionOptions());