Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp65 OH_NN_ReturnCode PrepareModel(int32_t allocBufferType, int32_t prepareType);
94 OH_NN_ReturnCode HDIDeviceTest::PrepareModel(int32_t allocBufferType, int32_t prepareType) in PrepareModel() argument
113 ::testing::Return(prepareType))); in PrepareModel()
766 int32_t prepareType = HDF_SUCCESS; variable
767 OH_NN_ReturnCode result = PrepareModel(allocBufferType, prepareType);
797 int32_t prepareType = HDF_FAILURE; variable
798 OH_NN_ReturnCode result = PrepareModel(allocBufferType, prepareType);
810 int32_t prepareType = HDF_FAILURE; variable
811 OH_NN_ReturnCode result = PrepareModel(allocBufferType, prepareType);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp202 ::testing::Return(prepareType))); in PrepareModel()
228 ::testing::Return(prepareType))); in PrepareModelv2()
908 int32_t prepareType = HDF_SUCCESS; variable
909 OH_NN_ReturnCode result = PrepareModel(allocBufferType, prepareType);
939 int32_t prepareType = HDF_FAILURE; variable
940 OH_NN_ReturnCode result = PrepareModel(allocBufferType, prepareType);
952 int32_t prepareType = HDF_FAILURE; variable
953 OH_NN_ReturnCode result = PrepareModel(allocBufferType, prepareType);
2280 int32_t prepareType = HDF_SUCCESS; variable
2311 int32_t prepareType = HDF_FAILURE; variable
[all …]