/external/tensorflow/tensorflow/core/kernels/ |
D | matmul_op.h | 43 void MatMul(const Device& d, Out out, In0 in0, In1 in1, in MatMul() function
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 1091 CallInst *MatMul) { in getNonAliasingPointer() 1170 bool isFusionProfitable(CallInst *MatMul) { in isFusionProfitable() 1212 void createTiledLoops(CallInst *MatMul, Value *LPtr, ShapeInfo LShape, in createTiledLoops() 1269 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() 1342 void LowerMatrixMultiplyFused(CallInst *MatMul, in LowerMatrixMultiplyFused() 1367 void LowerMultiply(CallInst *MatMul) { in LowerMultiply()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_single_threaded_matmul.cc | 33 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, in MatMul() function
|
D | runtime_matmul.cc | 37 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, in MatMul() function
|
/external/tensorflow/tensorflow/c/experimental/ops/ |
D | math_ops.cc | 89 Status MatMul(AbstractContext* ctx, in MatMul() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 703 void LowerMultiply(CallInst *MatMul) { in LowerMultiply()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner_test.cc | 135 TEST_F(ShapeRefinerTest, MatMul) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 272 Tensor MatMul(const Tensor& x, bool ax, const Tensor& y, bool ay) { in MatMul() function in tensorflow::__anoncd3cd74f0111::MathGradTest
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 1767 TF_Operation* MatMul(TF_Graph* graph, TF_Status* s, TF_Operation* l, in MatMul() function in tensorflow::__anon4051605d0111::CApiGradientsTest
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2239 TEST_F(OpTest, MatMul) { in TEST_F() argument
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3611 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>, class
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 4608 class MatMul : public MulFunc<Matrix<T, LeftRows, RightCols>, class
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 32498 func MatMul(scope *Scope, a tf.Output, b tf.Output, optional ...MatMulAttr) (product tf.Output) { func
|