Home
last modified time | relevance | path

Searched refs:DATA_VALUE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/motion/test/unittest/hdi/
H A Dhdf_motion_hdi_test.cpp28 #define DATA_VALUE 6 macro
37 std::vector<uint8_t> g_motionConfigData(DATA_NUM, DATA_VALUE);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp122 static const int DATA_VALUE = 1; variable
132 const std::vector<uint8_t> data(DATA_NUM, DATA_VALUE); in BuildLiteGraph()