comaniac commented on a change in pull request #10477:
URL: https://github.com/apache/tvm/pull/10477#discussion_r823260409
##########
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:
IMHO, given that all functions in this frontend do not have docstring,
it should be fine for this PR to follow this convention for now.
--
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]