Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc798 Output trans_b = ops::Transpose(s.WithOpName("trans_b"), b, perm); in TEST_F() local
802 Output matmul = ops::MatMul(matmul_op, trans_a, trans_b); in TEST_F()
804 Output matmul = ops::SparseMatMul(matmul_op, trans_a, trans_b); in TEST_F()
806 Output matmul = ops::BatchMatMul(matmul_op, trans_a, trans_b); in TEST_F()
861 Output trans_b = ops::ConjugateTranspose(s.WithOpName("trans_b"), b, perm); in TEST_F() local
862 Output matmul = ops::BatchMatMul(s.WithOpName("matmul"), trans_a, trans_b); in TEST_F()