1. 03 9月, 2017 1 次提交
  2. 18 8月, 2017 3 次提交
  3. 14 8月, 2017 1 次提交
  4. 12 8月, 2017 4 次提交
  5. 09 8月, 2017 1 次提交
  6. 08 8月, 2017 1 次提交
  7. 07 8月, 2017 1 次提交
  8. 05 8月, 2017 1 次提交
  9. 04 8月, 2017 1 次提交
  10. 02 8月, 2017 3 次提交
  11. 01 8月, 2017 1 次提交
    • Q
      use operator context and infer context (#3024) · 61ebacbc
      Qiao Longfei 提交于
      * use operator context
      
      * optimize code
      
      * update net infershape
      
      * update InferShape
      
      * disable override InferShape(scope) in OperatorBase
      
      * change InferShapeImpl to InferShape
      
      * add template to OperatorContext Input/Output
      
      * merge Input InputVar, Output OutputVar
      
      * change Inputs to MultiInput
      
      * fix conflict
      
      * fix MultiInput bugs and add unit test
      
      * rename KernelContext to ExecutionContext
      
      * clean code
      
      * change InferShape to protected
      
      * fix template bug
      
      * refine code
      
      * use InputVar instead of Input<Variable>
      
      * typo
      
      * optimize code
      61ebacbc
  12. 25 7月, 2017 1 次提交
  13. 19 7月, 2017 2 次提交
    • Q
      replace Tensor::tensor to EigenTensor::From · 736d078c
      qijun 提交于
      736d078c
    • F
      Simplify Tensor implimentation · 55d30172
      fengjiayi 提交于
      ATTENTION: some interfaces changed:
      1. void Tensor::set_dims(const DDim& dims) ==> void Tensor::Resize(const DDim& dims).
      2. void Tensor::ShareDataFrom(const Tensor& src)  ==> void Tensor::ShareDataWith(const Tensor& src)
      3. DDim Tensor::dims() const ==> const DDim& Tensor::dims() const
      55d30172
  14. 18 7月, 2017 1 次提交
  15. 17 7月, 2017 1 次提交