Searched refs:loadCoeff (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 228 return loadCoeff(row, rowIndex, colIndex, otherIndex); in operator() 239 return loadCoeff(row, rowIndex, colIndex, otherIndex); in operator() 283 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index rowIndex, in loadCoeff() function 442 values[i] = loadCoeff(patchId + i, rowIndex, colIndex, otherIndex); in packetWithPossibleZero() 565 return m_base_mapper.loadCoeff(i + m_depth_offset, m_rowIndex, m_colIndex, in operator()
|
D | eigen_cuboid_convolution.h | 295 return loadCoeff(row, planeIndex, rowIndex, colIndex, otherIndex); in operator() 305 return loadCoeff(row, planeIndex, rowIndex, colIndex, otherIndex); in operator() 351 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index planeIndex, in loadCoeff() function 571 loadCoeff(patchId + i, planeIndex, rowIndex, colIndex, otherIndex); in packetWithPossibleZero() 733 return m_base_mapper.loadCoeff(i + m_depth_offset, m_planeIndex, m_rowIndex, in operator()
|