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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/ops/
accumulate_n_benchmark.py 121 def _RunBenchmark(self, tag, input_fn, sizes, ninputs, repeats):
122 for size in sizes:
134 "sizes": (128, 128**2),
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.cc 267 int sizes = 13; local
277 for (int i = 0; i < sizes; i++)
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 72 fmt.Printf("\n%d calls; bit sizes: %d %d %d\n", runtime.NumCgoCall(), numer.Len(), accum.Len(), denom.Len())
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 72 fmt.Printf("\n%d calls; bit sizes: %d %d %d\n", runtime.NumCgoCall(), numer.Len(), accum.Len(), denom.Len())
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64.s 106 #immediates - various sizes:
126 #immediates - various sizes:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86_64.s 106 #immediates - various sizes:
129 #immediates - various sizes:
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 349 sizes := []int{100, 1023, 1024, 1025}
351 sizes = []int{100, 127, 128, 129}
356 for _, n := range sizes {
617 sizes := countOpsSizes
619 sizes = sizes[:5]
624 for _, n := range sizes {
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 349 sizes := []int{100, 1023, 1024, 1025}
351 sizes = []int{100, 127, 128, 129}
356 for _, n := range sizes {
617 sizes := countOpsSizes
619 sizes = sizes[:5]
624 for _, n := range sizes {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 142 // Stop camera until preview sizes have been obtained.
229 // Get the supported picture sizes and fill the spinner.
388 final List<Camera.Size> sizes = camera.getParameters() local
390 String[] choices = new String[sizes.size()];
391 for (int i = 0; i < sizes.size(); ++i) {
392 Camera.Size size = sizes.get(i);
413 Camera.Size size = sizes.get(which);
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 235 /* New frame, reset fragment pointers and sizes */
237 memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments.sizes));
244 ctx->fragments.sizes[ctx->fragments.count] = data_sz;
260 ctx->fragments.sizes[0] = data_sz;
288 res = vp8_peek_si_internal(ctx->fragments.ptrs[0], ctx->fragments.sizes[0],
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 389 Flag("show_sizes", &show_sizes, "whether to show sizes"),
455 LOG(INFO) << "Show sizes: [" << show_sizes << "]";
496 std::vector<int32> sizes; local
497 CHECK(str_util::SplitAndParseAsInts(input_layer_shapes[n], ',', &sizes))
499 for (int i = 0; i < sizes.size(); ++i) {
500 int32 size = sizes[i];
502 LOG(ERROR) << "Any unknown sizes in the shapes (-1's) must be replaced"
506 input.shape.AddDim(sizes[i]);
  /external/opencv/cxcore/src/
cxarray.cpp 277 cvInitMatNDHeader( CvMatND* mat, int dims, const int* sizes,
296 if( !sizes )
297 CV_ERROR( CV_StsNullPtr, "NULL <sizes> pointer" );
305 if( sizes[i] <= 0 )
306 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" );
307 mat->dim[i].size = sizes[i];
311 step *= sizes[i];
335 cvCreateMatND( int dims, const int* sizes, int type )
343 CV_CALL( arr = cvCreateMatNDHeader( dims, sizes, type ));
357 cvCreateMatNDHeader( int dims, const int* sizes, int type
392 int i, *sizes; local
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
MethodWriter.java 685 // updates current and max stack sizes
707 // updates current and max stack sizes only if opcode == NEWARRAY
725 // updates current and max stack sizes
772 // updates current and max stack sizes only if opcode == NEW
809 // updates current and max stack sizes
833 * computed. More precisely this intVal field stores the sizes of
837 // the above sizes have not been computed yet, so we compute
850 // updates current and max stack sizes
891 * the sizes of the arguments and of the return value
895 // the above sizes have not been computed yet
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 272 * of the supported sizes.
275 * @param suppportedSizes the vector of sizes that we check against
302 * Query the camera to retrieve the supported video frame sizes
308 * @param sizes returns the vector of Size objects for the
309 * supported video frame sizes advertised by the camera.
314 Vector<Size>& sizes) {
317 params.getSupportedVideoSizes(sizes);
318 if (sizes.size() == 0) {
320 params.getSupportedPreviewSizes(sizes);
360 Vector<Size> sizes; local
442 Vector<Size> sizes; local
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 588 * Get available thumbnail sizes and do the sanity check.
590 * @return The array of available thumbnail sizes
594 Size[] sizes = getValueFromKeyNonNull(key); local
595 final List<Size> sizeList = Arrays.asList(sizes);
606 checkTrueForKey(key, "Sizes should be in ascending order: Original " + sizeList.toString()
612 return sizes;
1408 Size[] sizes = null; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 1488 vector<tcu::UVec2> sizes = getSwapchainSizeSequence(capabilities, desiredSize); local
    [all...]
  /external/libcups/cups/
ppd-cache.c 405 num_sizes, /* Number of sizes in file */
652 if ((pc->sizes = calloc((size_t)num_sizes, sizeof(pwg_size_t))) == NULL)
654 DEBUG_printf(("_ppdCacheCreateWithFile: Unable to allocate %d sizes.",
671 size = pc->sizes + pc->num_sizes;
906 DEBUG_printf(("_ppdCacheCreateWithFile: Not enough sizes (%d < %d).",
2949 cups_array_t *sizes; \/* Media sizes we've added *\/ local
    [all...]
  /system/core/logd/
LogBuffer.cpp 452 size_t sizes = stats.sizes(id); local
454 if (sizes > maxSize) {
455 size_t sizeOver = sizes - ((maxSize * 9) / 10);
461 unsigned long pruneRows = elements * sizeOver / sizes;
642 if (stats.sizes(id) > (2 * log_buffer_size(id))) { // +100%
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyMetadataMapper.java 260 * Implementation-defined (preview, recording, etc) -> use camera1 preview sizes
261 * YUV_420_888 cpu callbacks -> use camera1 preview sizes
262 * Other preview callbacks (CPU) -> use camera1 preview sizes
263 * JPEG still capture -> use camera1 still capture sizes
277 * - Work-around the HAL limitations by removing all of the largest preview sizes
294 // Now remove preview sizes from the end (largest->smallest) until aspect ratio matches
730 Size[] sizes = convertSizeListToArray(thumbnailSizes); local
731 Arrays.sort(sizes, new android.hardware.camera2.utils.SizeAreaComparator());
732 m.set(JPEG_AVAILABLE_THUMBNAIL_SIZES, sizes);
1424 Size[] sizes = c.get(CameraCharacteristics.JPEG_AVAILABLE_THUMBNAIL_SIZES); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 253 * should be sane. Note that, timelapse and high speed video sizes may not be listed
254 * as supported video sizes from camera, skip the size check.
369 private boolean isSizeSupported(int width, int height, List<Size> sizes) {
370 if (sizes == null) return true;
372 for (Size size: sizes) {
  /external/autotest/client/tests/iozone/
postprocessing.py 105 * Summary of throughput for all file and record sizes combined
106 * Summary of throughput for all file sizes
107 * Summary of throughput for all record sizes
154 sizes = unique([line[index] for line in results])
155 sizes.sort()
156 for size in sizes:
192 file sizes
204 logging.info("TABLE: SUMMARY of ALL FILE and RECORD SIZES Results in MB/sec")
207 logging.info("SIZES (KB) WRITE WRITE READ READ READ WRITE READ WRITE READ WRITE WRITE READ READ")
216 logging.info("TABLE: RECORD Size against all FILE Sizes Results in MB/sec"
    [all...]
  /external/python/cpython2/Mac/Modules/snd/
_Sndihooks.c 44 Handle sizes; member in struct:SampleSizeAvailable_arg
399 arg.sizes = NULL;
407 fsizes = (short *)*(arg.sizes);
  /external/tensorflow/tensorflow/compiler/aot/
codegen.cc 88 // total_buffer_bytes returns the sum of each size in `sizes`, skipping -1
89 // values. There are `n` entries in `sizes`.
90 size_t total_buffer_bytes(const intptr_t* sizes, size_t n) {
93 if (sizes[i] != -1) {
94 total += sizes[i];
292 " is outside the range of temp sizes: [0,",
296 // Compute sizes and generate methods.
  /external/tensorflow/tensorflow/core/kernels/
dynamic_stitch_op.cc 261 Eigen::DSizes<Eigen::DenseIndex, 2> sizes(1, slice_size);
270 merged_flat.slice(merged_indices, sizes) =
271 data_flat.slice(data_indices, sizes);
  /external/brotli/c/enc/
block_splitter_inc.h 217 uint32_t sizes[HISTOGRAMS_PER_BATCH] = { 0 };
252 sizes[j] = 1;
255 histograms, sizes, symbols, new_clusters, pairs, num_to_combine,
264 cluster_size[cluster_size_size++] = sizes[new_clusters[j]];

Completed in 4006 milliseconds

<<11121314151617181920>>