|
tvm
|
instance 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::instance_norm (const Tensor &data, const Tensor &gamma, const Tensor &beta, int channel_axis, const ffi::Array< Integer > &axis, double epsilon, std::string name="T_instance_norm", std::string tag=kInjective) |
| Instance normalization. More... | |
instance normalization op constructions