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 | |
runtime implementation for LibTorch/TorchScript. | |
tvm::topi | |
tvm::topi::nn | |
Functions | |
Tensor | tvm::topi::nn::rms_norm (const Tensor &data, const Tensor &weight, const 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