Searched refs:command (Results 1 – 7 of 7) sorted by relevance
434 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()
72 command = f"flatc -o {dirname} --strict-json -t {schema} -- {tflite_input}"73 command_list = command.split(' ')
94 def run_command(command, error_msg=None, die=True): argument100 command_list = command.split(' ')
548 command = "{} -o {} -c -b {} {}".format(flatc, self.headers_dir, schema, json_input)549 command_list = command.split(' ')
223 # style comments (thus requiring an explicit @brief command for a brief242 # requiring an explicit \brief command for a brief description.)291 # will allow you to put the command \sideeffect (or @sideeffect) in the444 # \nosubgrouping command.609 # \internal command is included. If the tag is set to NO then the documentation767 # controlled using \showinitializer or \hideinitializer command in the797 # popen()) the command command input-file, where command is the value of the908 # In the $text part of the WARN_FORMAT command it is possible that a reference1083 # command).1103 # \image command).[all …]
142 * must be set, either with the command line option �--section-start� or in a linker script,
96 Default optimization level is set at Ofast. This can be overwritten with CMake on command line by u…