24 #ifndef TVM_RELAY_ATTRS_VM_H_
25 #define TVM_RELAY_ATTRS_VM_H_
40 "A bool indicating whether the shape function should"
41 "expect shape or input in each position.");
The base class of the all the Use "curiously recurring template pattern".
Definition: attrs.h:870
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
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
Attributes for VM reshape_tensor operator.
Definition: vm.h:48
Array< PrimExpr > newshape
Definition: vm.h:49
TVM_DECLARE_ATTRS(ReshapeTensorAttrs, "relay.attrs.ReshapeTensorAttrs")
Definition: vm.h:51
Options for the shape function operator.
Definition: vm.h:35
Array< Integer > is_input
Definition: vm.h:36
TVM_DECLARE_ATTRS(ShapeFuncAttrs, "relay.attrs.ShapeFuncAttrs")
Definition: vm.h:38