Searched refs:trivial_reshape (Results 1 – 2 of 2) sorted by relevance
188 auto trivial_reshape = in SourceIndexOfReshape() local190 if (std::get<0>(trivial_reshape)) { in SourceIndexOfReshape()192 auto deleted_dims_indices = std::get<1>(trivial_reshape); in SourceIndexOfReshape()194 auto inserted_dims_indices = std::get<2>(trivial_reshape); in SourceIndexOfReshape()
218 trivial_reshape.toy program:242 We can try to run `toyc-ch3 test/Examples/Toy/Ch3/trivial_reshape.toy -emit=mlir