Commit a358c0b1 authored by charlie's avatar charlie
Browse files

Fix comment

parent 3e46f548
...@@ -40,8 +40,6 @@ inline namespace MIGRAPHX_INLINE_NS { ...@@ -40,8 +40,6 @@ inline namespace MIGRAPHX_INLINE_NS {
/** /**
* @brief Represents a raw literal * @brief Represents a raw literal
* @details This stores the literal has a raw buffer that is owned by this class * @details This stores the literal has a raw buffer that is owned by this class
* If the given shape is non-standard, the literal will be converted to a standard shape at
* construction.
*/ */
struct literal : raw_data<literal> struct literal : raw_data<literal>
{ {
......
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