manupa-arm commented on a change in pull request #9638:
URL: https://github.com/apache/tvm/pull/9638#discussion_r763833333



##########
File path: tests/python/relay/aot/aot_test_utils.py
##########
@@ -772,7 +781,16 @@ def compile_and_run(
     use_runtime_executor: bool = True,
     target: str = "c",
     target_opts: Dict = None,
+    test_dir: str = None,
+    verbose: bool = False,
 ):
+    """
+    Compiles the AOTTestModel and runs using AOT test runner
+    Parameters
+    ----------
+    test_dir : This path will contain build, codegen, include directories

Review comment:
       Shall we use numpy style docstrings? Please refer to other python code 
in the codebase.




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