Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/
Dtest.py434 command = f"flatc -o {json_output_fpath.parent} -c -b {schema_path} {json_output_fpath}"
435 command_list = command.split()
456 command = "flatc --version"
457 command_list = command.split()
/cmsis-nn-latest/Tests/UnitTest/
Dmodel_extractor.py72 command = f"flatc -o {dirname} --strict-json -t {schema} -- {tflite_input}"
73 command_list = command.split(' ')
Dunittest_targets.py94 def run_command(command, error_msg=None, die=True): argument
100 command_list = command.split(' ')
Dtest_settings.py548 command = "{} -o {} -c -b {} {}".format(flatc, self.headers_dir, schema, json_input)
549 command_list = command.split(' ')
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in223 # style comments (thus requiring an explicit @brief command for a brief
242 # requiring an explicit \brief command for a brief description.)
291 # will allow you to put the command \sideeffect (or @sideeffect) in the
444 # \nosubgrouping command.
609 # \internal command is included. If the tag is set to NO then the documentation
767 # controlled using \showinitializer or \hideinitializer command in the
797 # popen()) the command command input-file, where command is the value of the
908 # In the $text part of the WARN_FORMAT command it is possible that a reference
1083 # command).
1103 # \image command).
[all …]
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/
Dlinker.ld142 * must be set, either with the command line option �--section-start� or in a linker script,
/cmsis-nn-latest/
DREADME.md96 Default optimization level is set at Ofast. This can be overwritten with CMake on command line by u…