Home
last modified time | relevance | path

Searched defs:parsedOutput (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTensorTest.java93 ByteBuffer parsedOutput = in testCopyToByteBuffer() local
106 ByteBuffer parsedOutput = ByteBuffer.allocateDirect(3 * 4).order(ByteOrder.nativeOrder()); in testCopyToInvalidByteBuffer() local
DNativeInterpreterWrapperTest.java136 ByteBuffer parsedOutput = in testRunWithBufferOutput() local
351 ByteBuffer parsedOutput = ByteBuffer.allocateDirect(2 * 7 * 8 * 3); in testRunWithByteBufferHavingWrongSize() local
DInterpreterTest.java204 ByteBuffer parsedOutput = in testRunWithByteBufferOutput() local