Home
last modified time | relevance | path

Searched refs:allowlist_file (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
Dpreprocess_coco_minival.py45 allowlist_file=None, argument
75 if allowlist_file is not None:
76 with open(allowlist_file, 'r') as allowlist:
229 args.allowlist_file,
DREADME.md162 --allowlist_file=/path/to/minival_allowlist.txt \
/external/icu/tools/icu4c_srcgen/
Dgenutil.py58 def get_allowlisted_apis(allowlist_file): argument
61 with open(os.path.join(THIS_DIR, allowlist_file), 'r') as file: