After https://reviews.llvm.org/D115821 it became possible to create
tensor<elem_type> with a single tensor.from_elements operation
without collapsing tensor shape from tensor<1xelem_type> to
tensor<elem_type>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo