Home
last modified time | relevance | path

Searched refs:InterpreterOptions (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/src/core/lib/security/authorization/mock_cel/
Dcel_expr_builder_factory.h31 struct InterpreterOptions { struct
36 const InterpreterOptions& options) { in CreateCelExpressionBuilder() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/
Dcel_expr_builder_factory.h31 struct InterpreterOptions { struct
36 const InterpreterOptions& options) { in CreateCelExpressionBuilder() argument
/external/tensorflow/tensorflow/lite/
Dinterpreter_builder.h69 const InterpreterOptions* options_experimental = nullptr);
78 const InterpreterOptions* options_experimental = nullptr);
145 InterpreterOptions options_;
Dinterpreter_options.h25 class InterpreterOptions {
27 InterpreterOptions() in InterpreterOptions() function
Dinterpreter.h696 TfLiteStatus ApplyOptions(InterpreterOptions* options);
835 TfLiteStatus ApplyOptionsImpl(InterpreterOptions* options);
906 std::unique_ptr<InterpreterOptions> options_;
Dinterpreter.cc451 TfLiteStatus Interpreter::ApplyOptionsImpl(InterpreterOptions* options) { in ApplyOptionsImpl()
455 options_ = std::make_unique<InterpreterOptions>(*options); in ApplyOptionsImpl()
Dinterpreter_experimental.cc138 TfLiteStatus Interpreter::ApplyOptions(InterpreterOptions* options) { in ApplyOptions()
Dinterpreter_builder.cc216 const InterpreterOptions* options_experimental) in InterpreterBuilder()
230 const InterpreterOptions* options_experimental) in InterpreterBuilder()
Dinterpreter_test.cc1107 InterpreterOptions options; in TEST()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h401 void SetOptions(InterpreterOptions* options) { options_ = options; } in SetOptions()
905 InterpreterOptions* options_;
/external/tensorflow/tensorflow/lite/kernels/
Dwhile_test.cc82 InterpreterOptions options; in TEST_F()
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift366 public typealias InterpreterOptions = Interpreter.Options typealias
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc717 InterpreterOptions options; in Init()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc102 InterpreterOptions options; in CreateInterpreter()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
DREADME.md30 `InterpreterOptions` object to enable XNNPACK:
33 var options = InterpreterOptions()
/external/tensorflow/tensorflow/lite/delegates/
Ddelegate_test.cc1084 InterpreterOptions options; in TEST_F()