Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c164 const char *dtype = "-x"; /* default */ in cmd_read() local
175 dtype = argv[2]; in cmd_read()
177 if (strcmp(dtype, "-x") == 0) { in cmd_read()
187 } else if (strcmp(dtype, "-crc32") == 0) { in cmd_read()
200 } else if (strcmp(dtype, "-s") == 0) { in cmd_read()
210 } else if (strcmp(dtype, "-s8") == 0) { in cmd_read()
218 } else if (strcmp(dtype, "-s16") == 0) { in cmd_read()
226 } else if (strcmp(dtype, "-s32") == 0) { in cmd_read()
234 } else if (strcmp(dtype, "-s64") == 0) { in cmd_read()
242 } else if (strcmp(dtype, "-u8") == 0) { in cmd_read()
[all …]
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_augmentation.py53 new_data.append((np.array(data, dtype=np.float32) +
72 (np.array(data, dtype=np.float32) * molecule / denominator).tolist())
Dtrain_test.py52 cnn_prob = cnn(tf.constant(cnn_data, dtype="float32")).numpy()
53 lstm_prob = lstm(tf.constant(lstm_data, dtype="float32")).numpy()
Dtrain.py44 np.product(list(map(int, v.shape))) * v.dtype.size
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3069 " x_test_ = x_test_.astype(input_details[\"dtype\"])\n",
3072 " y_pred = np.empty(x_test_.size, dtype=output_details[\"dtype\"])\n",