Jersey

Results 1 issues of Jersey

My need is to multiply two int8 tensors ([-127, 127]) to get the result S32 tensor (signed int32). I run the codes below: ``` q_src1.allocator()->init(TensorInfo(TensorShape(2, 2), 1, DataType::QASYMM8_SIGNED, src1_qinfo)); q_src2.allocator()->init(TensorInfo(TensorShape(2,...

Help wanted