File size: 167 Bytes
a80ce84 |
1 2 3 4 |
from .custom_ops import w8_a16_gemm, w8_a16_gemm_, preprocess_weights, quant_weights
__all__ = ["w8_a16_gemm", "w8_a16_gemm_", "preprocess_weights", "quant_weights"]
|
a80ce84 |
1 2 3 4 |
from .custom_ops import w8_a16_gemm, w8_a16_gemm_, preprocess_weights, quant_weights
__all__ = ["w8_a16_gemm", "w8_a16_gemm_", "preprocess_weights", "quant_weights"]
|