Skip to main content

ClikaRT::ops::qconcat

function

2 overloads.

qconcat(Span< QTensor>, int64_t, Activation)

Tensor qconcat(
    Span<const QTensor> tensors,
    std::int64_t dim = 0,
    Activation activation = Activation::Identity
)

Declared in ClikaRT/compute/q_tensor.h, line 632

qconcat(Span< QTensor>, int64_t, Tensor, OptionalTensor, …)

QTensor qconcat(
    Span<const QTensor> tensors,
    std::int64_t dim,
    Tensor out_scale,
    OptionalTensor out_zero_point = {},
    std::int64_t out_quant_axis = -1,
    DataType out_dtype = DataType::Undefined,
    Activation activation = Activation::Identity
)

Declared in ClikaRT/compute/q_tensor.h, line 642