d-smirnov commented on a change in pull request #8509:
URL: https://github.com/apache/tvm/pull/8509#discussion_r794066181



##########
File path: include/tvm/ir/module.h
##########
@@ -39,8 +39,52 @@
 #include <utility>
 #include <vector>
 
+namespace tvm {
+namespace tir {
+// Forward declarations from tvm::tir
+class PrimFunc;
+
+/*!
+ * \brief Describes one parameter that should be linked into the generated 
module.
+ *
+ * When parameters are to be linked in with generated code (i.e. on 
target_host-compatible
+ * backends), Relay attaches instances of this object to a global TIR 
function. Code-generators
+ * use the information contained in this node to include the parameter data in 
the generated
+ * module.
+ */
+class LinkedParamNode : public Object {

Review comment:
       Was proposed here:
   https://github.com/apache/tvm/pull/8509#discussion_r785371147




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to