Home
last modified time | relevance | path

Searched refs:allow_automatic_fallback_on_execution_error (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dflatbuffer_to_proto_test.cc129 .allow_automatic_fallback_on_execution_error()); in TEST_F()
139 .allow_automatic_fallback_on_execution_error()); in TEST_F()
144 ->allow_automatic_fallback_on_execution_error = true; in TEST_F()
150 .allow_automatic_fallback_on_execution_error()); in TEST_F()
Dproto_to_flatbuffer.cc182 settings.allow_automatic_fallback_on_execution_error()); in ConvertFallbackSettings()
Dconfiguration_generated.h2169 bool allow_automatic_fallback_on_execution_error = false; member
2182 bool allow_automatic_fallback_on_execution_error() const { in allow_automatic_fallback_on_execution_error() function
2203 …d add_allow_automatic_fallback_on_execution_error(bool allow_automatic_fallback_on_execution_error in add_allow_automatic_fallback_on_execution_error()
2204 …ATIC_FALLBACK_ON_EXECUTION_ERROR, static_cast<uint8_t>(allow_automatic_fallback_on_execution_error in add_allow_automatic_fallback_on_execution_error()
2220 bool allow_automatic_fallback_on_execution_error = false) {
2222 …ilder_.add_allow_automatic_fallback_on_execution_error(allow_automatic_fallback_on_execution_error
3997 …(lhs.allow_automatic_fallback_on_execution_error == rhs.allow_automatic_fallback_on_execution_erro…
4015 …{ auto _e = allow_automatic_fallback_on_execution_error(); _o->allow_automatic_fallback_on_executi… in UnPackTo()
4027 …uto _allow_automatic_fallback_on_execution_error = _o->allow_automatic_fallback_on_execution_error; in CreateFallbackSettings()
Dflatbuffer_to_proto.cc175 settings.allow_automatic_fallback_on_execution_error()); in ConvertFallbackSettings()
Dconfiguration.proto506 optional bool allow_automatic_fallback_on_execution_error = 8; field