tvm_ffi.get_global_func_metadata

tvm_ffi.get_global_func_metadata#

tvm_ffi.get_global_func_metadata(name)[source]#

Get the type schema string of a global function by name.

Parameters:

name (str) – The name of the global function

Return type:

dict[str, Any]

Returns:

metadata – The metadata of the function