Commit 0252b000 authored by Paul's avatar Paul
Browse files

Formatting

parent 29b354e0
...@@ -11,7 +11,8 @@ inline namespace MIGRAPH_INLINE_NS { ...@@ -11,7 +11,8 @@ inline namespace MIGRAPH_INLINE_NS {
struct program; struct program;
/** /**
* Remove memory allocations. This will create a parameter which is the max of all memory used in the program. * Remove memory allocations. This will create a parameter which is the max of all memory used in
* the program.
*/ */
struct eliminate_allocation struct eliminate_allocation
{ {
......
...@@ -12,7 +12,7 @@ inline namespace MIGRAPH_INLINE_NS { ...@@ -12,7 +12,7 @@ inline namespace MIGRAPH_INLINE_NS {
struct program; struct program;
/** /**
* Remove concat operators by having each operator can write to different chunk of memory. * Remove concat operators by having each operator can write to different chunk of memory.
*/ */
struct eliminate_concat struct eliminate_concat
{ {
......
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