Home
last modified time | relevance | path

Searched refs:scale_shift (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dlog_scale.c49 static uint32_t Log(const uint32_t x, const uint32_t scale_shift) { in Log() argument
56 const uint32_t loge_scaled = ((loge << scale_shift) + round) >> kLogScaleLog2; in Log()
62 const int scale_shift = state->scale_shift; in LogScaleApply() local
75 value = Log(value, scale_shift); in LogScaleApply()
A Dlog_scale_util.c19 config->scale_shift = 6; in LogScaleFillConfigWithDefaults()
25 state->scale_shift = config->scale_shift; in LogScalePopulateState()
A Dlog_scale_test.cc32 state.scale_shift = kScaleShift; in TF_LITE_MICRO_TEST()
49 state.scale_shift = kScaleShift; in TF_LITE_MICRO_TEST()
A Dlog_scale.h27 int scale_shift; member
A Dlog_scale_util.h31 int scale_shift; member
A Dlog_scale_io.c20 fprintf(fp, "%s->scale_shift = %d;\n", variable, state->scale_shift); in LogScaleWriteMemmap()
A Dfrontend_test.cc49 config_.log_scale.scale_shift = 6; in FrontendTestConfig()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/python/ops/
A Daudio_microfrontend_op.py50 scale_shift=6, argument
112 pcan_offset, gain_bits, enable_log, scale_shift, left_context,
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/micro_features/
A Dmicro_features_generator.cc52 config.log_scale.scale_shift = 6; in InitializeMicroFeatures()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A Daudio_microfrontend.cc65 config.log_scale.scale_shift = m["scale_shift"].AsInt32(); in Init()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ops/
A Daudio_microfrontend_op.cc198 ctx->GetAttr("scale_shift", &config_.log_scale.scale_shift)); in AudioMicrofrontendOp()
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c454 #define SCALED( x ) ( ( (ULong)(x) << ras.scale_shift ) - ras.precision_half )
474 Int scale_shift; /* == precision_shift for bitmaps */ member
3278 ras.scale_shift = ras.precision_shift; in Render_Glyph()
3354 ras.scale_shift = ras.precision_shift + 1; in Render_Gray_Glyph()

Completed in 30 milliseconds