Home
last modified time | relevance | path

Searched refs:preprocessor_test (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_preprocessors.cpp22 const char *preprocessor_test = { variable
119 sprintf(programSource,preprocessor_test,curFileName); in test_kernel_preprocessor_macros()
273 const char *linePtr = strstr( preprocessor_test, "__LINE__" ); in test_kernel_preprocessor_macros()
287 const char *retPtr = strchr( preprocessor_test, '\n' ); in test_kernel_preprocessor_macros()
334 …clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
Dpreprocessor_test.cmd16 file ../../gen/apollo3evb_cortex-m4/bin/preprocessor_test
18 load ../../gen/apollo3evb_cortex-m4/bin/preprocessor_test
DREADME.md80 * **get\_yesno\_data.cmd**: A GDB command file that runs preprocessor_test
90 * **preprocessor_test.cmd**: GDB command file for the preprocessor test
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
DBUILD19 name = "preprocessor_test",
20 srcs = ["preprocessor_test.cc"],