• 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
cast_compute_test.cc 4.1 KB