Home
last modified time | relevance | path

Searched refs:resizing (Results 1 – 25 of 125) sorted by relevance

12345

/external/skqp/src/gpu/
DGrTextureProducer.cpp34 bool resizing = false; in CopyOnGpu() local
36 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu() local
38 needsDomain = resizing && !GrProxyProvider::IsFunctionallyExact(inputProxy.get()); in CopyOnGpu()
41 if (copyParams.fFilter == GrSamplerState::Filter::kNearest && !needsDomain && !resizing && in CopyOnGpu()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CropAndResize.pbtxt50 A string specifying the sampling method for resizing. It can be either
67 and does not allow resizing or aspect ratio change.
73 `[num_boxes, crop_height, crop_width, depth]`. The resizing is corner aligned.
Dapi_def_FusedPadConv2D.pbtxt41 resizing. Fusing the padding prevents the need to write out the intermediate
Dapi_def_SpaceToDepth.pbtxt40 This operation is useful for resizing the activations between convolutions
Dapi_def_DepthToSpace.pbtxt43 This operation is useful for resizing the activations between convolutions
/external/deqp/doc/testspecs/EGL/
Dfunctional.resize.txt47 resizing. These are compared to the size of the native image in physical
50 size during resizing.
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
Dpreprocessing_steps.proto64 // Defines parameters for bilinear central-resizing.
68 // Size of the image after resizing.
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h668 volatile kmp_int8 resizing; // 0=not resizing, 1=resizing variable
693 : maxLevels(7), depth(1), uninitialized(not_initialized), resizing(0) {} in hierarchy_info()
718 resizing = 0; in init()
780 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
786 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
841 resizing = 0; // One writer in resize()
/external/deqp-deps/glslang/Test/
D150.vert26 int a[5]; // ERROR, resizing user-block member
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D150.vert26 int a[5]; // ERROR, resizing user-block member
/external/e2fsprogs/tests/progs/test_data/
Dtest.irel19 # Try resizing the number of references and retry the add
/external/strace/xlat/
Dnbd_ioctl_flags.in26 /* The server supports NBD_CMD_RESIZE (resizing the device) */
/external/python/cpython3/Objects/
Ddictnotes.txt94 resizing is possible. By checking for a resize only when the
95 dictionary can grow (and may *require* resizing), other operations
98 by repeatedly invoking .pop will see no resizing, which might
/external/e2fsprogs/doc/RelNotes/
Dv1.24.txt22 regular file (since Andreas Dilger's on-line resizing tools will set
Dv1.30.txt4 When resizing a filesystem, and inodes need to moved, resize2fs will
51 allows for on-line resizing without needing to prepare the filesystem
Dv1.28.txt119 When resizing a plain file which is smaller than the requested size,
124 finished resizing.
Dv1.39.txt11 Mke2fs will now create filesystems hash trees and on-line resizing
31 Add support for on-line resizing to resize2fs.
74 When resizing a file containing a filesystem, resize2fs will expand or
Dv1.44.0.txt25 The resize2fs program will no longer complain about resizing bigalloc
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dapi_updates.md15 * Support conversion and resizing of models with dynamic dimensions.
/external/eigen/doc/
DFunctionsTakingEigenTypes.dox186resizing but it is not possible to do so on expressions. Why should resizing of a matrix Block be …
205 …ressions does not do any harm in this case unless they actually require resizing. That means, pass…
DTutorialMatrixClass.dox176 \section TutorialMatrixAssignment Assignment and resizing
187 Of course, if the left-hand side is of fixed size, resizing it is not allowed.
189 If you do not want this automatic resizing to happen (for example for debugging purposes), you can …
/external/python/cpython2/Lib/test/
Dtest_dict.py553 if resizing:
557 resizing = False
564 resizing = True
/external/python/cpython2/Objects/
Ddictnotes.txt130 resizing is possible. By checking for a resize only when the
131 dictionary can grow (and may *require* resizing), other operations
134 by repeatedly invoking .pop will see no resizing, which might
/external/llvm-project/llvm/test/tools/llvm-objdump/
Dsection-headers.test48 ## Note: check with and without --show-lma to make sure resizing happens in
/external/mesa3d/docs/relnotes/
D8.0.1.rst81 - meta: Avoid FBO resizing/reallocating in decompress_texture_image

12345