Searched refs:m_cudaInputStrides (Results 1 – 1 of 1) sorted by relevance
92 m_cudaInputStrides[i] = in IndexMapper()93 m_cudaInputStrides[i - 1] * cudaInputDimensions[i - 1]; in IndexMapper()97 m_cudaInputStrides[i] = 1; in IndexMapper()104 m_cudaInputStrides[i] = in IndexMapper()105 m_cudaInputStrides[i + 1] * cudaInputDimensions[i + 1]; in IndexMapper()109 m_cudaInputStrides[i] = 1; in IndexMapper()120 const Index idx = p / m_cudaInputStrides[d]; in mapCudaInputPlaneToTensorInputOffset()122 p -= idx * m_cudaInputStrides[d]; in mapCudaInputPlaneToTensorInputOffset()131 const Index idx = p / m_cudaInputStrides[d]; in mapCudaInputPlaneToTensorInputOffset()133 p -= idx * m_cudaInputStrides[d]; in mapCudaInputPlaneToTensorInputOffset()[all …]