blob: 4996fff1281eba254f7a1957ff3ebba2a4242078 [file] [log] [blame]
Yang Ni9b69c562017-09-12 11:10:48 -07001// Generated file (from: lsh_projection.mod.py). Do not edit
2// Begin of an example
3{
4//Input(s)
5{ // See tools/test_generator/include/TestHarness.h:MixedTyped
6 // int -> FLOAT32 map
Miao Wangbee07f72017-10-09 10:43:21 -07007 {{1, {0.12f, 0.34f, 0.56f}}},
Yang Ni9b69c562017-09-12 11:10:48 -07008 // int -> INT32 map
Miao Wangbee07f72017-10-09 10:43:21 -07009 {{0, {12345, 54321, 67890, 9876, -12345678, -87654321}}},
Yang Ni9b69c562017-09-12 11:10:48 -070010 // int -> QUANT8_ASYMM map
11 {}
12},
13//Output(s)
14{ // See tools/test_generator/include/TestHarness.h:MixedTyped
15 // int -> FLOAT32 map
16 {},
17 // int -> INT32 map
18 {{0, {1, 1, 1, 0, 1, 1, 1, 0}}},
19 // int -> QUANT8_ASYMM map
20 {}
21}
22}, // End of an example