File size: 176 Bytes
827249e | 1 2 3 4 5 | #pragma once
#include <torch/torch.h>
void bitlinear_int8xint2_cpp(torch::Tensor const &input0, torch::Tensor const &input1, torch::Tensor const &s, torch::Tensor const &ws); |
827249e | 1 2 3 4 5 | #pragma once
#include <torch/torch.h>
void bitlinear_int8xint2_cpp(torch::Tensor const &input0, torch::Tensor const &input1, torch::Tensor const &s, torch::Tensor const &ws); |