tvm
|
layer normalization op constructions More...
Go to the source code of this file.
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::topi | |
tvm::topi::nn | |
Functions | |
Tensor | tvm::topi::nn::layer_norm (const Tensor &data, const Tensor &gamma, const Tensor &beta, const Array< Integer > &axis, double epsilon, std::string name="T_layer_norm", std::string tag=kInjective) |
Layer normalization. More... | |
layer normalization op constructions