The example below reshape 6x2 tensor to 2400x2 tensor with multiple reshape ops and a broadcast op. We are folding broadcast op in TTIR->TTNN conversion, so third reshape op will consume second reshape op without using broadcast causing failure due to mismatched number of elements.
The example below reshape
6x2
tensor to2400x2
tensor with multiplereshape
ops and abroadcast
op. We are foldingbroadcast
op in TTIR->TTNN conversion, so thirdreshape
op will consume secondreshape
op without usingbroadcast
causing failure due to mismatched number of elements.TTIR Graph
Error message