Commit d2778c9e authored by Paul's avatar Paul
Browse files

Formatting

parent 87ea2934
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
namespace migraph { namespace migraph {
inline void verify_args(const std::string& name, inline void verify_args(const std::string& name,
const argument& cpu_arg, const argument& cpu_arg,
const argument& gpu_arg, const argument& gpu_arg,
double tolerance = 80) double tolerance = 80)
{ {
visit_all(cpu_arg, gpu_arg)([&](auto cpu, auto gpu) { visit_all(cpu_arg, gpu_arg)([&](auto cpu, auto gpu) {
if(not verify_range(cpu, gpu, tolerance)) if(not verify_range(cpu, gpu, tolerance))
......
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