public final class Operands extends Object
public static Output[] asOutputs(Iterable<? extends Operand> inputs)
Operand
into an array of Output
.
Operation wrappers need to convert back a list of inputs into an array of outputs in order
to build an operation, see OperationBuilder.addInputList(Output[])
.
inputs
- an iteration of input operandsCopyright © 2015–2017. All rights reserved.