Lines Matching full:residual
32 // Purpose : Class and struct definitions for parameter and residual blocks.
65 // The residual block stores pointers to but does not own the cost functions,
69 // Construct the residual block with the given cost/loss functions. Loss may
70 // be null. The index is the index of the residual block in the Program's
77 // Evaluates the residual term, storing the scalar cost in *cost, the residual
109 // Access the parameter blocks for this residual. The array has size
115 // Number of variable blocks that this residual term depends on.
120 // The size of the residual vector returned by this residual function.
126 // This residual block's index in an array.
131 return StringPrintf("{residual block; index=%d}", index_);
139 // The index of the residual, typically in a Program. This is only to permit