Home
last modified time | relevance | path

Searched refs:allowCancellation (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java152 this.allowCancellation = allow; in setCancellable()
186 Boolean allowCancellation; field in Interpreter.Options
DNativeInterpreterWrapper.java76 if (options.allowCancellation != null && options.allowCancellation) { in init()