1. 18 5月, 2017 1 次提交
    • notoraptor's avatar
      Wrap op params for theano.tensor.nnet.corr3d.BaseCorr3dMM: · 42a3682e
      notoraptor 提交于
       - direction (enum list)
       - dH, dW, dD: int64
       - dilH, dilW, dilD: int64
       - padH, padW, padD: int64
      
      This influences all sub-classes:
       - theano.tensor.nnet.corr3d.Corr3dMM
       - theano.tensor.nnet.corr3d.Corr3dMM_gradWeights
       - theano.tensor.nnet.corr3d.Corr3dMM_gradInputs
      42a3682e
  2. 17 5月, 2017 8 次提交
  3. 16 5月, 2017 5 次提交
  4. 15 5月, 2017 2 次提交
  5. 13 5月, 2017 2 次提交
  6. 12 5月, 2017 1 次提交
  7. 11 5月, 2017 3 次提交
  8. 10 5月, 2017 3 次提交
  9. 09 5月, 2017 1 次提交
    • notoraptor's avatar
      Partially factorize GpuKernelBase.get_params(). · 90f94595
      notoraptor 提交于
      Add default GpuKernelBase.get_params() that retrieves GPU context
      from first node input type, and then factorize get_params() for all
      sub-classes that retrieve context by this way.
      
      Method get_params() must be overridden for all subclasses that get
      context by different way.
      
      Extend GpuKernelBase interface to allow sub-classes
      to use parameters types other than gpu_context_type
      (especially ParamsType).
      90f94595
  10. 07 5月, 2017 1 次提交
  11. 06 5月, 2017 11 次提交
  12. 04 5月, 2017 2 次提交