Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py36 def reshape_function(data, label): function
129 train_data = train_data.map(reshape_function)
130 test_data = test_data.map(reshape_function)
131 valid_data = valid_data.map(reshape_function)
Dtrain_test.py30 from train import reshape_function
66 self.train_data = self.train_data.map(reshape_function)