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

  /external/tensorflow/tensorflow/core/kernels/
concat_lib_gpu_impl.cu.cc 94 IntType curr_offset = col_scan[segment]; local
99 curr_offset = curr_col_offset;
103 IntType local_col = gidx - curr_offset;
104 IntType segment_width = curr_col_offset - curr_offset;
split_lib_gpu.cu.cc 144 IntType curr_offset = col_scan[segment]; local
149 curr_offset = curr_col_offset;
153 IntType local_col = gidx - curr_offset;
154 IntType segment_width = curr_col_offset - curr_offset;
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
flow_cache.h 139 int curr_offset = 0; local
154 x_deltas[curr_offset] = curr_flow_x;
155 y_deltas[curr_offset] = curr_flow_y;
156 ++curr_offset;
163 if (curr_offset > 0) {
164 qsort(x_deltas, curr_offset, sizeof(*x_deltas), Compare);
165 qsort(y_deltas, curr_offset, sizeof(*y_deltas), Compare);
167 return Point2f(x_deltas[curr_offset / 2], y_deltas[curr_offset / 2]);
  /system/extras/libfec/
fec_read.cpp 316 uint64_t curr_offset = curr * FEC_BLOCKSIZE; local
318 bool expect_zeros = is_zero(f, curr_offset);
328 if (!raw_pread(f, data, FEC_BLOCKSIZE, curr_offset)) {
356 if (__ecc_read(f, rs.get(), data, curr_offset, false, ecc_data.get(),
363 if (__ecc_read(f, rs.get(), data, curr_offset, true, ecc_data.get(),
371 offset, offset + count, curr, curr_offset);
380 !raw_pwrite(f, data, FEC_BLOCKSIZE, curr_offset)) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 225 int curr_offset; member in struct:radeon_query_object

Completed in 180 milliseconds