ContNonContractRV.L_op#
- ContNonContractRV.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.graddoesn’t.See
Op.gradfor a mathematical explanation of the inputs and outputs of this method.- Parameters:
- inputs
The inputs of the
Applynode using thisOp.- outputs
The outputs of the
Applynode using thisOp- output_grads
The gradients with respect to each
Variableininputs.