Skip to content

Commit febb6b4

Browse files
fergushendersoncopybara-github
authored andcommitted
Fix reference to deprecated type InterpreterOptions, which has been replaced by Interpreter.Options.
PiperOrigin-RevId: 722688180
1 parent 73b5971 commit febb6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lite/examples/speech_commands/ios/SpeechCommands/ModelDataHandler/ModelDataHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ModelDataHandler {
8686

8787
// Specify the options for the `Interpreter`.
8888
self.threadCount = threadCount
89-
var options = InterpreterOptions()
89+
var options = Interpreter.Options()
9090
options.threadCount = threadCount
9191
do {
9292
// Create the `Interpreter`.

0 commit comments

Comments
 (0)