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