24 #ifndef TVM_RELAY_ATTRS_DEVICE_COPY_H_ 25 #define TVM_RELAY_ATTRS_DEVICE_COPY_H_ 44 .describe(
"The virtual device/context type where the op copies data from.")
47 .describe(
"The virtual device/context type where the op copies data to.")
54 #endif // TVM_RELAY_ATTRS_DEVICE_COPY_H_ int src_dev_type
Definition: device_copy.h:40
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:36
Helpers for attribute objects.
#define TVM_ATTR_FIELD(FieldName)
Declare an attribute field.
Definition: attrs.h:76
TVM_DECLARE_ATTRS(DeviceCopyAttrs, "relay.attrs.DeviceCopyAttrs")
Definition: device_copy.h:42
int dst_dev_type
Definition: device_copy.h:39
The base class of the all the Use "curiously recurring template pattern".
Definition: attrs.h:793
Options for the device copy operators.
Definition: device_copy.h:37