public interface OperandsAdapter<T>
| Modifier and Type | Method and Description |
|---|---|
Operands |
input(T input)
This method must return collection of graph inputs as Operands
|
T |
output(Operands operands)
This method returns adopted result of graph execution
|
Copyright © 2021. All rights reserved.