• Sang Ik Lee's avatar
    gather, gather_nd (#2742) · 59632bac
    Sang Ik Lee authored
    * Temp.
    
    * Put all the dummy files.
    
    * Remove some compile errors.
    
    * WIP: Add gather and gather_nd kernels.
    
    * Temp save.
    
    * Update comments for gather.
    
    * Implement reference gather.
    
    * Validate and infer shape.
    
    * Style.
    
    * Fix compile issues.
    
    * Add serializer support.
    
    * Fix interpreter compilation issues.
    
    * WIP: Add UT
    
    * WIP: Add UT
    
    * gather_nd UT passing.
    
    * Fix gather with no axis.
    
    * Fix gather issue.
    
    * Update unit_test.manifest for backends and add gather, gather_nd  support for generic cpu.
    
    * Add type_prop tests.
    
    * Add CPU builders.
    
    * Fix codegen.
    
    * Make some UT numbers more readable.
    
    * Style.
    
    * Update Copyright Year
    
    * Update Copyright Year
    
    * Fix Typo.
    
    * Remove unused variable.
    
    * fix nv gpu build error
    
    * Fix intel gpu compilation.
    
    * Add basic docstring.
    
    * Allow 1D indices for gather_nd.
    
    * Allow scalar indices for gather.
    
    * Update unit_test manifest files.
    
    * Style.
    
    * Add indices element type check and add failing type_prop checks.
    
    * Update docstring.
    
    * Fix incorrect test names in unit_test.manifest
    
    * Missing header
    59632bac
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...