• tsocha's avatar
    Add support for more types in gather op. (#2926) · 9d509515
    tsocha authored
    * Add test for i32 gather
    
    * Add support for ints to Gather op
    
    * Move helper function to anonymous namespace
    
    * Add more types
    
    * Use static_cast instead of the old one
    
    * Style fix
    
    * Skip tests on GPU
    
    * Add more tests
    
    * Skip tests on gpu
    
    * Change bool to char
    9d509515
backend_gather.in.cpp 27.2 KB