Home
last modified time | relevance | path

Searched refs:network_executor_tflite (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/examples/object_detection/
H A Dstyle_transfer.py7 import network_executor_tflite
86 …self.style_predict_executor = network_executor_tflite.TFLiteNetworkExecutor(style_predict_model_pa…
88 …self.style_transfer_executor = network_executor_tflite.TFLiteNetworkExecutor(style_transfer_model_…
H A Drun_video_stream.py53 from network_executor_tflite import TFLiteNetworkExecutor as NetworkExecutor
H A Drun_video_file.py55 from network_executor_tflite import TFLiteNetworkExecutor as NetworkExecutor
H A DREADME.md23 …off these optimizations in the `create_network` function found in the `network_executor_tflite.py`.
/aosp_15_r20/external/armnn/python/pyarmnn/examples/tests/
H A Dcontext.py13 import common.network_executor_tflite as network_executor_tflite namespace
H A Dtest_network_executor.py10 from context import network_executor_tflite
21 … executor = network_executor_tflite.TFLiteNetworkExecutor(model_path, backends, delegate_path)
/aosp_15_r20/external/armnn/
H A DLICENSE.spdx5199 FileName: ./python/pyarmnn/examples/common/network_executor_tflite.py