evaluate

Evaluates a several nodes from the operation graph.

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

Parameters

ops Operation[]

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

args DeviceBuffer[Operation]

A set of variable assignments.

Return Value

Type: DeviceBuffer[]

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

Meta