Struct TVMFFIMethodInfo#
Defined in File c_api.h
Inheritance Relationships#
Derived Type#
public tvm::ffi::reflection::MethodInfoBuilder(Struct MethodInfoBuilder)
Struct Documentation#
-
struct TVMFFIMethodInfo#
Method information that can appear in reflection table.
Subclassed by tvm::ffi::reflection::MethodInfoBuilder
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#