d-smirnov commented on a change in pull request #8509:
URL: https://github.com/apache/tvm/pull/8509#discussion_r794066870
##########
File path: include/tvm/tir/function.h
##########
@@ -151,42 +151,6 @@ class PrimFunc : public BaseFunc {
TVM_DEFINE_OBJECT_REF_COW_METHOD(PrimFuncNode);
};
-/*!
- * \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]