Do we want to support dtype
for different value types explicitly across the data classes?
#274
Labels
capability
New capability/functionality
enhancement
New feature or request
question
Further information is requested
Milestone
This is a more general Issue related to the following:
Many of the methods for our data classes implicitly assume the tensor element types are
float
orboolean
. We inherit somedtype
differentiation fromnumpy
, as many of our data classes usenumpy.ndarray
instances to store the data under the hood. However, this is not addressed explicity, except for in a few cases currently (mostly related to #270 in cases where output tensors containboolean
values.)Do we want explicitly to support
dtype
in our data classes in a similar way to hownumpy
supportsdtype
?The text was updated successfully, but these errors were encountered: