0XSOL
Results
2
comments of
0XSOL
(1) our TFLite app benchmark_model was indeed build with -DTFLITE_ENABLE_GPU=ON ; (2) the python tflite (from pip3 install tensorflow-io tensorflow) dont see any GPU; >>> tf.config.list_physical_devices() [PhysicalDevice(name='/physical_device:CPU:0', device_type='CPU')] Checked with...
just to make sure: is compiling the app with -DTFLITE_ENABLE_GPU=ON in cmake cmd wont create the "deleage" for the GPU? running that app log that **GPU delegate created and loaded**...