diff --git a/src/deepsparse/benchmark/ort_engine.py b/src/deepsparse/benchmark/ort_engine.py index 10da3e36a9..3765aa87b0 100644 --- a/src/deepsparse/benchmark/ort_engine.py +++ b/src/deepsparse/benchmark/ort_engine.py @@ -186,6 +186,13 @@ def num_cores(self) -> int: """ return self._num_cores if self._num_cores else NUM_CORES + @property + def scheduler(self): + """ + :return: The kind of scheduler to execute with + """ + return None + def run( self, inp: List[numpy.ndarray],