Lines Matching full:negative_slope

28   const float negative_slope = std::uniform_real_distribution<float>(0.5f, 1.0f)(rng);  in TEST_F()  local
50 …ASSERT_EQ(xnn_status_success, xnn_define_leaky_relu(subgraph, negative_slope, input_id, output_id,… in TEST_F()
56 ASSERT_EQ(node->params.leaky_relu.negative_slope, negative_slope); in TEST_F()
66 const float negative_slope = std::uniform_real_distribution<float>(0.5f, 1.0f)(rng); in TEST_F() local
93 …ASSERT_EQ(xnn_status_success, xnn_define_leaky_relu(subgraph, negative_slope, input_id, output_id,… in TEST_F()
99 ASSERT_EQ(node->params.leaky_relu.negative_slope, negative_slope); in TEST_F()
113 const float negative_slope = std::uniform_real_distribution<float>(0.1f, 10.0f)(rng); in TEST_F() local
135 …ASSERT_EQ(xnn_status_success, xnn_define_leaky_relu(subgraph, negative_slope, input_id, output_id,… in TEST_F()
141 ASSERT_EQ(node->params.leaky_relu.negative_slope, negative_slope); in TEST_F()
151 const float negative_slope = std::uniform_real_distribution<float>(0.1f, 10.0f)(rng); in TEST_F() local
161 … status = xnn_create_leaky_relu_nc_f32(channels, channels, channels, negative_slope, /*flags=*/0, … in TEST_F()
195 …ASSERT_EQ(xnn_status_success, xnn_define_leaky_relu(subgraph, negative_slope, input_id, output_id,… in TEST_F()
209 const float negative_slope = std::uniform_real_distribution<float>(0.5f, 1.0f)(rng); in TEST_F() local
225 channels, channels, channels, negative_slope, in TEST_F()
261 …ASSERT_EQ(xnn_status_success, xnn_define_leaky_relu(subgraph, negative_slope, input_id, output_id,… in TEST_F()
275 const float negative_slope = std::uniform_real_distribution<float>(0.5f, 1.0f)(rng); in TEST_F() local
291 channels, channels, channels, negative_slope, in TEST_F()
327 …ASSERT_EQ(xnn_status_success, xnn_define_leaky_relu(subgraph, negative_slope, input_id, output_id,… in TEST_F()