按照偏移量求和。
【输入】
x1:tensor,shape=[bs, feature_dim],数据类型:float16、float
x2:tensor,shape=[bt, feature_dim],数据类型:float16、float
seq_len1:tensor,shape=[batch_size]且bs=sum(seq_len1),数据类型:int32
seq_len2:tensor,shape=[batch_size]且bt=sum(seq_len2),数据类型:int32
【输出】
y:tensor,shape=[bst, feature_dim]且bst=sum(seq_len1 * seq_len2),数据类型:float16、float
【约束】
该算子为特定用户场景定制,非相关场景不建议使用。
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16