Framework

class Framework(name='', api_version='', api_tags=<factory>, full_version='')

A representation of an ML framework.

name

The name of the ML framework (i.e., “QAIRT”).

Type:

str

api_version

The version of the specified ML framework compatible with AI Hub APIs (i.e., “2.28”).

Type:

str

api_tags
Additional tags that describe the framework:
  • "default": the default version of QNN used by AI Hub.

  • "latest": the newest, most recent version of QNN available on AI Hub.

Type:

List[str]

full_version

The full version of the specified ML framework (i.e., “2.28.0”).

Type:

str