24 #ifndef TVM_RELAY_ATTRS_CALL_H_ 25 #define TVM_RELAY_ATTRS_CALL_H_ 43 .describe(
"Metadata attached to the lowered function call.")
50 #endif // TVM_RELAY_ATTRS_CALL_H_ runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Helpers for attribute objects.
#define TVM_ATTR_FIELD(FieldName)
Declare an attribute field.
Definition: attrs.h:76
Map< String, ObjectRef > metadata
Additional metadata attached to the call node. Should be replaced by explict fields.
Definition: call.h:39
The base class of the all the Use "curiously recurring template pattern".
Definition: attrs.h:834
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics, which means map is mutable but copy will happen when array is referenced in more than two places.
Definition: map.h:1271
Metadata for calls to TIR functions, useful for program analysis crossing Relay and TIR...
Definition: call.h:37
TVM_DECLARE_ATTRS(CallLoweredAttrs, "relay.attrs.CallLoweredAttrs")
Definition: call.h:41