Searched refs:getOutputTensorCount (Results 1 – 4 of 4) sorted by relevance
559 public int getOutputTensorCount() { in getOutputTensorCount() method in Interpreter561 return wrapper.getOutputTensorCount(); in getOutputTensorCount()
309 int outputCount = getOutputTensorCount(); in initTensorIndexesMaps()410 int getOutputTensorCount() { in getOutputTensorCount() method in NativeInterpreterWrapper
76 assertThat(interpreter.getOutputTensorCount()).isEqualTo(2); in testCommon()
69 assertThat(interpreter.getOutputTensorCount()).isEqualTo(1); in testInterpreter()88 assertThat(interpreter.getOutputTensorCount()).isEqualTo(1); in testInterpreterWithOptions()187 assertThat(interpreter.getOutputTensorCount()).isEqualTo(2); in testRunForMultipleInputsOutputs()