Searched defs:matmul1 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass_test.cc | 950 Output matmul1 = ops::MatMul(root.WithOpName("MatMul1_dev1"), b, b); in TEST() local 1003 Output matmul1 = ops::MatMul(root.WithOpName("MatMul1_dev1"), matmul_source, in TEST() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 1702 TF_Operation* matmul1 = MatMul(expected_graph_, s_, const3, const1, in BuildExpectedGraph() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 520 Output matmul1 = ops::MatMul(s.WithOpName("matmul1"), x, zeros); in TEST_F() local
|