8 Matching Annotations
  1. Dec 2017
  2. Jan 2016
  3. Sep 2015
    1. f = function([x, Param(y, default=1), Param(w, default=2, name='w_by_name')], z)

      这里的名字仅仅是在调用的时候用来做默认的赋值的。pp 打印出来的还是w。

    1. f you are following along and typing into an interpreter, you may have noticed that there was a slight delay in executing the function instruction. Behind the scene, f was being compiled into C code

      theano 中的function 其实是把函数编译成c代码。

  4. Jan 2015