I tried to code logsoftmax 2d its working fine..but after implementing 3d results are not matching.
Can anyone please help?..I have attached the input and quantization params.
int8_t data[] = { 29 ,16 ,68 ,23 ,12 ,61 ,12 ,8 ,26 ,22 ,20 ,59};
type: int8[1,2,2,3]
quantization: 0.003337178146466613 * (q + 128)
output : logsoftmax
type: int8[1,4,3]
quantization: 0.0625 * (q - 127)
Thank you
Need suggestion and C code for logsoftmax tflite 3d and 4d implementation.