evaluate

Evaluates a several nodes from the operation graph.

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

Parameters

ops
Type: Operation[]

The nodes of the operation graph that values should be computed for.

args
Type: Buffer[Operation]

A set of variable assignments.

Return Value

Type: Buffer[]

An array of Buffer objects, each containing the value of the corresponding element in ops.

Meta