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.cc38 explicit HexagonDelegate(const TfLiteHexagonDelegateOptions* params) in HexagonDelegate()
40 : TfLiteHexagonDelegateOptions({0})) { in HexagonDelegate()
111 TfLiteHexagonDelegateOptions params_;
118 const TfLiteHexagonDelegateOptions* options) { in TfLiteHexagonDelegateCreate()
135 TfLiteHexagonDelegateOptions TfLiteHexagonDelegateOptionsDefault() { in TfLiteHexagonDelegateOptionsDefault()
136 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.md22 ::tflite::TfLiteHexagonDelegateOptions params = {0};
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dhexagon_plugin.cc52 options_ = TfLiteHexagonDelegateOptions({0}); in HexagonPlugin()
66 TfLiteHexagonDelegateOptions options_;
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc142 TfLiteHexagonDelegateOptions options = {0}; in CreateHexagonDelegate()
152 const TfLiteHexagonDelegateOptions* options, in CreateHexagonDelegate()
Dutils.h83 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.cc116 ::TfLiteHexagonDelegateOptions options = {0}; in ApplyDelegate()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dhexagon_delegate_provider.cc86 TfLiteHexagonDelegateOptions options = {0}; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dhexagon_delegate.md123 struct TfLiteHexagonDelegateOptions {
145 TfLiteHexagonDelegateCreate(const TfLiteHexagonDelegateOptions* options);
228 ::tflite::TfLiteHexagonDelegateOptions params = {0};