Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h158 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()
199 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()
453 otherIndex = (NumInputDims == 3) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()
483 internal::TensorIntDivisor<Index> m_fastNumPatches; variable
Deigen_cuboid_convolution.h175 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()
255 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()
586 otherIndex = (NumInputDims == 4) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()
658 internal::TensorIntDivisor<Index> m_fastNumPatches; variable