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

Method GetTypeKey

include/tvm/ffi/object.h:873–875  ·  view source on GitHub ↗

! * \brief Get the type key of the ObjectRef * \return The type key of the ObjectRef */

Source from the content-addressed store, hash-verified

871 * \return The type key of the ObjectRef
872 */
873 std::string GetTypeKey() const {
874 return data_ != nullptr ? data_->GetTypeKey() : StaticTypeKey::kTVMFFINone;
875 }
876
877 /*! \brief type indicate the container type. */
878 using ContainerType = Object;

Callers

nothing calls this directly

Calls 1

GetTypeKeyMethod · 0.45

Tested by

no test coverage detected