Function tvm::ffi::reflection::GetMethodInfo

Function tvm::ffi::reflection::GetMethodInfo#

Function Documentation#

inline const TVMFFIMethodInfo *tvm::ffi::reflection::GetMethodInfo(std::string_view type_key, const char *method_name)#

helper function to get reflection method info by type key and method name

Parameters:
  • type_key – The type key.

  • method_name – The name of the method.

Returns:

The method info.