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.");
52 TVM_ATTR_FIELD(newshape).describe(
"The new shape of output tensor");
58 #endif // TVM_RELAY_ATTRS_VM_H_ TVM_DECLARE_ATTRS(ShapeFuncAttrs, "relay.attrs.ShapeFuncAttrs")
Definition: vm.h:38
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Helpers for attribute objects.
Array< Integer > is_input
Definition: vm.h:36
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
TVM_DECLARE_ATTRS(ReshapeTensorAttrs, "relay.attrs.ReshapeTensorAttrs")
Definition: vm.h:51
#define TVM_ATTR_FIELD(FieldName)
Declare an attribute field.
Definition: attrs.h:76
The base class of the all the Use "curiously recurring template pattern".
Definition: attrs.h:834
Options for the shape function operator.
Definition: vm.h:35
Array< PrimExpr > newshape
Definition: vm.h:49
Attributes for VM reshape_tensor operator.
Definition: vm.h:48