OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_stride
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc
166
std::vector<int64>
data_stride
= ComputeStrides(data_tensor->shape());
local
184
for (int dim = 0; dim <
data_stride
.size(); ++dim) {
185
const int64 coord = temp /
data_stride
[dim];
187
temp -= coord *
data_stride
[dim];
/external/pdfium/third_party/libopenjpeg20/
t1.h
201
OPJ_UINT32
data_stride
;
member in struct:opj_t1
/external/libaom/libaom/av1/common/
restoration.h
269
int
data_stride
, dst_stride;
member in struct:FilterFrameCtxt
/external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp
10478
static const GLuint
data_stride
= vec4_stride * 2; \/* one vec4 + one scalar aligned to 16 *\/
local
12245
static const GLuint
data_stride
= vec4_stride * 2; \/* one vec4 + one scalar aligned to 16 *\/
local
[
all
...]
Completed in 253 milliseconds