Home
last modified time | relevance | path

Searched refs:IndexDivisor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_cuboid_convolution.h1011 typedef internal::TensorIntDivisor<Index> IndexDivisor; typedef
1052 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchPlaneStride() const { in fastPatchPlaneStride()
1058 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchRowStride() const { in fastPatchRowStride()
1062 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchColStride() const { in fastPatchColStride()
Deigen_spatial_convolutions-inl.h818 typedef internal::TensorIntDivisor<Index> IndexDivisor; typedef
845 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchRowStride() const { in fastPatchRowStride()
851 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchColStride() const { in fastPatchColStride()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp45639 unsigned IndexDivisor = CastedElts / SelElts; in narrowExtractedVectorSelect() local
45640 if (ExtIdx % IndexDivisor != 0) in narrowExtractedVectorSelect()
45642 ExtIdx /= IndexDivisor; in narrowExtractedVectorSelect()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp49126 unsigned IndexDivisor = CastedElts / SelElts; in narrowExtractedVectorSelect() local
49127 if (ExtIdx % IndexDivisor != 0) in narrowExtractedVectorSelect()
49129 ExtIdx /= IndexDivisor; in narrowExtractedVectorSelect()