Home
last modified time | relevance | path

Searched refs:sizeInBytes_ (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Ddatatype_test.cc33 uint8_t x = DataType::kTypeInfo[DataType::DE_BOOL].sizeInBytes_; in TEST_F()
37 x = DataType::kTypeInfo[DataType::DE_INT8].sizeInBytes_; in TEST_F()
41 x = DataType::kTypeInfo[DataType::DE_UINT8].sizeInBytes_; in TEST_F()
45 x = DataType::kTypeInfo[DataType::DE_INT16].sizeInBytes_; in TEST_F()
49 x = DataType::kTypeInfo[DataType::DE_UINT16].sizeInBytes_; in TEST_F()
53 x = DataType::kTypeInfo[DataType::DE_INT32].sizeInBytes_; in TEST_F()
57 x = DataType::kTypeInfo[DataType::DE_UINT32].sizeInBytes_; in TEST_F()
61 x = DataType::kTypeInfo[DataType::DE_INT64].sizeInBytes_; in TEST_F()
65 x = DataType::kTypeInfo[DataType::DE_UINT64].sizeInBytes_; in TEST_F()
69 x = DataType::kTypeInfo[DataType::DE_FLOAT32].sizeInBytes_; in TEST_F()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Ddata_type.cc32 return kTypeInfo[type_].sizeInBytes_; in SizeInBytes()
Ddata_type.h59 const uint8_t sizeInBytes_; // number of bytes needed for this type member