Home
last modified time | relevance | path

Searched refs:getOutputCount (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapper.java71 this.outputTensors = new Tensor[getOutputCount(interpreterHandle)]; in init()
352 private static native int getOutputCount(long interpreterHandle); in getOutputCount() method in NativeInterpreterWrapper
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetComposed.java93 int s = included.getOutputCount(); in recompose()
DStylesheet.java791 public int getOutputCount() in getOutputCount() method in Stylesheet
1401 s = getOutputCount(); in callChildVisitors()