We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InterpreterOptions
Interpreter.Options
1 parent 73b5971 commit febb6b4Copy full SHA for febb6b4
lite/examples/speech_commands/ios/SpeechCommands/ModelDataHandler/ModelDataHandler.swift
@@ -86,7 +86,7 @@ class ModelDataHandler {
86
87
// Specify the options for the `Interpreter`.
88
self.threadCount = threadCount
89
- var options = InterpreterOptions()
+ var options = Interpreter.Options()
90
options.threadCount = threadCount
91
do {
92
// Create the `Interpreter`.
0 commit comments