Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc156 const std::vector<Value>& sliced_lhs, const std::vector<Value>& sliced_rhs, in createMatMulOps() argument
173 /*a=*/sliced_lhs[lhs_batch_idx], in createMatMulOps()
285 std::vector<Value> sliced_lhs = in matchAndRewrite() local
293 createMatMulOps(sliced_lhs, sliced_rhs, bcast, lhs_shape[dims_a - 2], in matchAndRewrite()
Dunroll_batch_matmul.h46 static TF::PackOp createMatMulOps(const std::vector<Value>& sliced_lhs,
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc875 auto sliced_lhs = in HandleAdd() local
882 sliced_lhs, rhs->mutable_operand(1))); in HandleAdd()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_test.cc1230 auto sliced_lhs = in TEST_F() local
1236 EXPECT_THAT(root, AllOf(op::Convolution(sliced_lhs, rhs), in TEST_F()