df_parsed = tvm.parser.parse_expr(
'''
fn (%p0527: Tensor[(16, 256, 256), float32], %p1361: Tensor[(16, 64, 256),
float32]) -> Tensor[(16, 256, 64), float32] {
nn.batch_matmul(%p0527, %p1361, transpose_b=True) /* ty=Tensor[(16, 256,
64), float32] */
}
''')
the code above will rise a error

@tqchen @masahi
it seems like transpose_b attr has problems, if i removed.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/op-testing-single-op-ir-testing-batch-matmul/12049/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubscribe/00915fc9f426ed6c138840626a56848eaab9e63bad5635d51e4ea4eaab2c8088).