Home
last modified time | relevance | path

Searched refs:rhs_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
166 rhs_batch_idx = bcast.y_batch_indices()[batch_idx]; in createMatMulOps()
169 rhs_batch_idx = batch_idx; in createMatMulOps()
174 /*b=*/sliced_rhs[rhs_batch_idx], in createMatMulOps()