ClikaRT::ops::qmatmul_woq
function
qmatmul_woq()
Tensor qmatmul_woq(
Tensor a,
QTensor b,
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 986