huajsj commented on a change in pull request #10477:
URL: https://github.com/apache/tvm/pull/10477#discussion_r823186719



##########
File path: python/tvm/relay/frontend/onnx.py
##########
@@ -3444,6 +3444,35 @@ def body_fn(*loop_inputs):
         return outputs
 
 
+class LinearRegressor(OnnxOpConverter):
+    """Operator converter for LinearRegressor."""
+
+    @classmethod
+    def _impl_v1(cls, inputs, attr, params):

Review comment:
       document for parameter/return/function brief




-- 
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