You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/INTRO.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,10 +148,8 @@ This allows the Unified Runtime shared library to be updated with additional sym
148
148
Printing API
149
149
------------
150
150
## --validate=off
151
-
The header "${x}_print.hpp" contains the "${x}_print" namespace with the output stream operator (<<) overloads. These are helpful for a human-friendly print
152
-
of the Unified Runtime objects.
153
-
154
-
There is also the "${x}FunctionParamsPrint" function for printing function parameters. These parameters have to be provided in a \*params_t struct format suitable for
151
+
The header "${x}_print.hpp" contains the "${x}::print" namespace with the output stream operator (<<) overloads for Unified Runtime objects.
152
+
There is also the "${x}::extras::printFunctionParams" function for printing function parameters. These parameters have to be provided in a \*params_t struct format suitable for
0 commit comments