HomeSort by relevance Sort by last modified time
    Searched refs:conv_float (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/nn/runtime/test/generated/
all_generated_tests.cpp 298 namespace conv_float { namespace
300 // Generated conv_float test
301 #include "generated/examples/conv_float.example.cpp"
304 #include "generated/models/conv_float.model.cpp"
305 } // namespace conv_float
306 TEST_F(GeneratedTests, conv_float) {
307 Execute(conv_float::CreateModel,
308 conv_float::is_ignored,
309 conv_float::examples);
    [all...]
all_generated_vts_tests.cpp 319 namespace conv_float { namespace
321 // Generated conv_float test
322 #include "examples/conv_float.example.cpp"
325 #include "vts_models/conv_float.model.cpp"
326 } // namespace conv_float
327 TEST_F(NeuralnetworksHidlTest, conv_float) {
329 conv_float::createTestModel,
330 conv_float::is_ignored,
331 conv_float::examples);
    [all...]

Completed in 182 milliseconds