Commit d1c4fb1a authored by umangyadav's avatar umangyadav
Browse files

formatting

parent 1535e7b2
......@@ -18,14 +18,14 @@ void verify_program(const std::string& name,
void verify_instructions(const program& prog,
const target& t,
const compile_options& options = compile_options{},
precision quantize = precision::fp32,
double tolerance = 80);
precision quantize = precision::fp32,
double tolerance = 80);
void verify_reduced_program(const program& p,
const target& t,
const compile_options& options = compile_options{},
precision quantize = precision::fp32,
const parameter_map& inputs = {},
double tolerance = 80);
const compile_options& options = compile_options{},
precision quantize = precision::fp32,
const parameter_map& inputs = {},
double tolerance = 80);
} // namespace MIGRAPHX_INLINE_NS
} // namespace driver
......
......@@ -62,7 +62,7 @@ struct program
instruction_ref validate() const;
void compile(const target& t,
compile_options options = compile_options{},
compile_options options = compile_options{},
const std::string& ir_dump_path = "passes");
bool is_compiled() const;
......
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