Commit f4d73ee1 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 55f47962
......@@ -12,12 +12,14 @@
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
template<class T>
T as_number(T x) { return x; }
template <class T>
T as_number(T x)
{
return x;
}
inline int32_t as_number(int8_t x) { return static_cast<int32_t>(x); }
inline uint32_t as_number(uint8_t x) { return static_cast<uint8_t>(x); }
template <class T>
struct tensor_view
{
......
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