mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 01:20:59 +02:00
d2d5011bd3
Stable.
8 lines
198 B
Python
8 lines
198 B
Python
from modules.dml.optimizer.optimizer import Optimizer
|
|
|
|
class IntelOptimizer(Optimizer):
|
|
def memory_stats(index):
|
|
raise NotImplementedError()
|
|
# DML TODO: Implement
|
|
return
|