|
tvm
|
group 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::group_norm (const Tensor &data, const Tensor &gamma, const Tensor &beta, int num_groups, int channel_axis, const ffi::Array< Integer > &axes, double epsilon, std::string name="T_group_norm", std::string tag=kInjective) |
group normalization op constructions