Searched refs:nloops (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_to_linalg.cc | 155 unsigned nloops = t0.getRank(); in matchAndRewrite() local 157 return !t || !t.hasRank() || t.getRank() != nloops || in matchAndRewrite() 170 << nloops << " parallel iterators: " << *(op.getOperation()); in matchAndRewrite() 178 if (isLHLO && !nloops) return failure(); in matchAndRewrite() 201 nloops ? rewriter.getMultiDimIdentityMap(nloops) in matchAndRewrite() 202 : AffineMap::get(nloops, 0, rewriter.getContext()); in matchAndRewrite() 209 GetNParallelLoopsAttrs(nloops), in matchAndRewrite() 380 auto nloops = result_type.getRank(); in matchAndRewrite() local 394 indexing_maps, GetNParallelLoopsAttrs(nloops), in matchAndRewrite() 417 unsigned nloops = GetHloOpResultType<isLHLO>(broadcast_op).getRank(); in getIndexingMaps() local [all …]
|
/external/igt-gpu-tools/tests/ |
D | kms_cursor_legacy.c | 652 static void flip_vs_cursor(igt_display_t *display, enum flip_test mode, int nloops) in flip_vs_cursor() argument 676 if (nloops) in flip_vs_cursor() 720 do_ioctl(display->drm_fd, DRM_IOCTL_MODE_CURSOR, &arg[nloops & 1]); in flip_vs_cursor() 730 transition_nonblocking(display, pipe, &fb_info, &argb_fb, (nloops & 2) /2); in flip_vs_cursor() 737 do_ioctl(display->drm_fd, DRM_IOCTL_MODE_CURSOR, &arg[nloops & 1]); in flip_vs_cursor() 754 } while (nloops--); in flip_vs_cursor() 855 static void two_screens_flip_vs_cursor(igt_display_t *display, int nloops, bool modeset, bool atomi… in two_screens_flip_vs_cursor() argument 932 while (nloops--) { in two_screens_flip_vs_cursor() 933 shared[1] = nloops & 1; in two_screens_flip_vs_cursor() 940 if (!nloops) in two_screens_flip_vs_cursor() [all …]
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress09.c | 380 unsigned nloops; in child_mapper() local 385 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS; in child_mapper() 389 procno, getpid(), seed, nloops); in child_mapper() 395 for (loopcnt = 0; loopcnt < nloops; loopcnt++) { in child_mapper()
|
D | mmapstress01.c | 477 unsigned nloops; local 516 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS; 523 offset / pagesize, nloops); 528 offset / pagesize, nloops); 547 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
|
D | mmapstress10.c | 539 unsigned nloops; local 607 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS; 614 offset / pagesize, nloops); 619 (long)mapsize_mapper, offset / pagesize, nloops); 626 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | FusionOnTensors.cpp | 94 unsigned consumerIdx, unsigned nloops) { in generateFusedTensorOpRegion() argument
|
/external/rust/crates/libc/src/ |
D | psp.rs | 2663 pub fn sceAtracSetLoopNum(atrac_id: i32, nloops: i32) -> i32; in sceAtracSetLoopNum()
|