Home
last modified time | relevance | path

Searched refs:frame_stride (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/python/ops/
A Daudio_microfrontend_op.py53 frame_stride=1, argument
113 right_context, frame_stride, zero_padding, out_scale, out_type)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/python/kernel_tests/
A Daudio_microfrontend_op_test.py96 frame_stride=2)
138 frame_stride=2)
158 frame_stride=3,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A Daudio_microfrontend.cc35 int frame_stride; member
72 data->frame_stride = m["frame_stride"].AsInt32(); in Init()
112 data->state->window.step / data->frame_stride + in Prepare()
160 for (anchor = 0; anchor < frame_buffer.size(); anchor += data->frame_stride) { in GenerateFeatures()
A DREADME.md66 **Striding.** An integer `frame_stride` that indicates the striding step used to
68 example above, with a `frame_stride=3`, the output tensor would have a shape of
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ops/
A Daudio_microfrontend_op.cc84 int frame_stride; in __anon3fe811a90102() local
85 TF_RETURN_IF_ERROR(ctx->GetAttr("frame_stride", &frame_stride)); in __anon3fe811a90102()
95 ctx->Divide(num_frames, frame_stride, false, &num_frames)); in __anon3fe811a90102()

Completed in 5 milliseconds