• W
    fix fill_constant kernel bug test=develop (#2376) · f607870c
    Wilber 提交于
    fill_constant kernel only registered float type, only the float data type is produced, which is obviously a bug.
    
    Now, produce data based on the data type attr.
    
    By the way, fix the cast kernel bug.
    f607870c
cast_compute_test.cc 4.1 KB