![]() |
Class TargetSpec
Specification of target device.
Aliases:
Details about target device. Converter optimizes the generated model for specific device.
Attributes:
supported_ops
: Experimental flag, subject to change. Set of OpsSet options supported by the device. (default set([OpsSet.TFLITE_BUILTINS]))supported_types
: List of types for constant values on the target device. Supported values are types exported by lite.constants. Frequently, an optimization choice is driven by the most compact (i.e. smallest) type in this list (default [constants.FLOAT])
__init__
__init__(
supported_ops=None,
supported_types=None
)
Initialize self. See help(type(self)) for accurate signature.