ClikaRT::ops::qconcat_
function
2 overloads.
qconcat_(Span< QTensor>, int64_t, QTensor, Activation)
QTensor& qconcat_(
Span<const QTensor> tensors,
std::int64_t dim,
QTensor& out,
Activation activation = Activation::Identity
)
Declared in ClikaRT/compute/q_tensor.h, line 649
qconcat_(Span< QTensor>, int64_t, Tensor, Tensor, …)
Tensor& qconcat_(
Span<const QTensor> tensors,
std::int64_t dim,
Tensor& out,
Tensor out_scale,
OptionalTensor out_zero_point = {},
std::int64_t out_quant_axis = -1,
Activation activation = Activation::Identity
)
Declared in ClikaRT/compute/q_tensor.h, line 657