Home
last modified time | relevance | path

Searched refs:BatchMatMul (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dbatchmatmul_to_einsum.mlir6 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<1x2x3xf32>, tensor<3x…
13 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<2x2x4xf32>, tensor<2x…
20 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<1x2x?xf32>, tensor<?x…
27 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<1x2x?xf32>, tensor<3x…
35 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = true} : (tensor<1x2x3xf32>, tensor<4x3…
Dunroll-batch-matmul.mlir115 …%0 = "tf.BatchMatMul"(%arg0, %arg1) : (tensor<2x3x4x5xf32>, tensor<2x3x5x6xf32>) -> tensor<2x3x4x6…
177 %0 = "tf.BatchMatMul"(%arg0, %arg1) : (tensor<3x4x5xf32>, tensor<3x5x6xf32>) -> tensor<3x4x6xf32>
215 %0 = "tf.BatchMatMul"(%arg0, %arg1) : (tensor<4x5xf32>, tensor<5x6xf32>) -> tensor<4x6xf32>
Dcanonicalize.mlir22 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<2x3x5xf32>, tensor<2x…
28 // CHECK: tf.BatchMatMul
29 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<2x3x5xf32>, tensor<?x…
35 …%0 = "tf.BatchMatMul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<2x3xf32>, tensor<3x2x…
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DBatchMatMul.pbtxt2 name: "BatchMatMul"
45 name: "BatchMatMul"
89 name: "BatchMatMul"
133 name: "BatchMatMul"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DBatchMatMul.pbtxt2 name: "BatchMatMul"
45 name: "BatchMatMul"
89 name: "BatchMatMul"
133 name: "BatchMatMul"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_BatchMatMul.pbtxt2 graph_op_name: "BatchMatMul"
4 name: "linalg.BatchMatMul"
/external/eigen/unsupported/test/
Dcxx11_tensor_custom_op.cpp61 struct BatchMatMul { struct
91 Tensor<float, 3> result = tensor1.customOp(tensor2, BatchMatMul()); in test_custom_binary_op() argument
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc492 optimized_ops::BatchMatMul( in EvalHybrid()
498 reference_ops::BatchMatMul( in EvalHybrid()
528 reference_ops::BatchMatMul<int8_t, int32_t>( in EvalInt8()
533 optimized_ops::BatchMatMul(op_params, rhs_shape, GetTensorData<int8_t>(rhs), in EvalInt8()
562 reference_ops::BatchMatMul<int16_t, int64_t>( in EvalInt16()
691 optimized_ops::BatchMatMul(rhs_shape, GetTensorData<float>(rhs_tensor), in Eval()
697 reference_ops::BatchMatMul(rhs_shape, GetTensorData<float>(rhs_tensor), in Eval()
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_BatchMatMul.pbtxt2 graph_op_name: "BatchMatMul"
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dbatch_matmul.h53 inline void BatchMatMul(const RuntimeShape& lhs_shape, const float* lhs_data, in BatchMatMul() function
108 inline void BatchMatMul(const RuntimeShape& lhs_shape, const int8_t* lhs_data, in BatchMatMul() function
199 inline void BatchMatMul(const FullyConnectedParams& params, in BatchMatMul() function
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h28 inline void BatchMatMul(const RuntimeShape& lhs_shape, const float* lhs_data, in BatchMatMul() function
115 inline void BatchMatMul(const RuntimeShape& lhs_shape, const int8_t* lhs_data, in BatchMatMul() function
271 inline void BatchMatMul(const FullyConnectedParams& params, in BatchMatMul() function
/external/tensorflow/tensorflow/cc/client/
Dclient_session_test.cc36 using ops::BatchMatMul;
212 auto c = BatchMatMul(root, a, b); in TEST()
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc276 Tensor BatchMatMul(const Tensor& x, bool ax, const Tensor& y, bool ay) { in BatchMatMul() function in tensorflow::__anona51524880111::MathGradTest
1190 test::ExpectClose(dx, BatchMatMul(dz, false, y, true)); in TEST_F()
1191 test::ExpectClose(dy, BatchMatMul(x, true, dz, false)); in TEST_F()
1202 test::ExpectClose(dx, BatchMatMul(dz, false, y, false)); in TEST_F()
1203 test::ExpectClose(dy, BatchMatMul(dz, true, x, false)); in TEST_F()
1214 test::ExpectClose(dx, BatchMatMul(y, false, dz, true)); in TEST_F()
1215 test::ExpectClose(dy, BatchMatMul(x, false, dz, false)); in TEST_F()
1226 test::ExpectClose(dx, BatchMatMul(y, true, dz, true)); in TEST_F()
1227 test::ExpectClose(dy, BatchMatMul(dz, true, x, true)); in TEST_F()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchMatMul.pbtxt2 graph_op_name: "BatchMatMul"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcanonicalize.td55 // BatchMatMul op patterns.
58 // Static shaped operands in a legal BatchMatMul op will have matching batch
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc1094 BatchMatMul(scope, x0, x1, BatchMatMul::AdjX(adj_x0).AdjY(adj_x1)); in MatMulGradHelper()
1097 BatchMatMul(scope, y0, y1, BatchMatMul::AdjX(adj_y0).AdjY(adj_y1)); in MatMulGradHelper()
Dmath_grad_test.cc33 using ops::BatchMatMul;
611 z = BatchMatMul(root_, x, y, BatchMatMul::AdjX(t_x).AdjY(t_y)); in TestMatMulGrad()
Dnn_grad.cc101 BatchMatMul(scope, grad_grad_expand, logits_softmax_expand); in SoftmaxCrossEntropyWithLogitsGrad()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_patterns.td280 // When batch size is known, TF BatchMatMul gets unfolded to TFL FullyConnected
282 // fall through to here and convert to TF Lite BatchMatMul.
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md56 * `raw_ops.BatchMatMul`
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md31 `BatchMatMul` | `T={complex64,double,float,int32}`
Dcpu_supported_ops.md31 `BatchMatMul` | `T={complex64,double,float,int32}`
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc1039 TEST_F(AutoMixedPrecisionTest, BatchMatMul) { in TEST_F() argument
1042 Output allow1 = ops::BatchMatMul(s.WithOpName("allow1"), input, input); in TEST_F()
/external/tensorflow/tensorflow/lite/schema/
Dschema.fbs1014 // Parameters for BatchMatMul version 4 or above.
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md1326 ### tf.BatchMatMul
1333 %output = tf.BatchMatMul(%x, %y, %adj_x, %adj_y)

12