Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h1279 VT_PERFORMANCE = 6, enumerator
1287 return static_cast<tflite::CoralSettings_::Performance>(GetField<int32_t>(VT_PERFORMANCE, 0)); in performance()
1299 VerifyField<int32_t>(verifier, VT_PERFORMANCE) && in Verify()
1316 fbb_.AddElement<int32_t>(CoralSettings::VT_PERFORMANCE, static_cast<int32_t>(performance), 0); in add_performance()