Jack Zhou
129dda7809
[Functions] Add quantile function ( #700 )
...
* Add sort function
* Add isfinite function
* upgrade isinf isnan
* Add Scalar to FDTensor
* Add floor, ceil function
* add cast functions
* Update out_tmp
* Update quantile
* add gather scatter along axis
* finish quantile function
* Add quantile unittest
* refresh code style for test source code
* Add comments
* Add full function
* Add scalar to fd tensor
* Add full unittest
* Add functions headers
* move fdtensor operators to fastdeploy namespace
2022-11-28 09:51:40 +08:00
Jason
f2fed7959b
[Other] Add namespace for functions ( #538 )
...
Add namespace for functions
2022-11-09 13:57:53 +08:00
Jack Zhou
9c150f0bfb
Upgrade eigen func ( #253 )
...
* Add FDTensor copy and move assignment and constructor
* Upgrade the transpose to receive the output tensor same as input tensor
* Add note
* Add realloc for FDTensor
* Support output equals to input for softmax
* Remove FDTensor::Alloc
2022-09-20 10:58:07 +08:00
Jack Zhou
391d66381f
Remove eigen compliation option ( #161 )
...
Remove eigen option
2022-08-26 11:20:52 +08:00
Jack Zhou
cec0d502e0
Add softmax function ( #93 )
...
* Add softmax function
* Add softmax unittest
* Add Softmax docs
* Add function directory
* Add comment for FD_VISIT_ALL_TYPES macro
2022-08-11 12:01:19 +08:00