PytorchBackend.datatype_bytes# PytorchBackend.datatype_bytes(dtype)[source]# Return the number of bytes occupied by a given datatype. Parameters: dtypetypeData type to determine the bytesize of. Returns: intNumber of bytes occupied by the datatype.