• Nishant Patel's avatar
    Quantize(reorder) bias to int32 (#1933) · 296ee2cf
    Nishant Patel authored
    * Quantize the bias to int32
    
    * Bias scale fix
    
    * mnist works
    
    * Quantize Bias
    
    * Introduce Quantize op in the graph to quantize bias & feedback
    
    * Comments and some refactoring
    
    * Add test case with float bias and enable int32 as quantized type in ngraph
    
    * Change shape of scale from Shape{} to Shape{1} in the backend
    296ee2cf
builder_quantization.cpp 21 KB