Commit e05243e0 authored by umangyadav's avatar umangyadav
Browse files

formatting

parent 187495fe
......@@ -11,10 +11,10 @@ inline namespace MIGRAPHX_INLINE_NS {
void verify_program(const std::string& name,
const program& p,
const target& t,
const compile_options& options = compile_options{},
precision quantize = precision::fp32,
const parameter_map& inputs = {},
double tolerance = 100);
const compile_options& options = compile_options{},
precision quantize = precision::fp32,
const parameter_map& inputs = {},
double tolerance = 100);
void verify_instructions(const program& prog,
const target& t,
compile_options options = compile_options{},
......
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