TF OP: https://www.tensorflow.org/api_docs/python/tf/keras/layers/PReLU
For #1167
Slope in PRelu can be any shape broadcastable to the input shape.
e.g.

PRelu in tflite has no internal parameters and takes both arguments (input and alpha) as inputs.
See: externals/TENSORFLOW-2.2.0/tensorflow/lite/kernels/activations_test.cc
Done!
Most helpful comment
Done!