Package org.nd4j.adapters
Interface OutputAdapter<T>
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
InferenceAdapter<I,O>
public interface OutputAdapter<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(INDArray... outputs)This method provides conversion from multiple INDArrays to T
-