MCPcopy Create free account
hub / github.com/apache/tvm-ffi / FunctionObj

Method FunctionObj

include/tvm/ffi/function.h:139–139  ·  view source on GitHub ↗

! \brief Make default constructor protected. */

Source from the content-addressed store, hash-verified

137 protected:
138 /*! \brief Make default constructor protected. */
139 FunctionObj() {}
140 friend class Function;
141
142 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected