mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-04 17:00:37 +00:00
Adds TENSOR_QUANT8_SYMM support to test infrastructure
am: 603244cb70
Change-Id: If614fc6f0d13be734429e8f95c7f6b1e84cd963c
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user