Home
last modified time | relevance | path

Searched refs:reshape (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/cmsis-nn/
DKconfig63 This option enables the NN libraries for the reshape layers.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py37 reshaped_data = tf.reshape(data, [-1, 3, 1])
/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt165 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/reshape.cc
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3000 " yield([x_train[i].reshape(1, 1)])\n",
3055 " x_test_ = x_test_.reshape((x_test.size, 1))\n",