Tensor operations that allow the user to add a new axis to an existing tensor table, and to remove an existing axis from an existing tensor table. The addAxis operation can be handled as an axis addition plus tensor broadcast along the new axis. The dropAxis operation can be handled as an axis deletion plus a tensor chip along the axis.
Objectives
[ ] TensorAxisConcept getters and setters in TensorTable
[ ] unit tests for TensorAxisConcept getters and setters
Description
Tensor operations that allow the user to add a new axis to an existing tensor table, and to remove an existing axis from an existing tensor table. The
addAxis
operation can be handled as an axis addition plus tensor broadcast along the new axis. ThedropAxis
operation can be handled as an axis deletion plus a tensor chip along the axis.Objectives
Validation