7 lines
78 B
Python
7 lines
78 B
Python
def device_count():
|
|
return 4
|
|
|
|
|
|
def get_npu_name():
|
|
return "RBLN-CA02"
|