/external/tensorflow/tensorflow/core/common_runtime/ |
D | quantize_training_test.cc | 94 Node* m1 = test::graph::Matmul(g, relu, identity, false, false); in TEST_F() 145 Node* m1 = test::graph::Matmul(g, relu, relu6, false, false); in TEST_F() 194 Node* m1 = test::graph::Matmul(g, relu, identity, false, false); in TEST_F() 195 Node* m2 = test::graph::Matmul(g, identity, c, false, false); in TEST_F() 248 Node* m1 = test::graph::Matmul(g, relu, identity, false, false); in TEST_F() 249 Node* m2 = test::graph::Matmul(g, identity, c, false, false); in TEST_F() 296 Node* matmul = test::graph::Matmul(graph, relu, identity, false, false); in TEST_F() 333 Node* matmul = test::graph::Matmul(graph, relu, identity, false, false); in TEST_F() 375 Node* m1 = test::graph::Matmul(g, relu, relu6, false, false); in TEST_F() 469 Node* m1 = test::graph::Matmul(g, relu, relu6, false, false); in TEST_F()
|
D | direct_session_with_tracking_alloc_test.cc | 62 Node* y = test::graph::Matmul(&graph, a, x, false, false); in TEST() 180 Node* y = test::graph::Matmul(&graph, a, x, false, false); in TestHWAccelerator() 262 Node* y = test::graph::Matmul(&graph, a, x, false, false); in TEST() 324 Node* y = test::graph::Matmul(&graph, a, x, false, false); in TEST()
|
D | direct_session_test.cc | 110 Node* y = test::graph::Matmul(&graph, a, x, false, false); in Initialize() 687 Node* y = test::graph::Matmul(&graph, a, x, false, false); in TEST_F()
|
/external/llvm-project/mlir/include/mlir/Dialect/Vector/ |
D | VectorOps.h | 54 Matmul = 1, enumerator
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_patterns.td | 45 // Matmul without transpose on b to matmul with explicit transpose op and 54 // Matmul with transpose on a to matmul with explicit transpose op and a not
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestLinalgCodegenStrategy.cpp | 111 .Case("matrixintrinsics", vector::VectorContractLowering::Matmul) in runOnFunction()
|
D | TestVectorTransforms.cpp | 113 contractLowering = VectorContractLowering::Matmul; in runOnFunction()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | matmul_op_test.cc | 350 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul() function 357 test::graph::Matmul(g, test::graph::Constant(g, in0), in Matmul() 367 test::Benchmark(#DEVICE, Matmul<T>(M, K, N, TA, TB, TFTYPE)).Run(iters); \
|
/external/llvm-project/mlir/integration_test/Dialect/Linalg/CPU/ |
D | matmul-vs-matvec.mlir | 59 assert %c, "Matmul does not produce same output as matvec"
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.h | 81 Node* Matmul(Graph* g, Node* in0, Node* in1, bool transpose_a,
|
D | testlib.cc | 159 Node* Matmul(Graph* g, Node* in0, Node* in1, bool transpose_a, in Matmul() function
|
/external/tensorflow/tensorflow/core/debug/ |
D | grpc_session_debug_test.cc | 66 Node* c = test::graph::Matmul(&graph, a, b, false, false); in CreateGraphDef()
|
/external/tensorflow/tensorflow/python/framework/ |
D | function_test.py | 1854 def Matmul(a, b): function 1857 Matmul(1., 2.) 1870 def Matmul(a, b): function 1879 Divide(Matmul(1., 2.), 3.) 1901 def Matmul(a, b): function 1904 return Matmul(a, b)
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | device_tracer_test.cc | 90 Node* y = test::graph::Matmul(&graph, a, x, false, false); in Initialize()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_test.cc | 379 Node* y_node = test::graph::Matmul(&graph, a_node, x_node, false, false); in TEST_F()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session_test.cc | 57 Node* c = test::graph::Matmul(&graph, a, b, false, false); in CreateGraphDef() 342 Node* y = test::graph::Matmul(&graph, a, x, false, false); in FindMaxEigen() 427 Node* c = test::graph::Matmul(&graph, a, b, false, false); in TEST()
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler_test.cc | 614 Node* y = test::graph::Matmul(&graph, a, x, false, false); in Initialize()
|
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorTransforms.cpp | 1625 vector::VectorContractLowering::Matmul) in matchAndRewrite()
|
/external/llvm-project/mlir/test/Transforms/ |
D | loop-fusion.mlir | 2446 // Matmul.
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf.mlir | 1147 // Matmul op legalizations.
|