[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #13092: [ETHOSN] Inline non-compute-intensive partitions

2022-10-20 Thread GitBox
ashutosh-arm commented on code in PR #13092: URL: https://github.com/apache/tvm/pull/13092#discussion_r1000843325 ## python/tvm/relay/op/contrib/ethosn.py: ## @@ -64,14 +64,42 @@ def ConvertEquivalents() -> tvm.ir.IRModule: # pylint: disable=invalid-name """Converts opera

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #13092: [ETHOSN] Inline non-compute-intensive partitions

2022-10-19 Thread GitBox
ashutosh-arm commented on code in PR #13092: URL: https://github.com/apache/tvm/pull/13092#discussion_r999319824 ## src/relay/backend/contrib/ethosn/inline_partitions.cc: ## @@ -0,0 +1,120 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contribu

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #13092: [ETHOSN] Inline non-compute-intensive partitions

2022-10-19 Thread GitBox
ashutosh-arm commented on code in PR #13092: URL: https://github.com/apache/tvm/pull/13092#discussion_r999310153 ## src/relay/backend/contrib/ethosn/inline_partitions.cc: ## @@ -0,0 +1,120 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contribu

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #13092: [ETHOSN] Inline non-compute-intensive partitions

2022-10-19 Thread GitBox
ashutosh-arm commented on code in PR #13092: URL: https://github.com/apache/tvm/pull/13092#discussion_r999305426 ## python/tvm/relay/op/contrib/ethosn.py: ## @@ -64,14 +64,42 @@ def ConvertEquivalents() -> tvm.ir.IRModule: # pylint: disable=invalid-name """Converts operat