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

Go to the source code of this file.

Classes

class  nndeploy::op::OpLayerNorm
 

Namespaces

 nndeploy
 
 nndeploy::op
 

Functions

base::Status nndeploy::op::layerNorm (device::Tensor *input, device::Tensor *weight, device::Tensor *bias, std::shared_ptr< base::Param > param, device::Tensor *output)
 
base::Status nndeploy::op::layerNorm (device::Tensor *input, device::Tensor *weight, std::shared_ptr< base::Param > param, device::Tensor *output)