/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | filterbank_io.c | 52 const char* variable) { in FilterbankWriteMemmap() argument 53 fprintf(fp, "%s->num_channels = %d;\n", variable, state->num_channels); in FilterbankWriteMemmap() 54 fprintf(fp, "%s->start_index = %d;\n", variable, state->start_index); in FilterbankWriteMemmap() 55 fprintf(fp, "%s->end_index = %d;\n", variable, state->end_index); in FilterbankWriteMemmap() 60 variable); in FilterbankWriteMemmap() 62 variable); in FilterbankWriteMemmap() 63 fprintf(fp, "%s->channel_widths = filterbank_channel_widths;\n", variable); in FilterbankWriteMemmap() 64 fprintf(fp, "%s->weights = filterbank_weights;\n", variable); in FilterbankWriteMemmap() 65 fprintf(fp, "%s->unweights = filterbank_unweights;\n", variable); in FilterbankWriteMemmap() 66 fprintf(fp, "%s->work = filterbank_work;\n", variable); in FilterbankWriteMemmap()
|
A D | window_io.c | 33 const char* variable) { in WindowWriteMemmap() argument 34 fprintf(fp, "%s->size = %zu;\n", variable, state->size); in WindowWriteMemmap() 35 fprintf(fp, "%s->coefficients = window_coefficients;\n", variable); in WindowWriteMemmap() 36 fprintf(fp, "%s->step = %zu;\n", variable, state->step); in WindowWriteMemmap() 38 fprintf(fp, "%s->input = window_input;\n", variable); in WindowWriteMemmap() 39 fprintf(fp, "%s->input_used = %zu;\n", variable, state->input_used); in WindowWriteMemmap() 40 fprintf(fp, "%s->output = window_output;\n", variable); in WindowWriteMemmap() 41 fprintf(fp, "%s->max_abs_output_value = %d;\n", variable, in WindowWriteMemmap()
|
A D | fft_io.c | 26 const char* variable) { in FftWriteMemmap() argument 27 fprintf(fp, "%s->input = fft_input;\n", variable); in FftWriteMemmap() 28 fprintf(fp, "%s->output = fft_output;\n", variable); in FftWriteMemmap() 29 fprintf(fp, "%s->fft_size = %zu;\n", variable, state->fft_size); in FftWriteMemmap() 30 fprintf(fp, "%s->input_size = %zu;\n", variable, state->input_size); in FftWriteMemmap() 31 fprintf(fp, "%s->scratch = fft_scratch;\n", variable); in FftWriteMemmap() 32 fprintf(fp, "%s->scratch_size = %zu;\n", variable, state->scratch_size); in FftWriteMemmap()
|
A D | noise_reduction_io.c | 26 const char* variable) { in NoiseReductionWriteMemmap() argument 27 fprintf(fp, "%s->even_smoothing = %d;\n", variable, state->even_smoothing); in NoiseReductionWriteMemmap() 28 fprintf(fp, "%s->odd_smoothing = %d;\n", variable, state->odd_smoothing); in NoiseReductionWriteMemmap() 29 fprintf(fp, "%s->min_signal_remaining = %d;\n", variable, in NoiseReductionWriteMemmap() 31 fprintf(fp, "%s->num_channels = %d;\n", variable, state->num_channels); in NoiseReductionWriteMemmap() 33 fprintf(fp, "%s->estimate = noise_reduction_estimate;\n", variable); in NoiseReductionWriteMemmap()
|
A D | log_scale_io.c | 18 const char* variable) { in LogScaleWriteMemmap() argument 19 fprintf(fp, "%s->enable_log = %d;\n", variable, state->enable_log); in LogScaleWriteMemmap() 20 fprintf(fp, "%s->scale_shift = %d;\n", variable, state->scale_shift); in LogScaleWriteMemmap()
|
A D | log_scale_io.h | 27 const char* variable);
|
A D | fft_io.h | 28 const char* variable);
|
A D | filterbank_io.h | 29 const char* variable);
|
A D | noise_reduction_io.h | 30 const char* variable);
|
A D | window_io.h | 28 const char* variable);
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CMakeCache.txt | 9 # KEY is the name of a variable in the cache. 221 //ADVANCED property for variable: CMAKE_ADDR2LINE 223 //ADVANCED property for variable: CMAKE_AR 257 //ADVANCED property for variable: CMAKE_DLLTOOL 290 //ADVANCED property for variable: CMAKE_LINKER 304 //ADVANCED property for variable: CMAKE_NM 308 //ADVANCED property for variable: CMAKE_OBJCOPY 310 //ADVANCED property for variable: CMAKE_OBJDUMP 314 //ADVANCED property for variable: CMAKE_RANLIB 316 //ADVANCED property for variable: CMAKE_READELF [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | devicedb.cc | 53 (*variable_values)[p->variable()->str()] = p->value()->str(); in UpdateVariablesFromDeviceDecisionTreeEdges() 60 if (!root->variable()) { in Follow() 63 auto possible_value = variable_values->find(root->variable()->str()); in Follow()
|
A D | database.fbs | 37 variable:string (shared); 43 // Under which variable value does this item match. 52 // Derived variable value to combine with detected variables. 54 variable:string (shared);
|
/AliOS-Things-master/documentation/debug-tools/ |
A D | SmartTrace.md | 128 - `$p variable`:打印变量variable的值 130 - `$p &variable`:打印变量variable的地址 132 - `$set variable=value`:设置某个变量的值为value
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_def.h | 577 #define VL53L0X_GETPARAMETERFIELD(Dev, field, variable) \ argument 578 variable = PALDevDataGet(Dev, CurrentParameters).field 584 #define VL53L0X_GETARRAYPARAMETERFIELD(Dev, field, index, variable) \ argument 585 variable = PALDevDataGet(Dev, CurrentParameters).field[index]
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/ |
A D | zconfig_ieee80211.h | 222 uint8_t variable; member 226 uint8_t variable; member 235 uint8_t variable; member
|
/AliOS-Things-master/components/py_engine/tests/jni/ |
A D | README | 3 LD_LIBRARY_PATH environment variable. This path is not set automatically
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | esd.m4 | 111 printf("*** If esd-config was wrong, set the environment variable ESD_CONFIG\n"); 131 echo "*** your path, or set the ESD_CONFIG environment variable to the" 147 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
|
A D | pkg_config.m4 | 111 Consider adjusting the PKG_CONFIG_PATH environment variable if you 120 is in your PATH or set the PKG_CONFIG environment variable to the full
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-pandora.md | 9 the framebuffer, try to set the following variable before starting your application :
|
/AliOS-Things-master/components/SDL2/test/ |
A D | acinclude.m4 | 133 printf("*** If sdl2-config was wrong, set the environment variable SDL_CONFIG\n"); 158 echo "*** your path, or set the SDL_CONFIG environment variable to the" 180 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" 337 Consider adjusting the PKG_CONFIG_PATH environment variable if you 346 is in your PATH or set the PKG_CONFIG environment variable to the full
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | sdl2.m4 | 133 printf("*** If sdl2-config was wrong, set the environment variable SDL2_CONFIG\n"); 158 echo "*** your path, or set the SDL2_CONFIG environment variable to the" 180 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/ |
A D | extrawarn.mk | 28 warning-1 += -Wunused-but-set-variable
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CODING_STYLE.md | 7 * In variable and function names use only lower case letters (e.g. *height_tmp*) 56 In comments use \` \` when referring to a variable. E.g. ``/*Update the value of `x_act`*/``
|