Home
last modified time | relevance | path

Searched refs:m_planeInputStride (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h207 m_planeInputStride = m_inputDepth; in CustomTensorEvaluator()
326 origInputPlane * m_planeInputStride + in coeff()
425 m_planeInputStride * inputPlanes[0] + in packet()
543 inputCoords[1] * m_planeInputStride + inputCoords[0]; in coeff()
548 inputCoords[3] * m_planeInputStride + inputCoords[4]; in coeff()
613 Index m_planeInputStride; member
Deigen_cuboid_convolution.h167 m_planeInputStride = m_inputDepth; in TensorContractionInputMapper()
224 m_planeInputStride = base_mapper.m_planeInputStride; in TensorContractionInputMapper()
332 EIGEN_ALWAYS_INLINE Index patchDepth() const { return m_planeInputStride; } in patchDepth()
392 const Index inputIndex = depth + origInputPlane * m_planeInputStride + in loadCoeff()
427 const Index inputIndex = depth + inputPlane * m_planeInputStride + in loadCoeffStandard()
484 const Index inputIndex = depth + inputPlanes[0] * m_planeInputStride + in loadPartialPacketStandard()
575 const Index inputIndex = depth + inputPlanes[0] * m_planeInputStride + in loadPacketStandardFromSingleColumnSingleRow()
750 const Index inputIndex = depth + inputPlane * m_planeInputStride + in loadPacketFast()
816 Index m_planeInputStride; // Plane stride in the input tensor variable
1016 m_base_mapper.m_planeInputStride && in patchDepth()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorVolumePatch.h316 m_planeInputStride = m_inputDepth;
402 origInputPlane * m_planeInputStride +
489 m_planeInputStride * inputPlanes[0] +
583 Index m_planeInputStride;