Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc163 int lhs_batch_idx, rhs_batch_idx; in createMatMulOps() local
165 lhs_batch_idx = bcast.x_batch_indices()[batch_idx]; in createMatMulOps()
168 lhs_batch_idx = batch_idx; in createMatMulOps()
173 /*a=*/sliced_lhs[lhs_batch_idx], in createMatMulOps()