matmulTernary
fun Tensor<FP32, Float>.matmulTernary(weights: TernaryTensorData, ctx: ExecutionContext): Tensor<FP32, Float>(source)
Extension function for convenient ternary matmul. Use this when you know the weight is ternary-quantized.