File size: 117 Bytes
4303459 |
1 2 3 4 5 |
#pragma once
#include <torch/torch.h>
void rmsnorm_forward(torch::Tensor const &input, torch::Tensor const &gamma); |
4303459 |
1 2 3 4 5 |
#pragma once
#include <torch/torch.h>
void rmsnorm_forward(torch::Tensor const &input, torch::Tensor const &gamma); |