HomeSort by relevance Sort by last modified time
    Searched defs:data_stride (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc 167 std::vector<int64> data_stride = ComputeStrides(data_tensor->shape()); local
185 for (int dim = 0; dim < data_stride.size(); ++dim) {
186 const int64 coord = temp / data_stride[dim];
188 temp -= coord * data_stride[dim];
  /external/pdfium/third_party/libopenjpeg20/
t1.h 201 OPJ_UINT32 data_stride; member in struct:opj_t1
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 10388 static const GLuint data_stride = vec4_stride * 2; \/* one vec4 + one scalar aligned to 16 *\/ local
12155 static const GLuint data_stride = vec4_stride * 2; \/* one vec4 + one scalar aligned to 16 *\/ local
    [all...]

Completed in 185 milliseconds