Home
last modified time | relevance | path

Searched defs:BatchMatMul (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_custom_op.cpp61 struct BatchMatMul { struct
62 …s<DenseIndex, 3> dimensions(const Tensor<float, 3>& input1, const Tensor<float, 3>& input2) const { in dimensions()
91 Tensor<float, 3> result = tensor1.customOp(tensor2, BatchMatMul()); in test_custom_binary_op() argument
/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/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/core/grappler/optimizers/
Dauto_mixed_precision_test.cc1039 TEST_F(AutoMixedPrecisionTest, BatchMatMul) { in TEST_F() argument
/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::__anoncd3cd74f0111::MathGradTest
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1200 TEST_F(OpTest, BatchMatMul) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go27824 func BatchMatMul(scope *Scope, x tf.Output, y tf.Output, optional ...BatchMatMulAttr) (output tf.Ou… func