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