Function tvm::ffi::reflection::GetMethod

Function tvm::ffi::reflection::GetMethod#

Function Documentation#

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

helper function to get reflection method function by method info

Parameters:
  • type_key – The type key.

  • method_name – The name of the method.

Returns:

The method function.