Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dwav_to_features_test.py59 output_file_path = os.path.join(tmp_dir, "output.c")
63 input_file_path, output_file_path)
64 with open(output_file_path, "rb") as f:
75 output_file_path = os.path.join(tmp_dir, "output.c")
79 input_file_path, output_file_path)
80 with open(output_file_path, "rb") as f:
/AliOS-Things-master/hardware/chip/rtl872xd/
A Dgen_crc_bin.py45 def concatenate_bin_file(file_lists, output_file_path): argument
56 output_file = open(output_file_path, "ab")

Completed in 5 milliseconds