You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Johnson9009 via Apache TVM Discuss <no...@discuss.tvm.ai> on 2020/10/23 03:39:36 UTC

[Apache TVM Discuss] [Questions] Doxygen API lacks classes of namespace "tvm::codegen"?


From the official document web page [https://tvm.apache.org/docs/api/links.html](https://tvm.apache.org/docs/api/links.html), we can find the [C++ doyxgen API](https://tvm.apache.org/docs/api/doxygen/index.html), but in the doyxgen web page there isn't any classes of namespace "tvm::codegen", such as "tvm::codegen::CodeGenC", "tvm::codegen::CodeGenCUDA".

If user don't have code analyzing tool like " Source Insight", "[Understand](https://scitools.com/features/)",  C++ Doxygen document is very good place to browse the TVM source code, such as inheritance relationship like below figure shown.
![a|354x500](upload://kpbWNEE0KlLzcSruJUuTTAJae4a.png) 

Why there isn't any classes of namespace "tvm::codegen"?
Thanks.





---
[Visit Topic](https://discuss.tvm.apache.org/t/doxygen-api-lacks-classes-of-namespace-tvm-codegen/8260/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/6d774f1c6ebbba6834d9e3e4df50999b3c7a11b86c5d32153493f07ca12061d3).

[Apache TVM Discuss] [Questions] Doxygen API lacks classes of namespace "tvm::codegen"?

Posted by Johnson9009 via Apache TVM Discuss <no...@discuss.tvm.ai>.

From browsing the source code, I found that the doxygen documents are controled by "docs/Doxyfile", from the configuration file, why only the "include/tvm" is set to "INPUT"?
It seems that we only decide to generate the doxygen documents for header files now, is there some reason for that? @tqchen
Thanks.

https://github.com/apache/incubator-tvm/blob/3d624ec07352ced5d1c6ce3b340eacc4a81457b2/docs/Doxyfile#L773





---
[Visit Topic](https://discuss.tvm.apache.org/t/doxygen-api-lacks-classes-of-namespace-tvm-codegen/8260/2) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/0c5e5a24c07b38e9d8c87b651b61f0f800eb60a20149e01dea2f803cee817b37).