tenstorrent / tt-tvm

TVM for Tenstorrent ASICs
Apache License 2.0
18 stars 6 forks source link

Define input as relay constant if "constant" is in the tensor name #12

Closed LPanosTT closed 1 month ago

LPanosTT commented 1 month ago

In relay, resize2d can have the scales defined by an input, if this input is not a constant the output shape of the resize2d will be dynamic.