4303459 6b60385
1
2
3
4
5
6
#pragma once #include <torch/torch.h> torch::Tensor rmsnorm_forward(torch::Tensor &input, torch::Tensor &gamma);