Common#
- Tensile.Common.getArchitectureName(gfxName: str) str | None #
Maps the provided Gfx architecture to its common name using the architectureMap.
- Parameters:
gfxName – Gfx architecture name to map.
- Returns:
Common name associated with the provided gfxName if it matches or is a substring of a key in architectureMap, otherwise None.