Home
last modified time | relevance | path

Searched refs:negativeSlopeValue (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dleaky_relu_test.cpp53 float* negativeSlopeValue = new (std::nothrow) float [1]{0.0f}; in SaveNegativeSlope() local
54 EXPECT_NE(nullptr, negativeSlopeValue); in SaveNegativeSlope()
55 negativeSlopeTensor->SetBuffer(negativeSlopeValue, sizeof(float)); in SaveNegativeSlope()
163 int64_t* negativeSlopeValue = new (std::nothrow) int64_t [1]{0}; in HWTEST_F() local
164 EXPECT_NE(nullptr, negativeSlopeValue); in HWTEST_F()
165 negativeSlopeTensor->SetBuffer(negativeSlopeValue, sizeof(int64_t)); in HWTEST_F()
217 float negativeSlopeValue = 0.0f; in HWTEST_F() local
224 EXPECT_EQ(returnNegativeSlopeValue, negativeSlopeValue); in HWTEST_F()

Completed in 1 milliseconds