mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Add support for QUANT8_SYMM_PER_CHANNEL as graph input"
This commit is contained in:
@@ -72,7 +72,8 @@ void copy_back(MixedTyped* dst, const std::vector<RequestArgument>& ra, char* sr
|
||||
copy_back_<int16_t>(dst, ra, src);
|
||||
copy_back_<_Float16>(dst, ra, src);
|
||||
copy_back_<bool8>(dst, ra, src);
|
||||
static_assert(6 == std::tuple_size<MixedTyped>::value,
|
||||
copy_back_<int8_t>(dst, ra, src);
|
||||
static_assert(7 == std::tuple_size<MixedTyped>::value,
|
||||
"Number of types in MixedTyped changed, but copy_back function wasn't updated");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user