tvm
|
local response normalization op constructions More...
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::lrn (const Tensor &data, int size, int axis=1, float alpha=0.0001, float beta=0.75, float bias=2, std::string name="tensor", std::string tag=kBroadcast) |
Local response normalization inference operator. More... | |
local response normalization op constructions