tf.lite.experimental.OpResolverType
Stay organized with collections
Save and categorize content based on your preferences.
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.
Class Variables |
AUTO
|
<OpResolverType.AUTO: 0>
|
BUILTIN
|
<OpResolverType.BUILTIN: 1>
|
BUILTIN_REF
|
<OpResolverType.BUILTIN_REF: 2>
|
BUILTIN_WITHOUT_DEFAULT_DELEGATES
|
<OpResolverType.BUILTIN_WITHOUT_DEFAULT_DELEGATES: 3>
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.
[[["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-04-26 UTC."],[],[]]