コード例 #1
0
ファイル: test_blas_c.py プロジェクト: 317070/Theano
 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."
         )