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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 633 const int first_y = blockIdx.y * maxY; local
634 const int last_y = (first_y + maxY < numY ? first_y + maxY : numY) - 1;
635 const int num_y_input = last_y - first_y + GetKernelSize<StaticKernelSizeY>()(kernelSizeY);
636 const int num_y_output = last_y - first_y + 1;
652 const int tensor_index = plane_input_offset + indexMapper.mapCudaInputKernelToTensorInputOffset(i+first_x, j+first_y);
676 const int tensor_index = plane_output_offset + indexMapper.mapCudaOutputKernelToTensorOutputOffset(i+first_x, j+first_y);
701 const int first_y = blockIdx.y * maxY; local
702 const int last_y = (first_y + maxY < numY ? first_y + maxY : numY) - 1
    [all...]
  /external/fio/
graph.c 951 int first_y = g->yoffset; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);

Completed in 70 milliseconds