Home
last modified time | relevance | path

Searched defs:threeD (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DNativeInterpreterWrapperTest.java115 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithFloat() local
133 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithBufferOutput() local
154 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithInputsOfSameDims() local
177 int[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithInt() local
195 long[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithLong() local
235 String[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithString() local
255 String[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithString_wrongShapeError() local
371 int[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithWrongInputType() local
396 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunAfterClose() local
428 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithWrongInputSize() local
[all …]
DInterpreterTest.java83 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithMappedByteBufferModel() local
105 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithDirectByteBufferModel() local
142 Float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRun() local
159 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithBoxedInputs() local
202 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithByteBufferOutput() local
234 int[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithWrongInputType() local
268 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testRunWithWrongOutputType() local
332 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testTurnOnNNAPI() local
401 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testDelegate() local
447 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in testModifyGraphWithDelegate() local
DTensorTest.java46 float[][][] threeD = {twoD, twoD, twoD, twoD, twoD, twoD, twoD, twoD}; in setUp() local
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DTensorTest.java366 long[][][] threeD = { in nDimensional() local