Different types of op resolvers for Tensorflow Lite.
AUTO: Indicates the op resolver that is chosen by default in TfLite
Python, which is the "BUILTIN" as described below.
BUILTIN: Indicates the op resolver for built-in ops with optimized kernel
implementation.
BUILTIN_REF: Indicates the op resolver for built-in ops with reference
kernel implementation. It's generally used for testing and debugging.
BUILTIN_WITHOUT_DEFAULT_DELEGATES: Indicates the op resolver for
built-in ops with optimized kernel implementation, but it will disable
the application of default TfLite delegates (like the XNNPACK delegate) to
the model graph. Generally this should not be used unless there are issues
with the default configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[],[]]