You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/07 10:07:31 UTC

[GitHub] [tvm] manupa-arm commented on a change in pull request #9638: Options to create test directory and print commands in AOT Test Runner

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org