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.h163 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()
205 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()
617 otherIndex = (NumInputDims == 3) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()
647 internal::TensorIntDivisor<Index> m_fastNumPatches; variable
Deigen_cuboid_convolution.h177 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()
257 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()
779 otherIndex = (NumInputDims == 4) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()
851 internal::TensorIntDivisor<Index> m_fastNumPatches; variable