Home
last modified time | relevance | path

Searched refs:TfLiteHexagonDelegateOptions (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.cc39 explicit HexagonDelegate(const TfLiteHexagonDelegateOptions* params) in HexagonDelegate()
41 : TfLiteHexagonDelegateOptions({0})) { in HexagonDelegate()
112 TfLiteHexagonDelegateOptions params_;
119 const TfLiteHexagonDelegateOptions* options) { in TfLiteHexagonDelegateCreate()
136 TfLiteHexagonDelegateOptions TfLiteHexagonDelegateOptionsDefault() { in TfLiteHexagonDelegateOptionsDefault()
137 TfLiteHexagonDelegateOptions result{0}; in TfLiteHexagonDelegateOptionsDefault()
Dhexagon_delegate.h25 struct TFL_CAPI_EXPORT TfLiteHexagonDelegateOptions { struct
96 TfLiteHexagonDelegateCreate(const TfLiteHexagonDelegateOptions* options); argument
99 TFL_CAPI_EXPORT TfLiteHexagonDelegateOptions
Dhexagon_delegate_kernel.h44 explicit HexagonDelegateKernel(const ::TfLiteHexagonDelegateOptions& params) in HexagonDelegateKernel()
93 ::TfLiteHexagonDelegateOptions params_;
DREADME.md24 ::tflite::TfLiteHexagonDelegateOptions params = {0};
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dhexagon_plugin.cc52 options_ = TfLiteHexagonDelegateOptions({0}); in HexagonPlugin()
70 TfLiteHexagonDelegateOptions options_;
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc144 TfLiteHexagonDelegateOptions options = {0}; in CreateHexagonDelegate()
154 const TfLiteHexagonDelegateOptions* options, in CreateHexagonDelegate()
Dutils.h82 const TfLiteHexagonDelegateOptions* options,
/external/tensorflow/tensorflow/lite/delegates/hexagon/java/src/main/native/
Dhexagon_delegate_jni.cc27 TfLiteHexagonDelegateOptions options = {0}; in Java_org_tensorflow_lite_HexagonDelegate_createDelegate()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dhexagon_delegate_op_model.h81 TfLiteHexagonDelegateOptions params_ = {0};
Dbatch_seq_config_test.cc117 ::TfLiteHexagonDelegateOptions options = {0}; in ApplyDelegate()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dhexagon_delegate_provider.cc87 TfLiteHexagonDelegateOptions options = {0}; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/g3doc/android/delegates/
Dhexagon.md127 struct TfLiteHexagonDelegateOptions {
149 TfLiteHexagonDelegateCreate(const TfLiteHexagonDelegateOptions* options);
233 ::tflite::TfLiteHexagonDelegateOptions params = {0};