ClikaRT::ops::qmatmul_woq_
function
qmatmul_woq_()
Tensor& qmatmul_woq_(
Tensor a,
QTensor b,
Tensor& out,
OptionalTensor bias = {},
std::optional<Activation> activation = std::nullopt,
bool transpose_a = false,
bool transpose_b = false,
QComputeMode compute_mode = QComputeMode::ExactFP
)
Declared in ClikaRT/compute/q_tensor.h, line 999