|
tvm
|
root mean square normalization op constructions More...
#include <tvm/te/operation.h>#include <tvm/topi/reduction.h>#include <tvm/topi/tags.h>#include <string>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::rms_norm (const Tensor &data, const Tensor &weight, const ffi::Array< Integer > &axis, double epsilon, std::string name="T_rms_norm", std::string tag=kInjective) |
| Root mean square normalization. More... | |
root mean square normalization op constructions