Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h227 m_fastOutputPlanes = internal::TensorIntDivisor<Index>(m_outputPlanes); 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()
627 internal::TensorIntDivisor<Index> m_fastOutputPlanes; member
Deigen_cuboid_convolution.h196 m_fastOutputPlanes = internal::TensorIntDivisor<Index>(m_outputPlanes); in TensorContractionInputMapper()
264 m_fastOutputPlanes = base_mapper.m_fastOutputPlanes; in TensorContractionInputMapper()
597 (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes; in computeBaseIndices()
672 internal::TensorIntDivisor<Index> m_fastOutputPlanes; variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorVolumePatch.h332 m_fastOutputPlanes = internal::TensorIntDivisor<Index>(m_outputPlanes);
377 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;
451 const Index rowIndex = (patch3DIndex - colIndex * m_outputPlanesRows) / m_fastOutputPlanes;
597 internal::TensorIntDivisor<Index> m_fastOutputPlanes;