Home
last modified time | relevance | path

Searched defs:MatMul (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.h43 void MatMul(const Device& d, Out out, In0 in0, In1 in1, in MatMul() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matmul.cc40 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, int64 m, in MatMul() function
Druntime_single_threaded_matmul.cc37 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, int64 m, in MatMul() function
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc135 TEST_F(ShapeRefinerTest, MatMul) { in TEST_F() argument
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc248 Tensor MatMul(const Tensor& x, bool ax, const Tensor& y, bool ay) { in MatMul() function in tensorflow::__anon3cec93f10111::MathGradTest
/external/tensorflow/tensorflow/c/
Dc_api_test.cc1729 TF_Operation* MatMul(TF_Graph* graph, TF_Status* s, TF_Operation* l, in MatMul() function in tensorflow::__anona586ce3f0111::CApiGradientsTest
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2238 TEST_F(OpTest, MatMul) { in TEST_F() argument
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3611 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>, class
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4515 class MatMul : public MulFunc<Matrix<T, LeftRows, RightCols>, class
/external/tensorflow/tensorflow/go/op/
Dwrappers.go32056 func MatMul(scope *Scope, a tf.Output, b tf.Output, optional ...MatMulAttr) (product tf.Output) { func