Searched refs:maxClassesPerDetectionValue (Results 1 – 1 of 1) sorted by relevance
137 int64_t* maxClassesPerDetectionValue = new (std::nothrow) int64_t[1] {1}; in SetMaxClassesPerDetection() local138 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() variable512 maxClassesPerDetectionTensor->SetBuffer(maxClassesPerDetectionValue, sizeof(float));1157 int64_t maxClassesPerDetectionValue = 1; variable1185 EXPECT_EQ(returnMaxClassesPerDetection, maxClassesPerDetectionValue);