Home
last modified time | relevance | path

Searched defs:MatMul (Results 1 – 15 of 15) 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_single_threaded_matmul.cc32 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, int64_t m, in MatMul() function
Druntime_matmul.cc36 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, int64_t m, in MatMul() function
/external/tensorflow/tensorflow/c/experimental/ops/
Dmath_ops.cc108 Status MatMul(AbstractContext* ctx, AbstractTensorHandle* const a, in MatMul() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp703 void LowerMultiply(CallInst *MatMul) { in LowerMultiply()
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc137 TEST_F(ShapeRefinerTest, MatMul) { in TEST_F() argument
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc185 void MatMul(const int32_t* __restrict input_shape, in MatMul() function
Donedevice_train_palm_detection_filter_inference.cc186 void MatMul(const int32_t* __restrict input_shape, in MatMul() function
Donedevice_train_palm_detection_filter_inference_v2.cc185 void MatMul(const int32_t* __restrict input_shape, in MatMul() function
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc272 Tensor MatMul(const Tensor& x, bool ax, const Tensor& y, bool ay) { in MatMul() function in tensorflow::__anon5d8d1aad0111::MathGradTest
/external/tensorflow/tensorflow/c/
Dc_api_test.cc1798 TF_Operation* MatMul(TF_Graph* graph, TF_Status* s, TF_Operation* l, in MatMul() function in tensorflow::__anondb1bf27b0111::CApiGradientsTest
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3612 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>, class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3233 TEST_F(OpTest, MatMul) { in TEST_F() argument
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4642 class MatMul : public MulFunc<Matrix<T, LeftRows, RightCols>, class
/external/tensorflow/tensorflow/go/op/
Dwrappers.go23866 func MatMul(scope *Scope, a tf.Output, b tf.Output, optional ...MatMulAttr) (product tf.Output) { func