7 lines
137 B
Python
7 lines
137 B
Python
class GPUAssigner:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def gpu_assigner(self, budget, path_to_gpu_file, uscase_info):
|
|
pass
|