HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 176 - 200 of 1150) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_imageop.py 14 SIZES = (1, 2, 3, 4)
44 for size in SIZES:
185 sizes = imgfile.getsizes(name)
188 sizes = imgfile.getsizes(name)
190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes))
193 return (image, sizes[0], sizes[1])
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
hash_map.hpp 212 static std::size_t sizes[] = local
222 const std::size_t nth_size = sizeof(sizes) / sizeof(std::size_t) - 1;
224 if (num_elems < sizes[i])
225 return sizes[i];
226 return sizes[nth_size];
  /external/python/cpython2/Lib/test/
test_imageop.py 12 SIZES = (1, 2, 3, 4)
42 for size in SIZES:
185 sizes = imgfile.getsizes(name)
188 sizes = imgfile.getsizes(name)
190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes))
193 return (image, sizes[0], sizes[1])
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
NativeInterpreterWrapper.java 70 Object[] sizes = new Object[inputs.length]; local
82 sizes[i] = getInputDims(interpreterHandle, i, numsOfBytes[i]);
85 sizes[i] = dims;
95 run(interpreterHandle, errorHandle, sizes, dataTypes, numsOfBytes, inputs);
109 Object[] sizes,
  /external/tensorflow/tensorflow/python/ops/
array_grad.py 67 def _CreateDenseMaskAndBegin(sizes, concat_dim):
70 shape_of_shape = array_ops.shape(sizes[0])
85 sizes = []
93 sizes.append(input_shape)
96 return sizes
115 sizes = pywrap_tensorflow.TFE_Py_TensorShapeSlice(input_values,
117 out_grads = array_ops.split(grad, sizes, non_neg_concat_dim)
137 sizes = _ExtractInputShapes(input_values)
138 # The magic number of 16 was found through benchmarking a range of sizes
143 if len(sizes) > 16
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 14 SIZES = (1, 2, 3, 4)
44 for size in SIZES:
185 sizes = imgfile.getsizes(name)
188 sizes = imgfile.getsizes(name)
190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes))
193 return (image, sizes[0], sizes[1])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 14 SIZES = (1, 2, 3, 4)
44 for size in SIZES:
185 sizes = imgfile.getsizes(name)
188 sizes = imgfile.getsizes(name)
190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes))
193 return (image, sizes[0], sizes[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 14 SIZES = (1, 2, 3, 4)
44 for size in SIZES:
185 sizes = imgfile.getsizes(name)
188 sizes = imgfile.getsizes(name)
190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes))
193 return (image, sizes[0], sizes[1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 14 SIZES = (1, 2, 3, 4)
44 for size in SIZES:
185 sizes = imgfile.getsizes(name)
188 sizes = imgfile.getsizes(name)
190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes))
193 return (image, sizes[0], sizes[1])
  /cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c 64 __u64 sizes; /* Ptr to u32 type array, holindg sizes of memory member in struct:nvmap_cache_op_list
166 g_op_list.sizes = (__u64)malloc(MAX_HANDLE_NUM * 4);
168 ((int*)(g_op_list.sizes))[i] = 0xFFFF0000;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_deint_filter.c 124 struct vertex2f *sizes, bool spatial_filter)
167 ureg_imm4f(shader, sizes->x * 0.5f, sizes->y * -0.5f, 0, 0));
169 ureg_imm4f(shader, sizes->x * -0.5f, sizes->y * 0.5f, 1.0f, 0));
201 ureg_ADD(shader, t_comp_top, ureg_src(t_tex), ureg_imm4f(shader, 0, sizes->y * -1.0f, 1.0f, 0));
208 ureg_ADD(shader, t_comp_bot, ureg_src(t_tex), ureg_imm4f(shader, 0, sizes->y * 1.0f, 0, 0));
244 struct vertex2f sizes; local
323 sizes.x = 1.0f / video_width;
324 sizes.y = 1.0f / video_height
    [all...]
  /external/tensorflow/tensorflow/core/framework/
allocator_test.cc 146 TEST(CPUAllocatorTest, Sizes) {
174 // Exercise a few different allocation sizes
175 std::vector<int> sizes = {256, 4096, 16384, 524288, 512, 1048576}; local
180 int bytes = sizes[size_index++ % sizes.size()];
tensor_shape_test.cc 208 /// Manages the dimensions of a Tensor and their sizes.
211 /// \brief Construct a `TensorShape` from the provided sizes.
268 /// Returns sizes of all dimensions.
277 /// Returns true if `*this` and `b` have the same sizes. Ignores
290 /// which case we pad the rest of the sizes with 1.
310 // for the sizes.
435 // sizes.
515 LOG(INFO) << "Sizes: " << sizeof(TensorShape) << " vs "
553 std::vector<int64> sizes; local
558 sizes.push_back(sz)
659 std::vector<int64> sizes; local
    [all...]
  /frameworks/av/camera/include/camera/
CameraParameters.h 61 void getSupportedPreviewSizes(Vector<Size> &sizes) const;
76 // in pixels for video frames. If sizes returned from the method
81 void getSupportedVideoSizes(Vector<Size> &sizes) const;
84 // supported preview sizes returned from getSupportedPreviewSizes().
98 void getSupportedPictureSizes(Vector<Size> &sizes) const;
121 // Supported preview frame sizes in pixels.
172 // Supported EXIF thumbnail sizes (width x height). 0x0 means not thumbnail
449 // The width and height must be one of the supported sizes retrieved
470 // The width and height must be one of the supported sizes retrieved
    [all...]
  /hardware/interfaces/camera/common/1.0/default/include/
CameraParameters.h 66 void getSupportedPreviewSizes(Vector<Size> &sizes) const;
81 // in pixels for video frames. If sizes returned from the method
86 void getSupportedVideoSizes(Vector<Size> &sizes) const;
89 // supported preview sizes returned from getSupportedPreviewSizes().
103 void getSupportedPictureSizes(Vector<Size> &sizes) const;
126 // Supported preview frame sizes in pixels.
177 // Supported EXIF thumbnail sizes (width x height). 0x0 means not thumbnail
454 // The width and height must be one of the supported sizes retrieved
475 // The width and height must be one of the supported sizes retrieved
    [all...]
  /external/curl/lib/vauth/
krb5_sspi.c 290 SecPkgContext_Sizes sizes; local
312 &sizes);
382 trailer = malloc(sizes.cbSecurityTrailer);
415 padding = malloc(sizes.cbBlockSize);
429 wrap_buf[0].cbBuffer = sizes.cbSecurityTrailer;
435 wrap_buf[2].cbBuffer = sizes.cbBlockSize;
  /external/skia/bench/
RectBench.cpp 174 size_t sizes = SK_ARRAY_COUNT(gSizes); variable
178 sizes = 1;
185 for (size_t i = 0; i < sizes; i++) {
225 size_t sizes = SK_ARRAY_COUNT(gSizes); variable
229 sizes = 1;
245 for (size_t i = 0; i < sizes; i++) {
  /external/skqp/bench/
RectBench.cpp 174 size_t sizes = SK_ARRAY_COUNT(gSizes); variable
178 sizes = 1;
185 for (size_t i = 0; i < sizes; i++) {
225 size_t sizes = SK_ARRAY_COUNT(gSizes); variable
229 sizes = 1;
245 for (size_t i = 0; i < sizes; i++) {
  /external/skia/gm/
bigrect.cpp 70 // Test with sizes:
74 static const SkScalar sizes[] = {SkIntToScalar(100), 5e10f, 1e6f}; local
100 const SkScalar big = SkFloatToScalar(sizes[j]);
  /external/skqp/gm/
bigrect.cpp 70 // Test with sizes:
74 static const SkScalar sizes[] = {SkIntToScalar(100), 5e10f, 1e6f}; local
100 const SkScalar big = SkFloatToScalar(sizes[j]);
  /external/wayland-protocols/flinger_headers/
hwcomposer2_arc_private.h 257 /* arcSetLayerAttributes(..., numElements, ids, sizes, values)
269 * sizes - an array of sizes, giving the size in bytes of each value
277 const uint32_t* sizes, const uint8_t** values);
297 /* arcAttributesShouldForceUpdate(..., numElements, ids, sizes, values, outShouldForceUpdate)
308 * sizes - an array of sizes, giving the size in bytes of each value
318 uint32_t numElements, const int32_t* ids, const uint32_t* sizes,
  /frameworks/av/camera/
CameraParameters.cpp 322 static void parseSizesList(const char *sizesStr, Vector<Size> &sizes)
335 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
338 sizes.push(Size(width, height));
371 void CameraParameters::getSupportedPreviewSizes(Vector<Size> &sizes) const
374 parseSizesList(previewSizesStr, sizes);
392 void CameraParameters::getSupportedVideoSizes(Vector<Size> &sizes) const
395 parseSizesList(videoSizesStr, sizes);
442 void CameraParameters::getSupportedPictureSizes(Vector<Size> &sizes) const
445 parseSizesList(pictureSizesStr, sizes);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
Size.java 64 * @param sizes List of this class to encode.
67 public static String listToString(List<Size> sizes) {
69 for (Size s : sizes) {
  /hardware/interfaces/camera/common/1.0/default/
CameraParameters.cpp 329 static void parseSizesList(const char *sizesStr, Vector<Size> &sizes)
342 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
345 sizes.push(Size(width, height));
378 void CameraParameters::getSupportedPreviewSizes(Vector<Size> &sizes) const
381 parseSizesList(previewSizesStr, sizes);
399 void CameraParameters::getSupportedVideoSizes(Vector<Size> &sizes) const
402 parseSizesList(videoSizesStr, sizes);
449 void CameraParameters::getSupportedPictureSizes(Vector<Size> &sizes) const
452 parseSizesList(pictureSizesStr, sizes);
  /external/clang/utils/ABITest/
TypeGen.py 296 def __init__(self, typeGen, sizes):
299 self.sizes = tuple(map(int,sizes))
303 self.cardinality = len(self.sizes)*self.typeGen.cardinality
306 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality)
307 return ArrayType(N, True, self.typeGen.get(T), self.sizes[S])
310 def __init__(self, typeGen, sizes):
313 self.sizes = tuple(size)
317 self.cardinality = len(self.sizes)*self.typeGen.cardinality
320 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality
    [all...]

Completed in 314 milliseconds

1 2 3 4 5 6 78 91011>>