Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 138) sorted by relevance

123456

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dfilterbank_io.c52 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 Dwindow_io.c33 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 Dfft_io.c26 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 Dnoise_reduction_io.c26 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 Dlog_scale_io.c18 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 Dlog_scale_io.h27 const char* variable);
A Dfft_io.h28 const char* variable);
A Dfilterbank_io.h29 const char* variable);
A Dnoise_reduction_io.h30 const char* variable);
A Dwindow_io.h28 const char* variable);
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt9 # 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 Ddevicedb.cc53 (*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 Ddatabase.fbs37 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 DSmartTrace.md128 - `$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 Dgradlew.bat29 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 Dvl53l0x_def.h577 #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 Dzconfig_ieee80211.h222 uint8_t variable; member
226 uint8_t variable; member
235 uint8_t variable; member
/AliOS-Things-master/components/py_engine/tests/jni/
A DREADME3 LD_LIBRARY_PATH environment variable. This path is not set automatically
/AliOS-Things-master/components/SDL2/acinclude/
A Desd.m4111 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 Dpkg_config.m4111 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 DREADME-pandora.md9 the framebuffer, try to set the following variable before starting your application :
/AliOS-Things-master/components/SDL2/test/
A Dacinclude.m4133 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 Dsdl2.m4133 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 Dextrawarn.mk28 warning-1 += -Wunused-but-set-variable
/AliOS-Things-master/components/littlevgl/docs/
A DCODING_STYLE.md7 * 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`*/``

Completed in 23 milliseconds

123456