/external/tensorflow/tensorflow/lite/micro/examples/hello_world/ |
D | Makefile.inc | 2 tensorflow/lite/micro/examples/hello_world/hello_world_test.cc \ 3 tensorflow/lite/micro/examples/hello_world/model.cc 6 tensorflow/lite/micro/examples/hello_world/model.h 9 tensorflow/lite/micro/examples/hello_world/output_handler_test.cc \ 10 tensorflow/lite/micro/examples/hello_world/output_handler.cc 13 tensorflow/lite/micro/examples/hello_world/output_handler.h \ 14 tensorflow/lite/micro/examples/hello_world/constants.h 17 tensorflow/lite/micro/examples/hello_world/main.cc \ 18 tensorflow/lite/micro/examples/hello_world/main_functions.cc \ 19 tensorflow/lite/micro/examples/hello_world/model.cc \ [all …]
|
D | hello_world_binary_test.sh | 25 ${TEST_SRCDIR}${SCRIPT_BASE_DIR}/tensorflow/lite/micro/examples/hello_world/hello_world 2>&1 | he…
|
D | create_sine_model.ipynb | 1 …les/hello_world/train/train_hello_world_model.ipynb](https://github.com/tensorflow/tensorflow/blob…
|
/external/llvm-project/mlir/test/IR/ |
D | invalid-affinemap.mlir | 5 #hello_world = affine_map<(i, j) -> ((), j)> // expected-error {{no expression inside parentheses}} 8 #hello_world = affine_map<(i, j) -> (->, j) // expected-error {{expected affine expression}} 11 #hello_world = affine_map<(i, j) -> (:) // expected-error {{expected affine expression}} 14 #hello_world = affine_map<(i, j) -> (, j)> // expected-error {{expected affine expression}} 17 #hello_world affine_map<(i, j) [s0] -> (i, j)> // expected-error {{expected '=' in attribute alias … 20 #hello_world = affine_map<(i, j) [s0] -> (2*i*, 3*j*i*2 + 5)> // expected-error {{missing right ope… 23 #hello_world = affine_map<(i, j) [s0] -> (i+, i+j+2 + 5)> // expected-error {{missing right operand… 26 #hello_world = affine_map<(i, j) [s0] -> ((s0 + i, j)> // expected-error {{expected ')'}} 29 #hello_world = affine_map<(i, j) [s0] -> (((s0 + (i + j) + 5), j)> // expected-error {{expected ')'… 32 #hello_world = affine_map<(i, j) [s0] -> i + s0, j)> // expected-error {{expected '(' at start of a… [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/zephyr_riscv/ |
D | Makefile.inc | 7 tensorflow/lite/micro/examples/hello_world/zephyr_riscv/src/assert.cc \ 8 tensorflow/lite/micro/examples/hello_world/main.cc \ 9 tensorflow/lite/micro/examples/hello_world/main_functions.cc \ 10 tensorflow/lite/micro/examples/hello_world/constants.cc \ 11 tensorflow/lite/micro/examples/hello_world/output_handler.cc \ 12 tensorflow/lite/micro/examples/hello_world/model.cc \ 15 $(eval $(call generate_project,cmake,zephyr_cmake_project.cmake,hello_world,$(MICROLITE_CC_SRCS) $(… 17 $(PRJDIR)hello_world/cmake/CMakeLists.txt: $(PRJDIR)hello_world/cmake/zephyr_cmake_project.cmake 22 hello_world_bin: generate_hello_world_cmake_project $(PRJDIR)hello_world/cmake/CMakeLists.txt 25 …cmake -B${GENDIR}hello_world/build -DBOARD="litex_vexriscv" -H${PRJDIR}hello_world/cmake/ -DPython… [all …]
|
/external/llvm-project/lldb/test/API/lang/cpp/stl/ |
D | main.cpp | 7 std::string hello_world ("Hello World!"); in main() local 8 std::cout << hello_world << std::endl; in main() 9 std::cout << hello_world.length() << std::endl; in main() 10 std::cout << hello_world[11] << std::endl; in main() 14 associative_array[hello_world] = 1; in main()
|
/external/libxml2/ |
D | testModule.c | 46 hello_world_t hello_world = NULL; in main() local 57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) { in main() 61 if (hello_world == NULL) { in main() 66 (*hello_world)(); in main()
|
D | testdso.c | 6 XMLPUBFUN int hello_world(void); 8 int hello_world(void) in hello_world() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | fprintf-1.ll | 10 @hello_world = constant [13 x i8] c"hello world\0A\00" 22 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 24 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 46 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 48 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 66 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 68 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 93 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 95 …@fprintf(%FILE* %fp, i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0))
|
D | printf-2.ll | 7 @hello_world = constant [13 x i8] c"hello world\0A\00" 28 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 38 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 40 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0,…
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | fprintf-1.ll | 10 @hello_world = constant [13 x i8] c"hello world\0A\00" 22 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 24 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 46 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 48 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 66 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 68 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 … 93 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 95 …@fprintf(%FILE* %fp, i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0))
|
D | sprintf-void.ll | 6 @hello_world = constant [13 x i8] c"hello world\0A\00" 15 …ntf(i8* [[DST:%.*]], i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0)) 18 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0
|
D | printf-2.ll | 8 @hello_world = constant [13 x i8] c"hello world\0A\00" 33 %fmt = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0 40 …nnull dereferenceable(1) getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0)) 44 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0
|
/external/bcc/ |
D | FAQ.txt | 7 Q: hello_world.py fails with: 13 Q: hello_world.py fails with: 17 sudo bash -c 'PYTHONPATH=/usr/lib/python2.7/site-packages python examples/hello_world.py' 19 Q: hello_world.py still fails with: 38 Q: hello_world.py fails with:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | no-plt-libcalls.ll | 6 @hello_world = constant [13 x i8] c"hello world\0A\00" 10 …nnull dereferenceable(1) getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i64 0, i64 0)) 14 %str = getelementptr [13 x i8], [13 x i8]* @hello_world, i32 0, i32 0
|
/external/llvm-project/lldb/test/API/functionalities/inferior-assert/ |
D | main.c | 4 const char *hello_world = "Hello, assertion!"; variable 9 printf("%s\n", hello_world); in main()
|
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/ |
D | main.c | 3 const char *hello_world = "Hello, segfault!"; variable 8 printf("%s\n", hello_world); in main()
|
/external/llvm-project/lldb/test/API/lang/cpp/class_static/ |
D | main.cpp | 39 const char *hello_world = "Hello, world!"; in main() local 42 printf ("%s\n", hello_world); in main()
|
/external/llvm-project/llvm/test/Object/AMDGPU/ |
D | objdump.s | 5 .amdgpu_hsa_kernel hello_world 6 hello_world: label
|
/external/llvm/test/Object/AMDGPU/ |
D | objdump.s | 5 .amdgpu_hsa_kernel hello_world 6 hello_world: label
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/train/ |
D | README.md | 28 …ithub/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_world/train/train_hel… 31 …b.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micro/examples/hello_world/train/train_hel… 40 Download Link | [hello_world.zip](https://storage.googleapis.com/download.tensorflow.org/models/tfl…
|
/external/llvm/docs/ |
D | AMDGPUUsage.rst | 180 .globl hello_world 182 .amdgpu_hsa_kernel hello_world 184 hello_world: 205 .size hello_world, .Lfunc_end0-hello_world
|
/external/llvm/test/DebugInfo/Mips/ |
D | prologue_end.ll | 9 ; void hello_world(void) { 15 define void @hello_world() #0 !dbg !4 { 62 !4 = distinct !DISubprogram(name: "hello_world", scope: !1, file: !1, line: 1, type: !5, isLocal: f…
|
/external/llvm-project/llvm/test/DebugInfo/Mips/ |
D | prologue_end.ll | 9 ; void hello_world(void) { 15 define void @hello_world() #0 !dbg !4 { 62 !4 = distinct !DISubprogram(name: "hello_world", scope: !1, file: !1, line: 1, type: !5, isLocal: f…
|
/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/ |
D | library.md | 67 example near the bottom of the list named `TensorFlowLite:hello_world`. Select 68 it and click `hello_world` to load the example. You can then save a copy of the 92 `tensorflow/lite/micro/tools/make/gen/linux_x86_64/prj/hello_world`. For 93 example, `hello_world/keil` will contain the Keil project. 111 `examples/hello_world/Makefile.inc` specifies the test names for the *Hello 141 `examples/hello_world/sparkfun_edge` contains SparkFun Edge implementations of 146 `examples/hello_world/Makefile.inc` specifies the binary names for the *Hello
|