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

Parameters

op Operation

The root node of the operation graph.

args DeviceBuffer[Operation]

A set of variable assignments.

Return Value

Type: DeviceBuffer

A Buffer containing the result of the computation.

Meta