Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h213 m_outputPlanesRows = m_outputPlanes * m_outputRows; in CustomTensorEvaluator()
229 internal::TensorIntDivisor<Index>(m_outputPlanesRows); in CustomTensorEvaluator()
285 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in coeff()
382 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in packet()
494 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in coeff()
508 patch3DIndex - colIndex * m_outputPlanesRows - rowIndex * m_outputRows; in coeff()
596 Index m_outputPlanesRows; member
Deigen_cuboid_convolution.h139 m_outputPlanesRows = m_outputPlanes * m_outputRows; in TensorContractionInputMapper()
203 internal::TensorIntDivisor<Index>(m_outputPlanesRows); in TensorContractionInputMapper()
255 m_outputPlanesRows = base_mapper.m_outputPlanesRows; in TensorContractionInputMapper()
790 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in computeBaseIndices()
830 Index m_outputPlanesRows; // Cached outputPlanes * outputRows. variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorVolumePatch.h321 m_outputPlanesRows = m_outputPlanes * m_outputRows;
333 m_fastOutputPlanesRows = internal::TensorIntDivisor<Index>(m_outputPlanesRows);
377 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;
451 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;
566 Index m_outputPlanesRows;