1. 26 9月, 2017 1 次提交
  2. 23 9月, 2017 1 次提交
  3. 22 9月, 2017 1 次提交
  4. 21 9月, 2017 1 次提交
  5. 19 9月, 2017 1 次提交
  6. 07 9月, 2017 3 次提交
  7. 05 9月, 2017 2 次提交
  8. 10 8月, 2017 1 次提交
  9. 08 8月, 2017 1 次提交
  10. 05 8月, 2017 1 次提交
  11. 04 8月, 2017 1 次提交
  12. 18 7月, 2017 1 次提交
    • Y
      Skeleton Of fully connected operator · d3373c5b
      Yu Yang 提交于
      * Fc operator is a grouped operator, which combined by may internal
        operators.
      * InferShape & Run a FC operator in Python.
      d3373c5b
  13. 15 7月, 2017 1 次提交
  14. 07 7月, 2017 1 次提交
    • F
      [draft] add registry for Op, OpProto and OpAttrChecker (#2739) · 1d2ef1db
      fengjiayi 提交于
      * init op_registry.h
      
      * dev op_registry.h
      
      * add 'attr_checker.h', which is a draft of op attribute checker.
      
      * rename some macro parameters
      
      * 1. Use `Attribute` and `AttributeMap` instead of `OpDesc`. `AttributeMap` is a unordered_map of <string, Attribute>, and `Attribute` is a boost::variant object to hold multiple types of attribute value.
      2. Use `PADDLE_ENFORCE` to print checkers' fail message.
      3. Abstract default value operations to a new function: `DefaultChecker`.
      
      * rename DefaultChecker to DefaultValueSetter
      
      ZZ
      
      * Finish op_registry
      
      1. Complete the development of interfaces between OpRegistry and
      Protobuf.
      2. Add unit test for op_registry.h
      
      * Add demo and test of custome checker
      
      * fix merge conflict
      1d2ef1db