Represents external files used by the Task APIs (e.g. TF Lite FlatBuffer or
plain-text labels file). The files can be specified by one of the following
two ways:
(1) file contents loaded in file_content.
(2) file path in file_name.
If more than one field of these fields is provided, they are used in this
precedence order.
Attributes
file_name
Path to the index.
file_content
The index file contents as bytes.
num_threads
Number of thread, the default value is -1 which means
Interpreter will decide what is the most appropriate num_threads.
use_coral
If true, inference will be delegated to a connected Coral Edge
TPU device.
[[["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-05-08 UTC."],[],[]]