Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Ddetection_post_process_test.cpp137 int64_t* maxClassesPerDetectionValue = new (std::nothrow) int64_t[1] {1}; in SetMaxClassesPerDetection() local
138 EXPECT_NE(nullptr, maxClassesPerDetectionValue); in SetMaxClassesPerDetection()
139 maxClassesPerDetectionTensor->SetBuffer(maxClassesPerDetectionValue, sizeof(int64_t)); in SetMaxClassesPerDetection()
511 float* maxClassesPerDetectionValue = new (std::nothrow) float[2] {1.0f}; in __anone3dd87f30702() variable
512 maxClassesPerDetectionTensor->SetBuffer(maxClassesPerDetectionValue, sizeof(float));
1157 int64_t maxClassesPerDetectionValue = 1; variable
1185 EXPECT_EQ(returnMaxClassesPerDetection, maxClassesPerDetectionValue);