Home
last modified time | relevance | path

Searched refs:DataType (Results 1 – 9 of 9) sorted by relevance

/test/ostest/wukong/report/include/
Ddata_unit.h24 enum DataType { enum
32 ErrCode AddData(std::string key, std::string value, DataType dataType);
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.h138 } DataType; typedef
211 int SendData4Data(DataType type, int size);
212 int SendData4Message(DataType type, int size);
Dnet_trans_common.c752 int SendData4Data(DataType type, int size) in SendData4Data()
795 int SendData4Message(DataType type, int size) in SendData4Message()
/test/ostest/wukong/report/src/
Ddata_unit.cpp22 ErrCode DataUnit::AddData(std::string key, std::string value, DataType dataType) in AddData()
/test/xts/acts/ai/mindspore/mindsporejstest/src/main/ets/test/
DAbility.test.ets161 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
211 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
266 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
319 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
372 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
424 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
477 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
548 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
601 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
653 expect(input_dtype).assertEqual(mindSporeLite.DataType.NUMBER_TYPE_FLOAT32);
[all …]
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
Dhdi_device_test.cpp1874 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_UNKNOWN);
1905 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_BOOL);
1936 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_INT8);
1967 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_INT16);
1998 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_INT32);
2029 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_INT64);
2060 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_UINT8);
2091 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_UINT16);
2122 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_UINT32);
2153 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_UINT64);
[all …]
Dhdi_model_prepare_test.cpp3886 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_UNKNOWN);
3915 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_BOOL);
3957 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_INT8);
4012 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_INT32);
4189 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_FLOAT16);
4218 tensor.dataType = static_cast<V2_0::DataType>(mindspore::lite::DATA_TYPE_FLOAT32);
4417 Tensor.dataType = static_cast<V2_0::DataType>(-1);
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
Dhdi_model_prepare_test.cpp314 Tensor.dataType = static_cast<V1_0::DataType>(100000);
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
Dhdi_model_prepare_test.cpp321 Tensor.dataType = static_cast<V2_0::DataType>(100000);