|
ONE - On-device Neural Engine
|
Functions | |
| eprint (*args, **kwargs) | |
| get_command_caf (infilename, outfilename, proto, caffemodel) | |
| get_command_tfl (infilename, outfilename, model_file) | |
Variables | |
| str | helpstr |
| int | nproc = 1 |
| int | proc_num = 1 |
| int | min_argc = 8 |
| dict | args = {} |
| argc = len(sys.argv) | |
| arg = sys.argv[i] | |
| dict | fw = args['-f'] |
| dict | build_path = args['-b'] |
| dict | testcases_dir = args['-t'] |
| dict | remove_existing = args['-r'] |
| model = sys.argv[-1] | |
| model_proto = sys.argv[-2] | |
| model_caffe = sys.argv[-1] | |
| str | hdf_suffix = '.hdf5' |
| str | bin_suffix = '.dat' |
| int | testcase_num = 0 |
| testcases = glob.glob(testcases_dir + '/testcase*') | |
| infile = glob.glob(testcase + '/input/*' + hdf_suffix) | |
| str | outfile = testcase + '/output/output' + hdf_suffix |
| str | outfile_bin = testcase + '/output/output' + bin_suffix |
| command = get_command_tfl(infile, outfile, model) | |
| infer_testcases.eprint | ( | * | args, |
| ** | kwargs | ||
| ) |
Definition at line 32 of file infer_testcases.py.
| infer_testcases.get_command_caf | ( | infilename, | |
| outfilename, | |||
| proto, | |||
| caffemodel | |||
| ) |
Definition at line 97 of file infer_testcases.py.
| infer_testcases.get_command_tfl | ( | infilename, | |
| outfilename, | |||
| model_file | |||
| ) |
Definition at line 108 of file infer_testcases.py.
| infer_testcases.arg = sys.argv[i] |
Definition at line 46 of file infer_testcases.py.
| infer_testcases.argc = len(sys.argv) |
Definition at line 44 of file infer_testcases.py.
| dict infer_testcases.args = {} |
Definition at line 40 of file infer_testcases.py.
| str infer_testcases.bin_suffix = '.dat' |
Definition at line 94 of file infer_testcases.py.
| dict infer_testcases.build_path = args['-b'] |
Definition at line 72 of file infer_testcases.py.
| infer_testcases.command = get_command_tfl(infile, outfile, model) |
Definition at line 141 of file infer_testcases.py.
| dict infer_testcases.fw = args['-f'] |
Definition at line 71 of file infer_testcases.py.
| str infer_testcases.hdf_suffix = '.hdf5' |
Definition at line 93 of file infer_testcases.py.
| str infer_testcases.helpstr |
Definition at line 24 of file infer_testcases.py.
| infer_testcases.infile = glob.glob(testcase + '/input/*' + hdf_suffix) |
Definition at line 134 of file infer_testcases.py.
| int infer_testcases.min_argc = 8 |
Definition at line 38 of file infer_testcases.py.
| infer_testcases.model = sys.argv[-1] |
Definition at line 78 of file infer_testcases.py.
| infer_testcases.model_caffe = sys.argv[-1] |
Definition at line 82 of file infer_testcases.py.
| infer_testcases.model_proto = sys.argv[-2] |
Definition at line 81 of file infer_testcases.py.
| infer_testcases.nproc = 1 |
Definition at line 36 of file infer_testcases.py.
| str infer_testcases.outfile = testcase + '/output/output' + hdf_suffix |
Definition at line 137 of file infer_testcases.py.
| str infer_testcases.outfile_bin = testcase + '/output/output' + bin_suffix |
Definition at line 138 of file infer_testcases.py.
| infer_testcases.proc_num = 1 |
Definition at line 37 of file infer_testcases.py.
| dict infer_testcases.remove_existing = args['-r'] |
Definition at line 75 of file infer_testcases.py.
| int infer_testcases.testcase_num = 0 |
Definition at line 120 of file infer_testcases.py.
| infer_testcases.testcases = glob.glob(testcases_dir + '/testcase*') |
Definition at line 121 of file infer_testcases.py.
| dict infer_testcases.testcases_dir = args['-t'] |
Definition at line 73 of file infer_testcases.py.