Open HaoKang-Timmy opened 2 years ago
@mbs-octoml Hi, would it be possible for you to look at this problem? Thanks
Could you please look at this problem, please? @jroesch
Could you please look at this problem, please?@mbs-octoml
@mbs-octoml Hi, would it be possible for you to look at this problem? Thanks
x = relay.var("x", relay.TensorType(shape, "float32")) y = relay.var("y", relay.TensorType(broadcast_shape, "float32")) z = relay.broadcast_to(x, shape=relay.shape_of(y))
maybe this help? broadcast must determinate the tensor type. weather in your case, the dtype is unknown
Hi, I want to use tvm.parse.parse_expr. But it can not parse operator 'broadcast_to'. Here is the code.
Is there any way to avoid this problem?