Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 978035d7 authored by Lev Proleev's avatar Lev Proleev Committed by android-build-merger
Browse files

Adds TENSOR_QUANT8_SYMM support to test infrastructure am: 603244cb

am: fec00270

Change-Id: I9e18561fdd1fcf16a9bbea436ed4c2780eb68aeb
parents 31266a97 fec00270
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,7 +72,8 @@ void copy_back(MixedTyped* dst, const std::vector<RequestArgument>& ra, char* sr
    copy_back_(&dst->bool8Operands, ra, src);
    copy_back_(&dst->quant8ChannelOperands, ra, src);
    copy_back_(&dst->quant16AsymmOperands, ra, src);
    static_assert(8 == MixedTyped::kNumTypes,
    copy_back_(&dst->quant8SymmOperands, ra, src);
    static_assert(9 == MixedTyped::kNumTypes,
                  "Number of types in MixedTyped changed, but copy_back function wasn't updated");
}