Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tflite profiling does not show details when using vx delegate #571

Open
DiXcipuli opened this issue Mar 30, 2023 · 1 comment
Open

tflite profiling does not show details when using vx delegate #571

DiXcipuli opened this issue Mar 30, 2023 · 1 comment

Comments

@DiXcipuli
Copy link

Using the tflite benchmark executable on my NXP IMX8 board to profile my quantized model (found on this repo under /tensorflow/lite/tools/benchmark/ ) I can get all operation runtime details when running on the CPU, but none is displayed when the param --external_delgate_path=/usr/lib/libvx_delegate.so is given , expected one Vx Delegate Node for the whole model. I would like to have the individual operator details, what is the runtime for each Conv etc.. . I have seen this topic for the GPU, is it the same issue for the vx_delegate ?

Given the documentation from NXP (page 14), I run the benchmark tool with the following arguments:
./benchmark_model --graph=my_model.quant.tflite --enable_op_profiling=true --max_delegated_partitions=1000 --external_delgate_path=/usr/lib/libvx_delegate.so

@sunshinemyson
Copy link
Contributor

@DiXcipuli

Sorry for late, We don't support profile mode in tflite yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants