Coverage for src/flag_gems/runtime/backend/_arm/__init__.py: 0%

4 statements  

« prev     ^ index     » next       coverage.py v7.6.9, created at 2026-03-27 02:51 +0800

1from backend_utils import VendorInfoBase # noqa: E402 

2 

3vendor_info = VendorInfoBase( 

4 vendor_name="arm", device_name="cpu", device_query_cmd="cat /proc/cpuinfo" 

5) 

6 

7CUSTOMIZED_UNUSED_OPS = ( 

8 "add", 

9 "cos", 

10) 

11 

12__all__ = ["*"]