Searched full:path (Results 1 – 21 of 21) sorted by relevance
49 … that is previously available on machine. Ensure compiler directory is added to path and export CC.51 …-f Disable the usage of FVP from download directory. Requires FVP to be in path before calling sc…52 -u Path to ethos-u-core-platform53 …age of GCC that is already from download directory. Requires gcc to be in path before calling scri…54 -C Path to cmsis 5226 export PATH=${WORKING_DIR}/arm_gcc_download/bin/:${PATH}234 export PATH=${WORKING_DIR}/corstone300_download/models/Linux64_GCC-9.3/:${PATH}236 … export PATH=${WORKING_DIR}/corstone300_download/models/Linux64_armv8l_GCC-9.3/:${PATH}
23 set(CMSIS_PATH "</path/to/CMSIS>" CACHE PATH "Path to CMSIS.")36 if (${CMSIS_PATH} STREQUAL "</path/to/CMSIS>")37 message(FATAL_ERROR "CMSIS_PATH not set. Did you provide -DCMSIS_PATH=<path/to/CMSIS>?")47 set(FVP_CORSTONE_300_PATH "${CMAKE_CURRENT_SOURCE_DIR}/Corstone-300" CACHE PATH159 set(LINK_FILE "${FVP_CORSTONE_300_PATH}/linker" CACHE PATH "Linker file.")
33 from os import path147 if not path.exists("mbed-os.lib"):354 …if not force and path.isdir(unity_dir) and path.isfile(unity_src + "unity.c") and path.isfile(unit…358 if path.isdir(download_dir):360 if path.isdir(unity_dir):417 Generate test runners, extract and return path to unit test(s).438 print("Warning: invalid path: ", testpath)441 … ut_test_file_runner = path.splitext(ut_test_file)[0] + '_runner' + path.splitext(ut_test_file)[1]444 if not os.path.exists(test_runner_path):
45 Remember to add the built flatc binary to the path.79 …t gcc. To use arm compiler ensure that arm compilers folder is located in path, export CC and use …91 cd </path/to/CMSIS_NN/Tests/Unittest>94 …E_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/arm-none-eabi-gcc.cmake -DTARGET…111 export PATH="/home/$user/FVP/models/Linux64_GCC-6.4:$PATH"
66 name_without_ext, ext = os.path.splitext(tflite_input)68 dirname = os.path.dirname(tflite_input)307 parser.add_argument('--schema-file', type=str, required=True, help="Path to schema file.")308 parser.add_argument('--tflite-model', type=str, required=True, help="Path to tflite file.")321 dataset, _ = os.path.splitext(os.path.basename(tflite_model))
134 os.path.basename(__file__), tf.__version__, keras.__version__))254 if not os.path.exists(npfile) or regenerate:255 regendir = os.path.dirname(npfile)485 os.makedirs(os.path.dirname(self.model_path_tflite), exist_ok=True)
61 …parser.add_argument('--schema-file', type=str, help="Path to schema file. This may be needed for s…
40 type=pathlib.Path,42 help="Path to a json test-plan")55 type=pathlib.Path,57 … help="Path to the schema-file needed for generating tflite-files with flatc")
80 cd </path/to/CMSIS_NN>83 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/arm-none-eabi-gcc.…90 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/armclang.cmake -DT…91 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/arm-none-eabi-gcc.…92 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/armclang.cmake -DT…
31 …ght="1.2em" width="1.2em"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"></path><rect …32 …ght="1.2em" width="1.2em"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"></path><rect …135 document.cookie = name + "=" + value + expires + "; path=/";
3 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
1 var strgURL = location.pathname; // path of current component
62 …= cookie_namespace + "_" + cookie + "=" + val + "; SameSite=Lax; expires=" + expiration+"; path=/";129 footer = $("#nav-path");
256 var footerHeight = $("#nav-path").height();
1729 #nav-path { display: none; }
69 fpaths["data_folder"] = pathlib.Path("TestCases") / "TestData" / params["name"]437 process = subprocess.run(command_list, env={'PATH': os.getenv('PATH')})452 header = f"// Generated by {os.path.basename(sys.argv[0])}"462 env={'PATH': os.getenv('PATH')})
33 fpaths["json_template_folder"] = pathlib.Path("RefactoredTestGen") / "JsonTemplates"
32 doc-path: ./Documentation/html
42 path: '.'
81 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path82 # into which the generated documentation will be written. If a relative path is185 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path187 # shortest path that makes the file name unique will be used192 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.194 # part of the path. The tag can be used to show relative paths in the file list.195 # If left blank the directory from which doxygen is run is used as the path to205 # path mentioned in the documentation of a class, which tells the reader which824 # search path. See also \cite for info how to create references.1056 # Note that the wildcards are matched against the file with absolute path, so to[all …]
236 int _open(const char *path, int flags, ...) in _open() argument238 (void)path; in _open()