Home
last modified time | relevance | path

Searched defs:matmul1 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test.cc1121 Output matmul1 = ops::MatMul(root.WithOpName("MatMul1_dev1"), b, b); in TEST() local
1158 Output matmul1 = ops::MatMul(root.WithOpName("MatMul1_dev1"), b, b); in TEST() local
1213 Output matmul1 = ops::MatMul(root.WithOpName("MatMul1_dev1"), matmul_source, in TEST() local
/external/tensorflow/tensorflow/c/
Dc_api_test.cc1771 TF_Operation* matmul1 = MatMul(expected_graph_, s_, const3, const1, in BuildExpectedGraph() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc804 Output matmul1 = ops::MatMul(s.WithOpName("matmul1"), x, zeros); in TEST_F() local