evaluate

Evaluates an operation graph with a single root node.

This overload is here for convenience. Internally, the multi-output version of evaluate is called.

  1. Buffer[] evaluate(Operation[] ops, Buffer[Operation] args)
  2. Buffer evaluate(Operation op, Buffer[Operation] args)
    Buffer
    evaluate
    (
    Operation op
    ,
    Buffer[Operation] args = null
    )

Parameters

op Operation

The root node of the operation graph.

args Buffer[Operation]

A set of variable assignments.

Return Value

Type: Buffer

A Buffer containing the result of the computation.

Meta