tqchen commented on a change in pull request #4482: [Relay] External codegen
URL: https://github.com/apache/incubator-tvm/pull/4482#discussion_r358478723
##########
File path: include/tvm/relay/expr.h
##########
@@ -268,6 +268,14 @@ class FunctionNode : public ExprNode {
*/
bool IsPrimitive() const;
+ /*!
+ * \brief Check whether the function is an external function.
+ * External functions are supported by external libraries.
+ *
+ * \return Whether the function is external or not.
+ */
+ bool IsExternal() const;
Review comment:
remove ```IsExternal()``` for now given that we have the compiler flag
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services