﻿flax.linen.activation.PReLU
===========================

.. currentmodule:: flax.linen.activation

.. autoclass:: PReLU

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~PReLU.__init__
      ~PReLU.apply
      ~PReLU.bind
      ~PReLU.clone
      ~PReLU.get_variable
      ~PReLU.has_rng
      ~PReLU.has_variable
      ~PReLU.init
      ~PReLU.init_with_output
      ~PReLU.is_initializing
      ~PReLU.is_mutable_collection
      ~PReLU.lazy_init
      ~PReLU.make_rng
      ~PReLU.param
      ~PReLU.perturb
      ~PReLU.put_variable
      ~PReLU.setup
      ~PReLU.sow
      ~PReLU.tabulate
      ~PReLU.unbind
      ~PReLU.variable
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~PReLU.name
      ~PReLU.negative_slope_init
      ~PReLU.parent
      ~PReLU.scope
      ~PReLU.variables
   
   