Searched refs:DIM_BATCH_SIZE (Results 1 – 6 of 6) sorted by relevance
49 private static final int DIM_BATCH_SIZE = 1; field in TFLiteImageClassifier106 DIM_BATCH_SIZE * DIM_IMG_SIZE_X * DIM_IMG_SIZE_Y * DIM_PIXEL_SIZE); in create()
59 private static final int DIM_BATCH_SIZE = 1; field in ImageClassifier107 DIM_BATCH_SIZE in ImageClassifier()
45 protected static final int DIM_BATCH_SIZE = 1; field in OvicBenchmarker
68 imgData = ByteBuffer.allocateDirect(DIM_BATCH_SIZE * imgHeight * imgWidth * DIM_PIXEL_SIZE); in getReadyToTest()
61 imgData = ByteBuffer.allocateDirect(DIM_BATCH_SIZE * imgHeight * imgWidth * DIM_PIXEL_SIZE); in getReadyToTest()
99 ByteBuffer.allocateDirect( DIM_BATCH_SIZE * DIM_IMG_SIZE_X * DIM_IMG_SIZE_Y *