| 133 | unsigned long t = static_cast<unsigned long>(T); |
| 134 | unsigned long c = static_cast<unsigned long>(C); |
| 135 | struct LayerNormParams { |
| 136 | uint32_t B; |
| 137 | uint32_t T; |
| 138 | uint32_t C; |
| 139 | }; |
| 140 | setLogLevel(kError); |
| 141 | Context ctx = createContext(); |
| 142 | Tensor inp_t = createTensor(ctx, Shape{b * t * c}, kf32, inp); |
nothing calls this directly
no outgoing calls
no test coverage detected