tvm
Namespaces | Functions
rms_norm.h File Reference

root mean square normalization op constructions More...

#include <tvm/te/operation.h>
#include <tvm/topi/reduction.h>
#include <tvm/topi/tags.h>
#include <string>
Include dependency graph for rms_norm.h:

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...
 

Detailed Description

root mean square normalization op constructions