ParetoNBDRV.L_op#
- ParetoNBDRV.L_op(inputs, outputs, output_grads)#
Construct a graph for the L-operator.
The L-operator computes a row vector times the Jacobian.
This method dispatches to
Op.grad()
by default. In one sense, this method provides the original outputs when they’re needed to compute the return value, whereasOp.grad
doesn’t.See
Op.grad
for a mathematical explanation of the inputs and outputs of this method.- Parameters:
- inputs
The inputs of the
Apply
node using thisOp
.- outputs
The outputs of the
Apply
node using thisOp
- output_grads
The gradients with respect to each
Variable
ininputs
.