9 lines
124 B
Python
9 lines
124 B
Python
def get_soc_name():
|
|
return "Ascend910B"
|
|
|
|
|
|
class rt:
|
|
@staticmethod
|
|
def get_device_count():
|
|
return (4, 0)
|