Applies projection. Args: w: Weight matrix. b: Bias vector (or None). inputs: FProp inputs. mix_kernel: (optional) mix_kernel for block diagonal matmul. Returns: Output tensor with projection applied.
(self,
w,
b,
inputs,
mix_kernel=None)
source not stored for this graph (policy: none)
no test coverage detected