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

  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DetectorActivity.java 131 int cropSize = TF_OD_API_INPUT_SIZE;
141 cropSize = YOLO_INPUT_SIZE;
153 cropSize = MB_INPUT_SIZE;
158 cropSize = TF_OD_API_INPUT_SIZE;
177 croppedBitmap = Bitmap.createBitmap(cropSize, cropSize, Config.ARGB_8888);
182 cropSize, cropSize,
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DetectorActivity.java 106 int cropSize = TF_OD_API_INPUT_SIZE;
116 cropSize = TF_OD_API_INPUT_SIZE;
135 croppedBitmap = Bitmap.createBitmap(cropSize, cropSize, Config.ARGB_8888);
140 cropSize, cropSize,

Completed in 87 milliseconds