Ask Your Question
0

Is it possible that the set of tflite model operators supported by GPU and CPU are not the same, as there is an error creating an interpreter for the tflite model on the Android phone GPU but not on the CPU?

asked 2022-08-15 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-08-31 09:00:00 +0000

david gravatar image

Yes, it is possible that the set of tflite model operators supported by GPU and CPU are not the same. Different hardware and software configurations may have varying levels of support for different operators. Therefore, it is not uncommon for tflite models to run without errors on a CPU but fail to run on a GPU. It could be due to a lack of support for certain operators on the GPU or other reasons like memory constraints, power limitations, or hardware limitations.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-15 11:00:00 +0000

Seen: 10 times

Last updated: Aug 31 '22