• D
    Add a new test case for conv operator (#329) (#377) · 751b36c5
    deqiangc 提交于
    * Add a new test case for conv operator (#329)
    
    This new test case is based on issue #329 to increase
    coverage on optimized kernel's data precision for conv operator.
    In this test, input, output and filter are all 8 bits and filter
    tensor is of dimension 8x3x3x3 with different scales per output channel.
    
    TESTED= local test with x86 and HiFi4.
    
    * Move large test data variable into its own folder
    and use one flat top namespace instead of nested namespace.
    
    BUG=195779890
    751b36c5
conv_test.cc 38.4 KB