There are many scenarios where it would be ideal to have labels that are of a different type than a string. Therefore, it make sense to instead us a specialized TensorData of a predefined dimension to work with different data types on either the CPU or GPU
Objectives
[ ] Refactor TensorAxis and TensorDimensions to replace the labels attribute with TensorData
[ ] update the TensorCollection interface to TensorAxis
[ ] update unit tests
Validation
[ ] passing unit tests
[ ] Working example using a Select statement with the updated TensorAxis and TensorDimensions
Description
There are many scenarios where it would be ideal to have labels that are of a different type than a string. Therefore, it make sense to instead us a specialized TensorData of a predefined dimension to work with different data types on either the CPU or GPU
Objectives
labels
attribute with TensorDataValidation
Select
statement with the updated TensorAxis and TensorDimensions