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

Method Function

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

! \brief Constructor from null */

Source from the content-addressed store, hash-verified

321 public:
322 /*! \brief Constructor from null */
323 Function(std::nullptr_t) : ObjectRef(nullptr) {} // NOLINT(*)
324 /*!
325 * \brief Constructing a packed function from a callable type
326 * whose signature is consistent with `ffi::Function`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected