Home
last modified time | relevance | path

Searched refs:use_burst_computation (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dnnapi_plugin.h88 options_.use_burst_computation = nnapi_settings->use_burst_computation(); in NnapiPlugin()
Dflatbuffer_to_proto_test.cc186 EXPECT_FALSE(output_settings.use_burst_computation()); in TEST_F()
188 input_settings->use_burst_computation = true; in TEST_F()
191 EXPECT_TRUE(output_settings.use_burst_computation()); in TEST_F()
Dconfiguration_generated.h911 bool use_burst_computation = false; member
966 bool use_burst_computation() const { in use_burst_computation() function
1031 void add_use_burst_computation(bool use_burst_computation) { in add_use_burst_computation()
1032 …<uint8_t>(NNAPISettings::VT_USE_BURST_COMPUTATION, static_cast<uint8_t>(use_burst_computation), 0); in add_use_burst_computation()
1060 bool use_burst_computation = false,
1071 builder_.add_use_burst_computation(use_burst_computation);
1090 bool use_burst_computation = false,
1107 use_burst_computation,
3315 (lhs.use_burst_computation == rhs.use_burst_computation) &&
3335 use_burst_computation(o.use_burst_computation), in NNAPISettingsT()
[all …]
Dproto_to_flatbuffer.cc204 settings.use_burst_computation(), in ConvertNNAPISettings()
Dflatbuffer_to_proto.cc206 proto_settings.set_use_burst_computation(settings.use_burst_computation()); in ConvertNNAPISettings()
Dconfiguration.proto155 optional bool use_burst_computation = 11; field
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.h140 bool use_burst_computation = false; member
339 bool use_burst_computation = false; member
Dnnapi_delegate.cc4676 bool should_use_burst_mode = delegate_options.use_burst_computation; in Prepare()
6409 delegate_data_.use_burst_computation = options.use_burst_computation; in StatefulNnApiDelegateConstructorImpl()
6481 options.use_burst_computation = delegate_data->use_burst_computation; in GetOptions()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dnnapi_delegate_provider.cc173 options.use_burst_computation = true; in CreateTfLiteDelegate()