Changeset 950a80c for python/lib
- Timestamp:
- Apr 22, 2016, 12:03:00 AM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- ec6731c
- Parents:
- 66a3c51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_code.py
r66a3c51 r950a80c 170 170 self.output_results = "; ".join(self.outputs_flat) 171 171 172 print "input_params", map(split_type, get_input_params(self.do_proto))173 print "output_params", map(split_type, get_output_params(self.do_proto))172 #print ("input_params: ", map(split_type, get_input_params(self.do_proto))) 173 #print ("output_params", map(split_type, get_output_params(self.do_proto))) 174 174 175 175 def gen_code(self):
Note: See TracChangeset
for help on using the changeset viewer.