Searched refs:top (Results 1 – 7 of 7) sorted by relevance
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/vexriscv/utils/ |
D | log_parser.py | 165 for top, paths in trace.items(): 166 content[top] = [] 171 content[top].append(info) 255 def visualize_log(filename, top=None, title=None, show=False, save=True): argument 265 if top is not None: 266 top *= -1 267 x, y = x[top:], y[top:] 340 visualize_log(args.output, top=args.top, title=args.title)
|
D | README.md | 81 # obtained from GDB and only keep top 7 most frequent functions in the 84 python log_parser.py [INPUT] --regex=gdb_regex.json --visualize --top=7 --source=gdb 92 python log_parser.py profile.txt --regex=gdb_regex.json --visualize --top=7 --title=magic_wand 103 --regex=gdb_regex.json --visualize --top=7 --full-trace`
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/ |
D | xcore_makefile.inc | 3 #IMPORTANT: to set up environment variables correctly run the following from the top tensorflow dir…
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/stm32f4/ |
D | stm32f4.lds | 32 /* interrupt vector goes to top of flash */
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/xcore/ |
D | README.md | 19 * To set up environment variables correctly run the following from the top
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/bluepill/ |
D | bluepill.lds | 47 /* interrupt vector goes to top of flash */
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/train/ |
D | train_hello_world_model.ipynb | 3212 " vertical-align: top;\n", 3316 " vertical-align: top;\n",
|