Home
last modified time | relevance | path

Searched defs:matmul (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DTensor.h394 TensorGeneric<n,l> matmul(const TensorGeneric<n,m>&a,const TensorGeneric<m,l>&b) { in matmul() function
403 VectorGeneric<n> matmul(const TensorGeneric<n,m>&a,const VectorGeneric<m>&b) { in matmul() function
410 VectorGeneric<n> matmul(const VectorGeneric<m>&a,const TensorGeneric<m,n>&b) { in matmul() function
417 double matmul(const VectorGeneric<n_>&a,const VectorGeneric<n_>&b) { in matmul() function
422 TensorGeneric<n,i> matmul(const TensorGeneric<n,m>&a,const TensorGeneric<m,l>&b,const TensorGeneric… in matmul() function
427 VectorGeneric<n> matmul(const TensorGeneric<n,m>&a,const TensorGeneric<m,l>&b,const VectorGeneric<l… in matmul() function
432 VectorGeneric<l> matmul(const VectorGeneric<n>&a,const TensorGeneric<n,m>&b,const TensorGeneric<m,l… in matmul() function
437 double matmul(const VectorGeneric<n>&a,const TensorGeneric<n,m>&b,const VectorGeneric<m>&c) { in matmul() function
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/operator_/
H A Dmatmul.hpp15 auto matmul(A &&a, B &&b) in matmul() function
/dports/science/py-chainer-chemistry/chainer-chemistry-0.7.1/chainer_chemistry/functions/math/
H A Dmatmul.py10 def matmul(a, b, transa=False, transb=False): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/contrib/
H A Dmkldnn.py22 def matmul(lhs, rhs, transa=False, transb=False, **kwargs): function
H A Dcublaslt.py22 def matmul(lhs, rhs, transa=False, transb=False, n=0, m=0, dtype=None): function
H A Drocblas.py22 def matmul(lhs, rhs, transa=False, transb=False): function
H A Dmps.py25 def matmul(lhs, rhs, transa=False, transb=False): function
H A Dcublas.py22 def matmul(lhs, rhs, transa=False, transb=False, dtype=None): function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/matmul/
H A Dcpu_matmul_pd.hpp27 namespace matmul { namespace
/dports/math/onednn/oneDNN-2.5.1/src/cpu/matmul/
H A Dcpu_matmul_pd.hpp27 namespace matmul { namespace
/dports/math/py-numpoly/numpoly-1.2.3/numpoly/array_function/
H A Dmatmul.py18 def matmul( function
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/benchmarks/LinearAlgebra/
H A DMatmulBench.php35 public function matmul() : void function in Tensor\\Benchmarks\\LinearAlgebra\\MatmulBench
H A DSolveBench.php36 public function matmul() : void function in Tensor\\Benchmarks\\LinearAlgebra\\SolveBench
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DCG.hpp46 virtual R *matmul(R *x, R *Ax) const { in matmul() function
92 R *matmul(R *x, R *Ax) const { myscopy(this->n, x, Ax); return Ax; } in matmul() function
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Drocblas.py23 def matmul(lhs, rhs, transa=False, transb=False): function
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Drocblas.py23 def matmul(lhs, rhs, transa=False, transb=False): function
/dports/math/barvinok/barvinok-0.41.5/pet/tests/
H A Dmatmul.c1 void matmul(int M, int N, int K, float A[M][K], float B[K][N], float C[M][N]) in matmul() function
H A Ddecl.c1 void matmul(int M, int N, int K, float A[M][K], float B[K][N], float C[M][N]) in matmul() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/python/dialects/linalg/opdsl/
H A Dinterfaces.py11 def matmul( function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/topi/nn/
H A Ddense.h61 auto matmul = tvm::te::compute( in dense() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/python/dialects/linalg/opdsl/
H A Dinterfaces.py11 def matmul( function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/python/dialects/linalg/opdsl/
H A Dinterfaces.py11 def matmul( function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/python/dialects/linalg/opdsl/
H A Dinterfaces.py11 def matmul( function
/dports/misc/tvm/incubator-tvm-0.6.1/topi/include/topi/nn/
H A Ddense.h61 auto matmul = tvm::compute( in dense() local
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/include/topi/nn/
H A Ddense.h61 auto matmul = tvm::compute( in dense() local

123456789