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 = null)
  2. Buffer evaluate(Operation op, Buffer[Operation] args = null)
    Buffer
    evaluate
    (
    Operation op
    ,
    Buffer[Operation] args = null
    )

Parameters

op
Type: Operation

The root node of the operation graph.

args
Type: Buffer[Operation]

A set of variable assignments.

Return Value

Type: Buffer

A Buffer containing the result of the computation.

Meta