Home
last modified time | relevance | path

Searched refs:build_cnn (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain_test.py27 from train import build_cnn
48 cnn, cnn_path = build_cnn(self.seq_length)
Dtrain.py50 def build_cnn(seq_length): function
102 model, model_path = build_cnn(seq_length)