Home
last modified time | relevance | path

Searched refs:loadCoeff (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h234 return loadCoeff(row, rowIndex, colIndex, otherIndex); in operator()
245 return loadCoeff(row, rowIndex, colIndex, otherIndex); in operator()
289 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index rowIndex, in loadCoeff() function
403 loadCoeff(patchId - span[0] + i, rowIndex, colIndex, otherIndex); in loadPartialPacketStandard()
606 values[i] = loadCoeff(patchId + i, rowIndex, colIndex, otherIndex); in packetWithPossibleZero()
732 return m_base_mapper.loadCoeff(i + m_depth_offset, m_rowIndex, m_colIndex, in operator()
Deigen_cuboid_convolution.h297 return loadCoeff(row, planeIndex, rowIndex, colIndex, otherIndex); in operator()
307 return loadCoeff(row, planeIndex, rowIndex, colIndex, otherIndex); in operator()
353 EIGEN_STRONG_INLINE Scalar loadCoeff(Index patchId, Index planeIndex, in loadCoeff() function
501 values[i] = loadCoeff(patchId - span[0] + i, planeIndex, rowIndex, in loadPartialPacketStandard()
764 loadCoeff(patchId + i, planeIndex, rowIndex, colIndex, otherIndex); in packetWithPossibleZero()
926 return m_base_mapper.loadCoeff(i + m_depth_offset, m_planeIndex, m_rowIndex, in operator()