print'Other time since import %.3fs %.1f%%'%(other_time,other_time/total_time*100)
print'Other time since import %.3fs %.1f%%'%(other_time,other_time/total_time*100)
print'%i Theano fct call, %.3fs per call'%(total_fct_call,time_per_call)
print'%i Theano fct call, %.3fs per call'%(total_fct_call,time_per_call)
#imported here to break circular dependency...
fromtheano.tensor.basicimportas_tensor_variable
print
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."
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."
print" <created/inplace/view> is taked from the op declaration, not the op exeuction. Use DebugMode to have warning about inplace/view declaration being respected."
print"We guess some tips to make your code faster. If you think of new one, suggest them on the mailing list. Test them before use as they are not guaranted to always give a speed up."
print"We guess some tips to make your code faster. If you think of new one, suggest them on the mailing list. Test them before use as they are not guaranted to always give a speed up."