|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
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) |