forked from jiuyuan/InfiniTensor
![]() * feat: support to sqrt op * feat: support to erf op * feat: support to expand op * feat: support to where op * fix: gather op index can be int64_t(hard coding) * fix: some wrong use * style: fix the format style * test: add test for change op * fix: rebase to master * fix: fix matmul b compute wrong * add expand and where kernel * Add int64 support for cuda gather kernel * add test_where.cc * add "expand.(cu/cc,test,cuda),modified where.cu" * Separate initialization of datatypes to avoid compile error * modify where.(cu/cc/h,test), expand and clip * Format fix * Format fix --------- Co-authored-by: xgqdut2016 <kenan_gewei@163.com> Co-authored-by: panzezhong <panzezhong@qiyuanlab.com> Co-authored-by: Haojie Wang <haojie0429@gmail.com> |
||
---|---|---|
.. | ||
test_batch_norm.cc | ||
test_clip.cc | ||
test_concat.cc | ||
test_conv.cc | ||
test_conv_transposed_2d.cc | ||
test_element_wise.cc | ||
test_expand.cc | ||
test_extend.cc | ||
test_gather.cc | ||
test_matmul.cc | ||
test_pad.cc | ||
test_pooling.cc | ||
test_reduce_mean.cc | ||
test_reshape.cc | ||
test_resize.cc | ||
test_slice.cc | ||
test_split.cc | ||
test_transpose.cc | ||
test_where.cc |