Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dcfg_cli.h90 #define BT_MESH_PUB_PERIOD_100MS(steps) ((steps) & BIT_MASK(6)) argument
100 #define BT_MESH_PUB_PERIOD_SEC(steps) (((steps) & BIT_MASK(6)) | (1 << 6)) argument
111 #define BT_MESH_PUB_PERIOD_10SEC(steps) (((steps) & BIT_MASK(6)) | (2 << 6)) argument
122 #define BT_MESH_PUB_PERIOD_10MIN(steps) (((steps) & BIT_MASK(6)) | (3 << 6)) argument
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb50 "# The number of steps and learning rates can be specified as comma-separated\n",
59 "# Calculate the total number of steps, which is used to identify the checkpoint\n",
65 "print(\"Training steps in each stage: %s\" % TRAINING_STEPS)\n",
67 "print(\"Total number of training steps: %s\" % TOTAL_STEPS)"
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake48 # ExternalProject_Add() to perform the actual download, patch and update steps.
157 # If we've already previously done these steps, they will not cause
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DDownloadProject.cmake48 # ExternalProject_Add() to perform the actual download, patch and update steps.
157 # If we've already previously done these steps, they will not cause
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt118 steps are responsible for converting a normal image representation to or from
160 merging adjacent steps in the pipeline. For example, upsampling, color space
188 steps, many of which have several possible behaviors. To avoid cluttering the
270 invoking the processing steps that write or read that data buffer.
278 The controller knows the dataflow requirements of steps A and B: how much data
284 elementary processing steps at the leaves of the tree.
288 * Merging of adjacent steps in the pipeline is done by replacing a control
296 virtual array buffers as needed. One or both processing steps may be
528 and all postprocessing steps.
603 without extra copying. This trick allows some speedups in smoothing steps
A Dinstall.txt371 Once you're done with the above steps, you can install the software by
A Dlibjpeg.txt2573 read raw data, bypassing the normal preprocessing or postprocessing steps.
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md168 The steps for setting up a project for an SDL/WinRT app looks like the
222 into your app's final output (via Post-Build steps, for example). It does,
231 To set this up for SDL/WinRT, you'll need to run through the following steps:
466 subsequent registration steps in order to launch the app. After you do so,
A DREADME-macosx.md161 - First steps
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/
A Dpngconfig.mak105 $# please complete the following steps:
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME132 These errors can be checked within finite steps, and without the
138 diagram requires infinite steps, even if we had a State Machine in
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt43 steps later.
/AliOS-Things-master/components/littlevgl/
A DREADME.md103 The steps below show how to setup LittlevGL on an embedded system with a display and a touchpad.
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME309 To build on MacOS X with Project Builder, follow these steps:
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A DCOPYING39 We protect your rights with two steps: (1) copyright the software, and
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME749 // Any one of these steps can be used to decode the WebP image.
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt40 Developers that use the GNU GPL protect your rights with two steps:
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt2364 Notice that the steps between successive output rows and columns are
3450 two steps, and insert code to write your own chunk between them:
/AliOS-Things-master/components/mbedtls/
A DChangeLog13 steps you have to take when enabling it.

Completed in 27 milliseconds