Commit dfb2f9d5 authored by umangyadav's avatar umangyadav
Browse files

formatting

parent 97b9aee5
...@@ -902,7 +902,8 @@ struct value : MIGRAPHX_HANDLE_BASE(value) ...@@ -902,7 +902,8 @@ struct value : MIGRAPHX_HANDLE_BASE(value)
call(&migraphx_value_get_##vt, &get_value, this->get_handle_ptr()); \ call(&migraphx_value_get_##vt, &get_value, this->get_handle_ptr()); \
return get_value; \ return get_value; \
} \ } \
const cpp_type* if_##vt() const { \ const cpp_type* if_##vt() const \
{ \
const cpp_type* ret_value = nullptr; \ const cpp_type* ret_value = nullptr; \
call(&migraphx_value_if_##vt, &ret_value, this->get_handle_ptr()); \ call(&migraphx_value_if_##vt, &ret_value, this->get_handle_ptr()); \
return ret_value; \ return ret_value; \
......
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