/external/tensorflow/tensorflow/python/kernel_tests/ |
D | fractional_avg_pool_op_test.py | 42 def _AvgPoolAlongRows(self, input_matrix, row_seq, overlapping): argument 59 row_end = row_seq[i + 1] + 1 if overlapping else row_seq[i + 1] 66 def _AvgPoolAlongCols(self, input_matrix, col_seq, overlapping): argument 80 output_matrix = self._AvgPoolAlongRows(input_matrix, col_seq, overlapping) 84 overlapping): argument 108 tmp = self._AvgPoolAlongRows(two_dim_slice, row_seq, overlapping) 110 tmp, col_seq, overlapping) 115 pseudo_random, overlapping): argument 135 overlapping, 139 col_seq, overlapping) [all …]
|
D | fractional_max_pool_op_test.py | 42 def _MaxPoolAlongRows(self, input_matrix, row_seq, overlapping): argument 59 row_end = row_seq[i + 1] + 1 if overlapping else row_seq[i + 1] 66 def _MaxPoolAlongCols(self, input_matrix, col_seq, overlapping): argument 80 output_matrix = self._MaxPoolAlongRows(input_matrix, col_seq, overlapping) 84 overlapping): argument 108 tmp = self._MaxPoolAlongRows(two_dim_slice, row_seq, overlapping) 110 tmp, col_seq, overlapping) 115 pseudo_random, overlapping): argument 135 overlapping, 139 col_seq, overlapping) [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 94 GLint overlapping; in copy_rgba_pixels() local 104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels() 108 overlapping = GL_FALSE; in copy_rgba_pixels() 112 if (!overlapping && srcy < desty) { in copy_rgba_pixels() 130 if (overlapping) { in copy_rgba_pixels() 156 if (overlapping) { in copy_rgba_pixels() 187 if (overlapping) in copy_rgba_pixels() 242 GLint overlapping; in copy_depth_pixels() local 255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels() 259 overlapping = GL_FALSE; in copy_depth_pixels() [all …]
|
/external/clang/test/SemaOpenCL/ |
D | address-spaces-conversions-cl2.0.cl | 8 * It adds notion of overlapping address spaces. The main differention is that 160 …n ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}} 165 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}} 170 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}} 175 … ('__{{global|constant}} int *' and 'int *') which are pointers to non-overlapping address spaces}} 180 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}} 186 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}} 191 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}} 196 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}} 201 … ('__{{global|constant}} int *' and 'int *') which are pointers to non-overlapping address spaces}} [all …]
|
/external/rust/crates/aho-corasick/src/ |
D | tests.rs | 628 (overlapping, $name:ident, $collection:expr, $kind:ident, $with:expr) => { 776 overlapping, 783 overlapping, 792 overlapping, 801 overlapping, 810 overlapping, 819 overlapping, 828 overlapping, 837 overlapping, 846 overlapping, [all …]
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | address-spaces-conversions-cl2.0.cl | 11 * It adds notion of overlapping address spaces. The main differention is that 270 …n ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}} 279 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}} 288 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}} 297 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}} 306 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}} 315 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}} 320 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}} 325 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}} 330 …bal|constant}} int *' and '__private int *') which are pointers to non-overlapping address spaces}} [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | 440.vert.out | 4 ERROR: 0:23: 'location' : overlapping use of location 4 5 ERROR: 0:26: 'location' : overlapping use of location 2 6 ERROR: 0:31: 'location' : overlapping use of location 15 7 ERROR: 0:32: 'location' : overlapping use of location 10 8 ERROR: 0:37: 'location' : overlapping use of location 20 15 ERROR: 0:52: 'location' : overlapping use of location 40 23 ERROR: 0:71: 'location' : overlapping use of location 55 24 ERROR: 0:75: 'location' : overlapping use of location 57 25 ERROR: 0:78: 'location' : overlapping use of location 59 30 ERROR: 0:116: 'xfb_offset' : overlapping offsets at offset 32 in buffer 3 [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 440.vert.out | 4 ERROR: 0:23: 'location' : overlapping use of location 4 5 ERROR: 0:26: 'location' : overlapping use of location 2 6 ERROR: 0:31: 'location' : overlapping use of location 15 7 ERROR: 0:32: 'location' : overlapping use of location 10 8 ERROR: 0:37: 'location' : overlapping use of location 20 15 ERROR: 0:52: 'location' : overlapping use of location 40 23 ERROR: 0:71: 'location' : overlapping use of location 55 24 ERROR: 0:75: 'location' : overlapping use of location 57 25 ERROR: 0:78: 'location' : overlapping use of location 59 30 ERROR: 0:116: 'xfb_offset' : overlapping offsets at offset 32 in buffer 3 [all …]
|
/external/llvm-project/llvm/test/Verifier/ |
D | range-1.ll | 85 ; CHECK: Intervals are overlapping 117 ; CHECK: Intervals are overlapping 125 ; CHECK: Intervals are overlapping 133 ; CHECK: Intervals are overlapping
|
/external/llvm/test/Verifier/ |
D | range-1.ll | 85 ; CHECK: Intervals are overlapping 117 ; CHECK: Intervals are overlapping 125 ; CHECK: Intervals are overlapping 133 ; CHECK: Intervals are overlapping
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | waitcnt-vmem-waw.mir | 4 # Two buffer loads with overlapping outputs. No waitcnt required. 20 # Two tbuffer loads with overlapping outputs. No waitcnt required. 36 # Two gathers with overlapping outputs. (Note gathers can't be trimmed because
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | LegacyBindingGraph.java | 75 overlapping -> overlapping.size() > 1); in checkForDuplicates()
|
/external/llvm-project/lld/test/ELF/ |
D | separate-segments.s | 4 ## -z noseparate-code is the default. All PT_LOAD can have overlapping p_offset 14 ## The two RW can have overlapping p_offset ranges at runtime.
|
/external/clang/test/CodeGenOpenCL/ |
D | address-spaces-conversions.cl | 60 var_gen = var_gen ? var_gen : var_glob; // operands of overlapping addr spaces and the same type 69 …var_gen = var_gen ? var_gen : var_glob_typedef; // operands of overlapping addr spaces and equival… 83 …var_gen_v = var_gen ? var_glob : var_gen_f; // operands of overlapping addr spaces and different t…
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 4 ; of registers (due to too many overlapping live ranges), but then attempts to 10 ; Produce lots of overlapping live ranges
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 4 ; of registers (due to too many overlapping live ranges), but then attempts to 10 ; Produce lots of overlapping live ranges
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 4 ; of registers (due to too many overlapping live ranges), but then attempts to 10 ; Produce lots of overlapping live ranges
|
/external/mesa3d/src/intel/genxml/ |
D | README | 17 2) For some types we need to have overlapping bit fields. For 21 be either a u32 or a float. I tried to do this with overlapping 27 flexibility in how we combine things. In the case of overlapping 32 3) Bit fields (and certainly overlapping anonymous unions of bit
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad.cc | 371 bool overlapping; in FractionalAvgPoolGradHelper() local 373 GetNodeAttr(op.output(0).node()->attrs(), "overlapping", &overlapping)); in FractionalAvgPoolGradHelper() 377 internal::FractionalAvgPoolGrad::Overlapping(overlapping)); in FractionalAvgPoolGradHelper() 386 bool overlapping; in FractionalMaxPoolGradHelper() local 388 GetNodeAttr(op.output(0).node()->attrs(), "overlapping", &overlapping)); in FractionalMaxPoolGradHelper() 391 op.output(2), internal::FractionalMaxPoolGrad::Overlapping(overlapping)); in FractionalMaxPoolGradHelper()
|
/external/deqp-deps/glslang/Test/ |
D | 400.tesc | 83 layout(location = 4) in vec4 ivlc[]; // ERROR, overlapping 87 layout(location = 4) out vec4 ovlc[]; // ERROR, overlapping
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 400.tesc | 83 layout(location = 4) in vec4 ivlc[]; // ERROR, overlapping 87 layout(location = 4) out vec4 ovlc[]; // ERROR, overlapping
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | address-spaces-conversions.cl | 86 var_gen = var_gen ? var_gen : var_glob; // operands of overlapping addr spaces and the same type 95 …var_gen = var_gen ? var_gen : var_glob_typedef; // operands of overlapping addr spaces and equival… 109 …var_gen_v = var_gen ? var_glob : var_gen_f; // operands of overlapping addr spaces and different t…
|
/external/e2fsprogs/tests/f_overfsblks/ |
D | name | 1 overlapping inode and block bitmaps
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.blend_equation_advanced.txt | 40 Advanced blending tests render two or more overlapping quads. First quad is 49 made between each overlapping quad with advanced blending enabled. In coherent
|
/external/rust/crates/aho-corasick/ |
D | README.md | 8 Features include case insensitive matching, overlapping matches, fast searching 116 with another. In many cases, overlapping matches may not be desired, such as 117 the case of finding all successive non-overlapping matches like you might with 125 algorithm modified for reporting non-overlapping matches will report `Sam`.
|