Package org.deeplearning4j.nn.api
Interface ModelAdapter<T>
-
- All Superinterfaces:
OutputAdapter<T>
,Serializable
- All Known Implementing Classes:
YoloModelAdapter
public interface ModelAdapter<T> extends OutputAdapter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(Model model, INDArray[] inputs, INDArray[] inputMasks, INDArray[] labelsMasks)
This method invokes model internally, and does convertion to T-
Methods inherited from interface org.nd4j.adapters.OutputAdapter
apply
-
-