Getting functions not implemented error

Hi all,
I was trying to tune a tflite model, during which I encountered the error of the following functions not implemented, MEAN, PAD,FULLY_CONNECTED, MUL. Any ideas as to by when these will be implemented?

Thanks

These ops should be easy to support. Just the frontend implementation needed.

cc @FrozenGene

Yeah. I want to make TFLite frontend be NHWC layout, then do these things.

1 Like

@FrozenGene Why changing to NHWC? What is the benefit of doing that? Please refer me a good link to learn about the representation of the data whether in NHWC or NCHW or any other.

Please see this RFC: https://github.com/dmlc/tvm/issues/2519 to get more background.