MatchingBackend.datatype_bytes#

abstract MatchingBackend.datatype_bytes(dtype)[source]#

Return the number of bytes occupied by a given datatype.

Parameters:
dtypetype

Data type to determine the bytesize of.

Returns:
int

Number of bytes occupied by the datatype.