public final class Operands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Output<?>[] |
asOutputs(Iterable<? extends Operand<?>> inputs)
|
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–2019. All rights reserved.