Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Ddetection_post_process_test.cpp107 float* nmsScoreThresholdValue = new (std::nothrow) float[1] {0.5}; in SetNmsScoreThreshold() local
108 EXPECT_NE(nullptr, nmsScoreThresholdValue); in SetNmsScoreThreshold()
109 nmsScoreThresholdTensor->SetBuffer(nmsScoreThresholdValue, sizeof(float)); in SetNmsScoreThreshold()
421 int64_t* nmsScoreThresholdValue = new (std::nothrow) int64_t[1] {0}; variable
422 nmsScoreThresholdTensor->SetBuffer(nmsScoreThresholdValue, sizeof(int64_t));
1154 float nmsScoreThresholdValue = 0.5f; variable
1177 EXPECT_EQ(returnNmsScoreThreshold, nmsScoreThresholdValue);