Iterate unknown dimensions combinations in code

Using TEST_P creates 16k test cases, totalling 64k lines of output which
causes issues with the test infrastructure (host log becomes too
large). Changed to iterate in code inside the test case instead.

(Downside is that it becomes impossible to run only one combination
through --gtest_filter.)

Bug: 109802904
Test: NeuralNetworksTest_static/*Unknown*
Change-Id: I79ed1f5a4e605af9d54b8abb04ac1cc2109e5496
Merged-In: I79ed1f5a4e605af9d54b8abb04ac1cc2109e5496
(cherry picked from commit 3d309cf42ac3eb5fa44b2c5081b85730d9d776fa)
1 file changed
tree: 5d6fac0e00b5717fd4144b2b6a63bab94967802c
  1. nn/
  2. CleanSpec.mk
  3. OWNERS