You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Construct RaggedArc from unary function tensor (#30)
* Construct RaggedArc from unary function tensor
* Move fsa_from_unary_ragged and fsa_from_binary_tensor to C++
* add unit test to from unary function; add more functions to fsa
* Remove some rabbish code
* Add more unit tests and docs
* Remove the unused code
* Fix review comments, propagate attributes in To()
* Change the argument type from RaggedAny to Ragged<int32_t> in autograd function
* Delete declaration for template function
* Apply suggestions from code review
Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
* Fix documentation errors
Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
0 commit comments