Lines Matching refs:e
32 `python processTests.py -e`
34 `python processTests.py -e -f Output_f16.pickle`
38 `python processTests.py -e BasicTestsF32`
44 `python processTests.py -f Output_f16.pickle -e BasicTestsF16`
81 `python ../processResult.py -f ../Output.pickle -e -r results.txt`
422 You can also use the -e option (for embedded). It will include all the patterns (for the selected t…
423 always use -e option.
425 python processTests.py -e
429 python processTests.py -e BasicTests
433 python processTests.py -e BasicTests 4
447 `python processTests.py -e`
449 `python processTests.py -e -f Output_f16.pickle`
474 python processResult.py -f Output.pickle -e -r result.txt
476 -e option is needed if the mode -e was used with processTests because the output has a different
477 format with or without -e option.
511 python convertToOld.py -e AGroup
517 python addToDB.py -e AGroup
524 The script processTests and processResult must be used with additional option -e for the FPGA (embe…
639 ASSERT_NEAR_EQ(ref,output,(float)1e-6);