Searched refs:InterpreterOptions (Results 1 – 16 of 16) sorted by relevance
31 struct InterpreterOptions { struct36 const InterpreterOptions& options) { in CreateCelExpressionBuilder() argument
69 const InterpreterOptions* options_experimental = nullptr);78 const InterpreterOptions* options_experimental = nullptr);145 InterpreterOptions options_;
25 class InterpreterOptions {27 InterpreterOptions() in InterpreterOptions() function
696 TfLiteStatus ApplyOptions(InterpreterOptions* options);835 TfLiteStatus ApplyOptionsImpl(InterpreterOptions* options);906 std::unique_ptr<InterpreterOptions> options_;
451 TfLiteStatus Interpreter::ApplyOptionsImpl(InterpreterOptions* options) { in ApplyOptionsImpl()455 options_ = std::make_unique<InterpreterOptions>(*options); in ApplyOptionsImpl()
138 TfLiteStatus Interpreter::ApplyOptions(InterpreterOptions* options) { in ApplyOptions()
216 const InterpreterOptions* options_experimental) in InterpreterBuilder()230 const InterpreterOptions* options_experimental) in InterpreterBuilder()
1107 InterpreterOptions options; in TEST()
401 void SetOptions(InterpreterOptions* options) { options_ = options; } in SetOptions()905 InterpreterOptions* options_;
82 InterpreterOptions options; in TEST_F()
366 public typealias InterpreterOptions = Interpreter.Options typealias
717 InterpreterOptions options; in Init()
102 InterpreterOptions options; in CreateInterpreter()
30 `InterpreterOptions` object to enable XNNPACK:33 var options = InterpreterOptions()
1084 InterpreterOptions options; in TEST_F()