• F
    implementation of simple conv2d layer (#4868) · efd009a0
    fengjiayi 提交于
    * Implement FC layer with helper
    
    * Update LayerHelper
    
    * Add debug string for Python ProtoBuf
    
    and Rename `Sync` to `Flush`
    
    * Add check of ProtoBuf initialization
    
    * Layer wrapper for FC
    
    * Fix unittest
    
    * Fix CI
    
    * Add code generator
    
    * AttributeChecker Better error log and speicalize bool
    
    Since lots of types can be cast to bool
    
    * Complete mlp, fit_a_line
    
    * Implementation of simple conv_2d layer
    
    * Fix bugs
    
    * Remove debug code
    efd009a0
layer_helper.py 5.2 KB