Searched refs:path (Results 1 – 9 of 9) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/ |
D | unittest_targets.py | 33 from os import path 147 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): 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):
|
D | model_extractor.py | 66 name_without_ext, ext = os.path.splitext(tflite_input) 68 dirname = os.path.dirname(tflite_input) 321 dataset, _ = os.path.splitext(os.path.basename(tflite_model))
|
D | CMakeLists.txt | 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>?")
|
D | test_settings.py | 134 os.path.basename(__file__), tf.__version__, keras.__version__)) 254 if not os.path.exists(npfile) or regenerate: 255 regendir = os.path.dirname(npfile) 484 os.makedirs(os.path.dirname(self.model_path_tflite), exist_ok=True)
|
D | README.md | 52 Remember to add the built flatc binary to the path. 86 cd </path/to/CMSIS_NN/Tests/Unittest> 89 …E_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/arm-none-eabi-gcc.cmake -DTARGET…
|
/cmsis-nn-latest/Tests/UnitTest/Corstone-300/ |
D | retarget.c | 236 int _open(const char *path, int flags, ...) in _open() argument 238 (void)path; in _open()
|
/cmsis-nn-latest/ |
D | README.md | 75 cd </path/to/CMSIS_NN> 78 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/arm-none-eabi-gcc.… 85 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/armclang.cmake -DT… 86 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/arm-none-eabi-gcc.… 87 cmake .. -DCMAKE_TOOLCHAIN_FILE=</path/to/ethos-u-core-platform>/cmake/toolchain/armclang.cmake -DT…
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 81 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 82 # into which the generated documentation will be written. If a relative path is 185 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path 187 # shortest path that makes the file name unique will be used 192 # 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 to 205 # path mentioned in the documentation of a class, which tells the reader which 824 # 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 …]
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | extra_stylesheet.css | 1729 #nav-path { display: none; }
|