HomeSort by relevance Sort by last modified time
    Searched refs:getOutputCount (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 93 int s = included.getOutputCount();
Stylesheet.java 791 public int getOutputCount()
    [all...]
  /external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
NativeInterpreterWrapper.java 71 this.outputTensors = new Tensor[getOutputCount(interpreterHandle)];
352 private static native int getOutputCount(long interpreterHandle);

Completed in 5095 milliseconds