Home
last modified time | relevance | path

Searched defs:crops (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DBatchToSpaceNdTestImpl.hpp34 const std::vector<std::pair<unsigned int, unsigned int>> &crops, in BatchToSpaceNdHelper()
129 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNhwcTest1() local
153 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNhwcTest2() local
174 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNhwcTest3() local
209 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {2, 0}}; in BatchToSpaceNdNhwcTest4() local
229 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNhwcTest5() local
253 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNhwcTest6() local
274 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNhwcTest7() local
307 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNchwTest1() local
331 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdNchwTest2() local
[all …]
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DBatchToSpaceNdEndToEndTestImpl.hpp24 std::vector<std::pair<unsigned int, unsigned int>>& crops, in CreateBatchToSpaceNdNetwork()
56 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNdEndToEnd() local
85 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {2, 0}}; in BatchToSpaceNdComplexEndToEnd() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dbatchtospace_op.cc27 const xla::Literal& crops) { in BatchToSpace()
154 xla::Literal crops; in Compile() local
176 xla::Literal crops; in Compile() local
/aosp_15_r20/external/armnn/delegate/test/
H A DBatchSpaceTest.cpp28 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNDFp32Test() local
50 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNDFp32BatchOneTest() local
72 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; in BatchToSpaceNDUint8Test() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dbatchtospace_op_test.py247 def _checkGrad(self, x, crops, block_size): argument
306 def _checkGrad(self, x, block_shape, crops, crops_dtype): argument
324 def _compare(self, input_shape, block_shape, crops, crops_dtype): argument
H A Dspacetobatch_op_test.py649 crops): argument
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp521 std::vector<Rect> crops(num_planes); in get_metadata() local
679 std::vector<Rect> crops; in set_metadata() local
877 std::vector<Rect> crops(num_planes); in getFromBufferDescriptorInfo() local
DMapper.cpp131 std::vector<Rect> crops(num_planes); in getStandardMetadataHelper() local
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1734 List<Rect> crops = entries.stream().map(Map.Entry::getValue).toList(); in getBitmapCrops() local
1765 List<Rect> crops = entries.stream().map(Map.Entry::getValue).toList(); in getWallpaperColors() local
2413 final List<Rect> crops = visibleCropHint == null ? null : List.of(visibleCropHint); in setBitmap() local
2450 SparseArray<Rect> crops = new SparseArray<>(); in setBitmapWithCrops() local
2464 List<Rect> crops = new ArrayList<>(size); in setBitmapWithCrops() local
2624 final List<Rect> crops = visibleCropHint == null ? null : List.of(visibleCropHint); in setStream() local
2663 SparseArray<Rect> crops = new SparseArray<>(); in setStreamWithCrops() local
2693 List<Rect> crops = new ArrayList<>(size); in setStreamWithCrops() local
H A DIWallpaperManager.aidl60 in int[] screenOrientations, in List<Rect> crops, boolean allowBackup, in setWallpaper()
116 in int[] screenOrientations, in List<Rect> crops); in getFutureBitmapCrops()
123 Rect getBitmapCrop(in Point bitmapSize, in int[] screenOrientations, in List<Rect> crops); in getBitmapCrop()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbatch_to_space_nd.cc45 const TfLiteTensor* crops; member
60 const int* crops = GetTensorData<int32>(op_context->crops); in ResizeOutputTensor() local
H A Dbatch_to_space_nd_test.cc72 std::initializer_list<int> crops, in BatchToSpaceNDOpConstModel()
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
H A DWallpaperCropperTest.java281 List<Rect> crops = List.of( in testGetAdjustedCrop_add() local
314 List<Rect> crops = List.of( in testGetAdjustedCrop_remove() local
340 List<Rect> crops = List.of( in testGetAdjustedCrop_balance() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_ops_test.cc1573 Tensor crops = test::AsTensor<int32>({1, 1, 0, 1}, {{2, 2}}); in TEST() local
1581 Tensor crops = test::AsTensor<int32>({1, 1, 0, 0}, {{2, 2}}); in TEST() local
1616 Tensor crops = test::AsTensor<int32>({3, 2, 0, 0}, {{2, 2}}); in TEST() local
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Mapper.cc511 std::vector<aidl::android::hardware::graphics::common::Rect> crops; in get() local
773 std::vector<aidl::android::hardware::graphics::common::Rect> crops; in getFromBufferDescriptorInfo() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2440 int[] screenOrientations, List<Rect> crops) { in getFutureBitmapCrops()
2453 public Rect getBitmapCrop(Point bitmapSize, int[] screenOrientations, List<Rect> crops) { in getBitmapCrop()
3076 int[] screenOrientations, List<Rect> crops, boolean allowBackup, in setWallpaper()
3170 private SparseArray<Rect> getCropMap(int[] screenOrientations, List<Rect> crops) { in getCropMap()
H A DWallpaperCropper.java360 public static Rect getTotalCrop(SparseArray<Rect> crops) { in getTotalCrop()
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DBatchSpace.hpp62 std::vector<std::pair<unsigned int, unsigned int>> crops; in VisitBatchToSpaceNdOperator() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatchtospace_op.cc69 gtl::InlinedVector<int64_t, 8> crops; in BatchToSpaceOpCompute() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DReshape.cpp208 const int32 crops[4] = {0, 0, 0, 0}; in batchToSpaceGeneric() local
/aosp_15_r20/external/armnn/src/armnn/test/
H A DShapeInferenceTests.cpp207 std::vector<std::pair<unsigned int, unsigned int>> crops = {{0, 0}, {0, 0}}; variable
/aosp_15_r20/external/minigbm/cros_gralloc/mapper_stablec/
H A DMapper.cpp387 std::vector<aidl::android::hardware::graphics::common::Rect> crops; in getStandardMetadata() local
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp140 android_native_rect_t crops[] = { in TEST_F() local
/aosp_15_r20/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
H A DWallpaperManagerTest.java985 SparseArray<Rect> crops = new SparseArray<>(); in getWallpaperFile_original() local
1015 SparseArray<Rect> crops = new SparseArray<>(); in getWallpaperFile_cropped_sameAsGetBitmap() local
/aosp_15_r20/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java931 private void mockRestoredStaticWallpaperFile(Map<Integer, Rect> crops) throws Exception { in mockRestoredStaticWallpaperFile()

123