hotg-ai / rune

Rune provides containers to encapsulate and deploy edgeML pipelines and applications
Apache License 2.0
133 stars 15 forks source link

Consistent tensor element types #345

Closed Michael-F-Bryan closed 2 years ago

Michael-F-Bryan commented 2 years ago

Fixes #342 by switching to a simpler ElementType enum and using Tensor<Cow<'static, str>> for all tensors of strings.