Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h228 m_fastOutputPlanesRows = in CustomTensorEvaluator()
269 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows; in coeff()
365 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows; in packet()
480 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows; in coeff()
626 internal::TensorIntDivisor<Index> m_fastOutputPlanesRows; member
Deigen_cuboid_convolution.h200 m_fastOutputPlanesRows = in TensorContractionInputMapper()
268 m_fastOutputPlanesRows = base_mapper.m_fastOutputPlanesRows; in TensorContractionInputMapper()
595 colIndex = patch3DIndex / m_fastOutputPlanesRows; in computeBaseIndices()
675 internal::TensorIntDivisor<Index> m_fastOutputPlanesRows; variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorVolumePatch.h333 m_fastOutputPlanesRows = internal::TensorIntDivisor<Index>(m_outputPlanesRows);
367 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows;
434 const Index colIndex = patch3DIndex / m_fastOutputPlanesRows;
596 internal::TensorIntDivisor<Index> m_fastOutputPlanesRows;