| 17 | unsigned long c = static_cast<unsigned long>(C); |
| 18 | unsigned long v = VOCAB_SIZE; |
| 19 | struct EncoderParams { |
| 20 | uint32_t B; |
| 21 | uint32_t T; |
| 22 | uint32_t C; |
| 23 | }; |
| 24 | setLogLevel(kError); |
| 25 | printf("Creating tensors\n"); |
| 26 | printf("Creating input tensor\%pn", inp); |
nothing calls this directly
no outgoing calls
no test coverage detected