Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_cuboid_convolution.h275 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
403 eigen_assert(!nonStandardPatches()); in loadCoeffStandard()
444 if (nonStandardPatches()) { in loadPacket()
460 eigen_assert(!nonStandardPatches()); in loadPacketStandard()
533 eigen_assert(!nonStandardPatches()); in loadPacketFast()
772 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
773 return m_base_mapper.nonStandardPatches(); in nonStandardPatches()
1040 const bool non_standard_patches = rhs.nonStandardPatches();
1222 const bool non_standard_patches = rhs.nonStandardPatches();
1331 if (!rhs.nonStandardPatches()) {
[all …]
Deigen_spatial_convolutions-inl.h209 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
319 eigen_assert(!nonStandardPatches()); in loadCoeffStandard()
347 if (nonStandardPatches()) { in loadPacket()
361 eigen_assert(!nonStandardPatches()); in loadPacketStandard()
414 eigen_assert(!nonStandardPatches()); in loadPacketFast()
603 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function
604 return m_base_mapper.nonStandardPatches(); in nonStandardPatches()
841 const bool non_standard_patches = rhs.nonStandardPatches();
978 if (!rhs.nonStandardPatches()) {
1049 const bool non_standard_patches = rhs.nonStandardPatches();
[all …]
Deigen_spatial_convolutions.h62 const bool standard_patches = !rhs.nonStandardPatches();
99 eigen_assert(!rhs.nonStandardPatches());