/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | BatchToSpaceNdTestImpl.hpp | 34 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 D | BatchToSpaceNdEndToEndTestImpl.hpp | 24 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 D | batchtospace_op.cc | 27 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 D | BatchSpaceTest.cpp | 28 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 D | batchtospace_op_test.py | 247 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 D | spacetobatch_op_test.py | 649 crops): argument
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | MapperMetadata.cpp | 521 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
|
D | Mapper.cpp | 131 std::vector<Rect> crops(num_planes); in getStandardMetadataHelper() local
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | WallpaperManager.java | 1734 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 D | IWallpaperManager.aidl | 60 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 D | batch_to_space_nd.cc | 45 const TfLiteTensor* crops; member 60 const int* crops = GetTensorData<int32>(op_context->crops); in ResizeOutputTensor() local
|
H A D | batch_to_space_nd_test.cc | 72 std::initializer_list<int> crops, in BatchToSpaceNDOpConstModel()
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/ |
H A D | WallpaperCropperTest.java | 281 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 D | array_ops_test.cc | 1573 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 D | CrosGralloc4Mapper.cc | 511 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 D | WallpaperManagerService.java | 2440 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 D | WallpaperCropper.java | 360 public static Rect getTotalCrop(SparseArray<Rect> crops) { in getTotalCrop()
|
/aosp_15_r20/external/armnn/delegate/classic/src/ |
H A D | BatchSpace.hpp | 62 std::vector<std::pair<unsigned int, unsigned int>> crops; in VisitBatchToSpaceNdOperator() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | batchtospace_op.cc | 69 gtl::InlinedVector<int64_t, 8> crops; in BatchToSpaceOpCompute() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Reshape.cpp | 208 const int32 crops[4] = {0, 0, 0, 0}; in batchToSpaceGeneric() local
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ShapeInferenceTests.cpp | 207 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 D | Mapper.cpp | 387 std::vector<aidl::android::hardware::graphics::common::Rect> crops; in getStandardMetadata() local
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureGL_test.cpp | 140 android_native_rect_t crops[] = { in TEST_F() local
|
/aosp_15_r20/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
H A D | WallpaperManagerTest.java | 985 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 D | WallpaperBackupAgentTest.java | 931 private void mockRestoredStaticWallpaperFile(Map<Integer, Rect> crops) throws Exception { in mockRestoredStaticWallpaperFile()
|