/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/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 …]
|
D | 300layout.frag.out | 6 ERROR: 0:18: 'location' : overlapping use of location 41 8 ERROR: 0:19: 'location' : overlapping use of location 40
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2004-04-09-SameValueCoalescing.ll | 2 ; overlapping live intervals. When two overlapping intervals have the same
|
D | 2003-08-03-CallArgLiveRanges.ll | 3 ; it makes a ton of annoying overlapping live ranges. This code should not
|
/external/swiftshader/third_party/llvm-7.0/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/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/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/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/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 5 ; of registers (due to too many overlapping live ranges), but then attempts to 11 ; Produce lots of overlapping live ranges
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/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/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
|
D | 310.tesc | 86 layout(location = 4) in vec4 ivlc[]; // ERROR, overlapping 90 layout(location = 4) out vec4 ovlc[]; // ERROR, overlapping
|
D | 320.tesc | 84 layout(location = 4) in vec4 ivlc[]; // ERROR, overlapping 88 layout(location = 4) out vec4 ovlc[]; // ERROR, overlapping
|
D | 330.frag | 123 layout(location=0, index=1) out vec4 outVar3; // no error even though location is overlapping 124 layout(location=0, index=1) out vec4 outVar4; // ERROR overlapping
|
/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/e2fsprogs/tests/f_overfsblks/ |
D | name | 1 overlapping inode and block bitmaps
|
/external/ImageMagick/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 4 - [ ] I have verified that there are no overlapping [pull-requests](https://github.com/ImageMagick/…
|