Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h215 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
325 eigen_assert(!nonStandardPatches()); in loadCoeffStandard()
353 if (nonStandardPatches()) { in loadPacket()
491 eigen_assert(!nonStandardPatches()); in loadPacketStandard()
539 eigen_assert(!nonStandardPatches()); in loadPacketStandard()
578 eigen_assert(!nonStandardPatches()); in loadPacketFast()
771 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
772 return m_base_mapper.nonStandardPatches(); in nonStandardPatches()
881 if (nonStandardPatches()) return true; in hasPadding()
913 eigen_assert(nonStandardPatches()); in padOrSkipRow()
[all …]
Deigen_cuboid_convolution.h277 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
405 eigen_assert(!nonStandardPatches()); in loadCoeffStandard()
446 if (nonStandardPatches()) { in loadPacket()
599 eigen_assert(!nonStandardPatches()); in loadPacketStandard()
666 eigen_assert(!nonStandardPatches()); in loadPacketStandard()
726 eigen_assert(!nonStandardPatches()); in loadPacketFast()
966 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
967 return m_base_mapper.nonStandardPatches(); in nonStandardPatches()
1234 const bool non_standard_patches = rhs.nonStandardPatches();
1416 const bool non_standard_patches = rhs.nonStandardPatches();
[all …]
Deigen_spatial_convolutions.h114 const bool standard_patches = !rhs.nonStandardPatches();
176 eigen_assert(!rhs.nonStandardPatches());
356 eigen_assert(rhs.nonStandardPatches());