HomeSort by relevance Sort by last modified time
    Searched refs:first_x (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 579 const int first_x = blockIdx.x * maxX; local
580 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;
581 const int num_x_input = last_x - first_x + GetKernelSize<StaticKernelSize>()(kernelSize);
582 const int num_x_output = last_x - first_x + 1;
593 const int tensor_index = plane_input_offset + indexMapper.mapCudaInputKernelToTensorInputOffset(i+first_x);
610 const int tensor_index = plane_output_offset + indexMapper.mapCudaOutputKernelToTensorOutputOffset(i+first_x);
628 const int first_x = blockIdx.x * maxX; local
629 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1
697 const int first_x = blockIdx.x * maxX; local
    [all...]
  /external/fio/
graph.c 949 int first_x = g->xoffset; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);

Completed in 128 milliseconds