tvm
Namespaces | Functions
group_norm.h File Reference

group normalization op constructions More...

#include <tvm/te/operation.h>
#include <algorithm>
#include <string>
#include <vector>
Include dependency graph for group_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::group_norm (const Tensor &data, const Tensor &gamma, const Tensor &beta, int num_groups, int channel_axis, const Array< Integer > &axes, double epsilon, std::string name="T_group_norm", std::string tag=kInjective)
 

Detailed Description

group normalization op constructions