| 167 | |
| 168 | void testLayerNorm(Context &ctx) { |
| 169 | struct LNParam { |
| 170 | uint32_t N; // check |
| 171 | uint32_t C; |
| 172 | }; |
| 173 | constexpr size_t N = 6; |
| 174 | constexpr size_t C = 3072; |
| 175 | std::mt19937 gen(31415); |
nothing calls this directly
no outgoing calls
no test coverage detected