Searched defs:prelu (Results 1 – 12 of 12) sorted by relevance
95 void Test(xnn_f16_prelu_ukernel_function prelu) const { in Test()141 void Test(xnn_f32_prelu_ukernel_function prelu) const { in Test()
25 auto prelu = [](float x, float alpha) in PreluImpl() local
28 IConnectableLayer* prelu = net->AddPreluLayer("Prelu"); in CreatePreluNetwork() local
61 IConnectableLayer* prelu = net->AddActivationLayer(descriptor, ActivationName); in CreateActivationNetwork() local
225 def prelu(g: jit_utils.GraphContext, self, weight): function
1183 def prelu(g: jit_utils.GraphContext, self, weight): function
399 inline Tensor prelu(const Tensor& input, const Tensor& weight) { in prelu() function
1115 def prelu(a: TensorLikeType, weight: TensorLikeType) -> TensorLikeType: function
287 struct prelu_context prelu; member
564 struct prelu_parameters prelu; member617 struct prelu_parameters prelu; member
689 Tensor prelu(const Tensor& self, const Tensor& weight_) { in prelu() function
1916 prelu = _add_docstr( variable