aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/common/tests/context.py
blob: 72246c03bfb330df1c1c23d2a68d74ade3f92b6b (plain)
1
2
3
4
5
6
7
import os
import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))

import cv_utils
import network_executor
import utils