Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h2177 VT_ALLOW_AUTOMATIC_FALLBACK_ON_EXECUTION_ERROR = 6 enumerator
2183 return GetField<uint8_t>(VT_ALLOW_AUTOMATIC_FALLBACK_ON_EXECUTION_ERROR, 0) != 0; in allow_automatic_fallback_on_execution_error()
2188 VerifyField<uint8_t>(verifier, VT_ALLOW_AUTOMATIC_FALLBACK_ON_EXECUTION_ERROR, 1) && in Verify()
2204 …fbb_.AddElement<uint8_t>(FallbackSettings::VT_ALLOW_AUTOMATIC_FALLBACK_ON_EXECUTION_ERROR, static_… in add_allow_automatic_fallback_on_execution_error()