Package org.nd4j
Interface TFGraphRunnerService
-
public interface TFGraphRunnerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TFGraphRunnerService
init(List<String> inputNames, List<String> outputNames, byte[] graphBytes, Map<String,INDArray> constants, Map<String,String> inputDataTypes)
Map<String,INDArray>
run(Map<String,INDArray> inputs)
-