MCPcopy Create free account
hub / github.com/XiaoMi/mace / ABIType

Class ABIType

tools/python/utils/util.py:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187# bazel commands
188################################
189class ABIType(object):
190 armeabi_v7a = 'armeabi-v7a'
191 arm64_v8a = 'arm64-v8a'
192 arm64 = 'arm64'
193 aarch64 = 'aarch64'
194 armhf = 'armhf'
195 host = 'host'
196
197
198def abi_to_internal(abi):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected