@@ -1311,7 +1311,7 @@ if False: # old code still to be ported from ProfileMode
other_time=total_time-total_fct_time-compile_time
print()
print('Theano fct summary: <% total fct time> <total time> <time per call> <nb call> <fct name>')
forkeyinfct_call.keys():
forkeyinfct_call:
iffct_call[key]>0:
print(' %4.1f%% %.3fs %.2es %d %s'%(
fct_call_time[key]/total_fct_time*100,
...
...
@@ -1344,7 +1344,7 @@ if False: # old code still to be ported from ProfileMode
print()
print("List of apply that don't have float64 as input but have float64 in outputs. Usefull to know if we forgot some cast when using floatX=float32 or gpu code.")