top of page

Windows.ai.machinelearning -

// 4. Bind & evaluate var session = new LearningModelSession(model); var binding = new LearningModelBinding(session); binding.Bind("data", tensor);

mldata.exe model.onnx /namespace MyApp.ML /output ModelCode.cs windows.ai.machinelearning

// 3. Load model (cache globally) var model = await App.ModelLoader.GetModelAsync(); var binding = new LearningModelBinding(session)

bottom of page