Home
last modified time | relevance | path

Searched full:astype (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_load.py95 (features, labels.astype("int32")))
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb214 " low=0, high=2*math.pi, size=SAMPLES).astype(np.float32)\n",
220 "y_values = np.sin(x_values).astype(np.float32)\n",
3056 " x_test_ = x_test_.astype(np.float32)\n",
3069 " x_test_ = x_test_.astype(input_details[\"dtype\"])\n",
3081 " y_pred = y_pred.astype(np.float32)\n",