示例#1
0
 def test_force_gemv_init(self):
     if check_force_gemv_init():
         sys.stderr.write(
             "WARNING: The current BLAS requires Theano to initialize"
             + " memory for some GEMV calls which will result in a minor"
             + " degradation in performance for such calls."
         )
示例#2
0
 def test_force_gemv_init(self):
     if check_force_gemv_init():
         warn(
             "WARNING: The current BLAS requires Theano to initialize"
             + " memory for some GEMV calls which will result in a minor"
             + " degradation in performance for such calls."
         )