Searched refs:cloud (Results 1 – 21 of 21) sorted by relevance
/AliOS-Things-master/components/netmgr/activation/ |
A D | activation.c | 71 const char *cloud = NULL; in activation_get_report_msg() local 84 cloud = info.cloud; in activation_get_report_msg() 207 if((cloud != NULL) && (len >= (strlen(report_msg) + strlen("&Y=") + strlen(cloud) + 1))) { in activation_get_report_msg() 208 snprintf(report_msg + strlen(report_msg), len - strlen(report_msg), "&Y=%s", cloud); in activation_get_report_msg() 211 if(cloud != NULL) { in activation_get_report_msg() 212 … ACTIVATION_ERR("%s:%d message is too large to report cloud type:%s\n", __func__, __LINE__, cloud); in activation_get_report_msg()
|
A D | activation.h | 11 char* type, char *project, char* cloud);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ |
A D | UnityConnectSettings.asset | 12 m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 13 m_NativeEventUrl: https://perf-events.cloud.unity3d.com/symbolicate
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | linkkit_export.h | 25 int cloud); /* true: cloud connection; false: local connection */ 28 int cloud); /* true: cloud connection; false: local connection */
|
/AliOS-Things-master/components/drivers/peripheral/wifi/src/ |
A D | wifi.c | 62 if(base->cloud) { in hal_wifi_get_base_info() 63 info->cloud = base->cloud; in hal_wifi_get_base_info() 65 info->cloud = NULL; in hal_wifi_get_base_info()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | README.md | 43 …([Download Link](https://storage.cloud.google.com/download.tensorflow.org/data/speech_commands_v0.… 53 Train the model in the cloud using Google Colaboratory or locally using a 116 The Speech Commands Dataset. ([Download Link](https://storage.cloud.google.com/download.tensorflow.… 173 ### Use [Google Cloud](https://cloud.google.com/).
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/ |
A D | kws.md | 6 <video width="100%" height="560" controls="controls" src="https://cloud.video.taobao.com//play/u/3…
|
/AliOS-Things-master/components/drivers/peripheral/wifi/include/aos/hal/ |
A D | wifi.h | 26 const char *cloud; member
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | README.md | 88 <video width="100%" height="560" controls="controls" src="https://cloud.video.taobao.com//play/u/3…
|
/AliOS-Things-master/solutions/miniapp_agent_demo/ |
A D | README.md | 37 点击这里(https://cloud.video.taobao.com/play/u/1632932/p/1/e/6/t/1/307129850804.mp4)观看演示视频。
|
/AliOS-Things-master/solutions/ota_demo/ |
A D | README.md | 65 /* RSA Public Key:User needs sign in alibaba cloud to get and replace them. */
|
/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/ |
A D | wifi_dev.h | 205 char* cloud; member
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/ |
A D | README.md | 113 <video width="100%" height="560" controls="controls" src="https://cloud.video.taobao.com/play/u/39…
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | README.md | 190 OSS_BUCKET: "Your-OSS-Bucket" #例如: "cloud-ai-dev"
|
/AliOS-Things-master/components/ai_agent/ |
A D | README.md | 126 OSS_BUCKET: "Your-OSS-Bucket" #例如: "cloud-ai-dev"
|
/AliOS-Things-master/components/ucloud_ai/ |
A D | README.md | 152 OSS_BUCKET: "Your-OSS-Bucket" #例如: "cloud-ai-dev"
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | wifi_port.c | 718 .base.cloud = "aliyun",
|
A D | wifi_port_ref.c | 733 .base.cloud = "aliyun",
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | README-ENG.md | 135 … libraries. Then you must create a client instance, specify the region of cloud services and provi…
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | wifi_port.c | 732 .base.cloud = "aliyun",
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 580 the I/O amount when te tag is present (especially on cloud hosted files).
|
Completed in 32 milliseconds