Home
last modified time | relevance | path

Searched refs:trivial_reshape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc188 auto trivial_reshape = in SourceIndexOfReshape() local
190 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()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-3.md218 trivial_reshape.toy program:
242 We can try to run `toyc-ch3 test/Examples/Toy/Ch3/trivial_reshape.toy -emit=mlir