Commit ac7a0025 authored by Alan Turner's avatar Alan Turner
Browse files

Formatting

parent 3f322644
......@@ -90,6 +90,7 @@ def tf_options_type_wrap(p):
def auto_handle(*args, **kwargs):
def with_handle(f):
return api.handle('migraphx_' + f.__name__, 'migraphx::' + f.__name__,
*args, **kwargs)(f)
......
......@@ -38,6 +38,7 @@ pytest_plugins = 'onnx.backend.test.report',
class MIGraphXBackendTest(onnx.backend.test.BackendTest):
def __init__(self, backend, parent_module=None):
super(MIGraphXBackendTest, self).__init__(backend, parent_module)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment