Home
last modified time | relevance | path

Searched refs:overlapping (Results 1 – 25 of 123) sorted by relevance

12345

/external/tensorflow/tensorflow/python/kernel_tests/
Dfractional_max_pool_op_test.py42 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,
141 col_seq, overlapping)
[all …]
Dfractional_avg_pool_op_test.py42 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,
141 col_seq, overlapping)
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c94 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/
Daddress-spaces-conversions-cl2.0.cl8 * 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 …]
Dnull_literal.cl25 …een ('__global int *' and '__local void *') which are pointers to non-overlapping address spaces}}
/external/llvm/test/Verifier/
Drange-1.ll85 ; CHECK: Intervals are overlapping
117 ; CHECK: Intervals are overlapping
125 ; CHECK: Intervals are overlapping
133 ; CHECK: Intervals are overlapping
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2004-04-09-SameValueCoalescing.ll2 ; overlapping live intervals. When two overlapping intervals have the same
D2003-08-03-CallArgLiveRanges.ll3 ; it makes a ton of annoying overlapping live ranges. This code should not
/external/mesa3d/src/intel/genxml/
DREADME17 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/
Daddress-spaces-conversions.cl60 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/swiftshader/third_party/LLVM/test/ExecutionEngine/
D2003-08-23-RegisterAllocatePhysReg.ll5 ; 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/
D2003-08-23-RegisterAllocatePhysReg.ll4 ; 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/
D2003-08-23-RegisterAllocatePhysReg.ll4 ; of registers (due to too many overlapping live ranges), but then attempts to
10 ; Produce lots of overlapping live ranges
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt40 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/
Dname1 overlapping inode and block bitmaps
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll2 ; having overlapping live ranges that result in copies. We want the setcc
/external/llvm/test/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll2 ; having overlapping live ranges that result in copies. We want the setcc
/external/llvm/test/CodeGen/X86/
D2003-08-03-CallArgLiveRanges.ll4 ; it makes a ton of annoying overlapping live ranges. This code should not
Dload-slice.ll113 ; Check that we do not optimize overlapping slices.
115 ; The 64-bits should NOT have been split in as slices are overlapping.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FractionalMaxPoolGrad.pbtxt44 name: "overlapping"
Dapi_def_FractionalAvgPoolGrad.pbtxt38 name: "overlapping"
Dapi_def_SpaceToBatch.pbtxt24 * Non-overlapping blocks of size `block_size x block size` in the height and
Dapi_def_FractionalAvgPool.pbtxt48 name: "overlapping"
/external/elfutils/
DTODO156 of overlapping relocations doesn't change. There really never
157 should be overlapping relocations but who knows.
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrib.signal.md21 # Compute a [batch_size, ?, 128] tensor of fixed length, overlapping windows
32 # would like to produce overlapping fixed-size spectrogram patches; for example,

12345