nndeploy C++ API  0.2.0
nndeploy C++ API
Classes | Namespaces | Functions
op_mat_mul.h File Reference
#include "nndeploy/ir/ir.h"
#include "nndeploy/op/op.h"
Include dependency graph for op_mat_mul.h:

Go to the source code of this file.

Classes

class  nndeploy::op::OpMatMul
 

Namespaces

 nndeploy
 
 nndeploy::op
 

Functions

base::Status nndeploy::op::matmul (device::Tensor *inputs_a, device::Tensor *inputs_b, std::shared_ptr< ir::MatMulParam > param, device::Tensor *output)
 
base::Status nndeploy::op::matmul (device::Tensor *inputs_a, device::Tensor *inputs_b, std::shared_ptr< ir::MatMulParam > param, device::Tensor *output, device::Tensor *inputs_bias)