Struct TVMFFIMethodInfo#
Defined in File c_api.h
Struct Documentation#
-
struct TVMFFIMethodInfo#
Method information that can appear in reflection table.
Public Members
-
TVMFFIByteArray name#
The name of the field.
-
TVMFFIByteArray doc#
The docstring about the method.
-
TVMFFIByteArray metadata#
Optional structured metadata of the method in JSON string.
-
int64_t flags#
bitmask flags of the method.
-
TVMFFIByteArray name#