/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | ctc_beam_search.h | 94 Reset(); in CTCDecoder() 126 void Reset(); 177 Reset(); in Decode() 186 leaves_.Reset(); in Decode() 278 leaves_.Reset(); in Step() 366 bottom->newp.Reset(); in Step() 371 c.oldp.Reset(); in Step() 372 c.newp.Reset(); in Step() 380 void CTCBeamSearchDecoder<CTCBeamState, CTCBeamComparer>::Reset() { in Reset() function 381 leaves_.Reset(); in Reset()
|
A D | top_n.h | 187 void Reset(); 333 void TopN<T, Cmp>::Reset() { in Reset() function
|
A D | ctc_beam_entry.h | 45 void Reset() { in Reset() function
|
A D | ctc_beam_search_decoder.cc | 244 beam_search.Reset(); in Eval()
|
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | sx126x-haas.c | 79 SX126x.Reset.id = 33; //p4-1 in SX126xIoInit() 80 SX126x.Reset.config=GPIO_IO_OUTPUT | GPIO_IO_OUTPUT_PP; in SX126xIoInit() 151 SX126x.Reset.data = 0; in SX126xReset() 152 ioctl(g_gpio_fd, IOC_GPIO_SET, (unsigned long)&SX126x.Reset); in SX126xReset() 154 SX126x.Reset.data = 1; in SX126xReset() 155 ioctl(g_gpio_fd, IOC_GPIO_SET, (unsigned long)&SX126x.Reset); in SX126xReset()
|
A D | sx126x.h | 653 uint8_t Reset : 1; member 689 gpio_io_config_t Reset; member
|
A D | sx126x.c | 225 ( ( uint8_t )sleepConfig.Fields.Reset << 1 ) | in SX126xSetSleep()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | blocking_counter.h | 41 void Reset(int initial_count);
|
A D | thread_pool.cc | 183 counter_to_decrement_when_ready_.Reset(task_count - 1); in ExecuteImpl() 208 counter_to_decrement_when_ready_.Reset(threads_count - threads_.size()); in CreateThreads()
|
A D | blocking_counter.cc | 23 void BlockingCounter::Reset(int initial_count) { in Reset() function in ruy::BlockingCounter
|
/AliOS-Things-master/documentation/aos-studio/ |
A D | view_log.md | 6 * 点击VS Code的monitor按钮, 配置串口端口号,并配置波特率至1500000,点击HaaS开发板Reset按键后,就可以在串口工具中看到日志打印了。
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | thread_utils.h | 55 int (*Reset)(WebPWorker* const worker); member
|
A D | thread_utils.c | 266 static int Reset(WebPWorker* const worker) { in Reset() function 341 Init, Reset, Sync, Launch, Execute, End 346 winterface->Init == NULL || winterface->Reset == NULL || in WebPSetWorkerInterface()
|
/AliOS-Things-master/documentation/haas-studio/ |
A D | view_log.md | 5 * 点击VS Code的串口按钮(插头图标), 配置串口端口号,并配置波特率至1500000,点击HaaS开发板Reset按键后,就可以在串口工具中看到日志打印了。
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | ChecksumImpl.cs | 48 public void Reset() { _current = 0; } in Reset() method in DotZLib.ChecksumGeneratorBase
|
A D | DotZLib.cs | 124 void Reset(); in Reset() method
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/ |
A D | ChangeLog.txt | 3 20170428 V2.0.1 (1) Reset flash status register before download.
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/ |
A D | ChangeLog.txt | 3 20170428 V2.0.1 (1) Reset flash status register before download.
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_video.c | 296 devdata->events->Reset(devdata->events); in DirectFB_VideoQuit()
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.h | 158 Reset(); in Set() 171 Reset(); in SetInternedStr() 181 void Reset();
|
A D | tinyxml2.cpp | 144 Reset(); in ~StrPair() 161 other->Reset(); in TransferTo() 173 void StrPair::Reset() in Reset() function in AlibabaCloud::OSS::tinyxml2::StrPair 187 Reset(); in SetStr() 2329 _errorStr.Reset(); in SetError()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | alpha_enc.c | 407 if (!WebPGetWorkerInterface()->Reset(worker)) { in VP8EncStartAlpha()
|
A D | analysis_enc.c | 508 ok &= worker_interface->Reset(&side_job.worker); in VP8EncAnalyze()
|
A D | vp8l_enc.c | 1769 if (!worker_interface->Reset(&worker_side)) { in VP8LEncodeStream()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | frame_dec.c | 645 if (!WebPGetWorkerInterface()->Reset(worker)) { in InitThreadContext()
|