OnnxSessionOptions.OptimizedModelFilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set filepath to save optimized model after graph level transformations. Default is empty, which implies saving is disabled.
public string OptimizedModelFilePath { get; set; }
member this.OptimizedModelFilePath : string with get, set
Public Property OptimizedModelFilePath As String