Loading neuralnetworks/1.0/vts/functional/GeneratedTestHarness.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ void copy_back(MixedTyped* dst, const std::vector<RequestArgument>& ra, char* sr copy_back_<float>(dst, ra, src); copy_back_<int32_t>(dst, ra, src); copy_back_<uint8_t>(dst, ra, src); static_assert(3 == std::tuple_size<MixedTyped>::value, "Number of types in MixedTyped changed, but copy_back function wasn't updated"); } // Top level driver for models and examples generated by test_generator.py Loading Loading
neuralnetworks/1.0/vts/functional/GeneratedTestHarness.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ void copy_back(MixedTyped* dst, const std::vector<RequestArgument>& ra, char* sr copy_back_<float>(dst, ra, src); copy_back_<int32_t>(dst, ra, src); copy_back_<uint8_t>(dst, ra, src); static_assert(3 == std::tuple_size<MixedTyped>::value, "Number of types in MixedTyped changed, but copy_back function wasn't updated"); } // Top level driver for models and examples generated by test_generator.py Loading