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