• W
    fix fill_constant kernel bug test=develop (#2376) · 9d97d56e
    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.
    9d97d56e
fill_constant_compute.cc 3.9 KB