Home | History | Annotate | Download | only in internal

Lines Matching refs:Eval

76 // Each specialization provides a OutputType typedef and an Eval function
111 OutputType Eval(InputType input, int, int) const {
135 OutputType Eval(InputType input, int row, int col) const {
159 OutputType Eval(InputType input, int row, int col) const {
182 OutputType Eval(InputType input, int, int) const {
198 OutputType Eval(InputType input, int row, int col) const {
218 OutputType Eval(InputType input, int, int) const {
264 OutputType Eval(InputType input, int, int) const {
356 OutputType Eval(InputType input, int row, int col) const {
358 FirstStageOutputType first_stage_output = head_impl.Eval(input, row, col);
360 return tail_impl.Eval(first_stage_output, row, col);
374 InputType Eval(InputType input, int, int) const {
410 auto output = output_pipeline_eval_impl_.Eval(input, row, col);