1. Separate the special case BinaryFunctor when NDIMS == 2 into a template...
1. Separate the special case BinaryFunctor when NDIMS == 2 into a template specialization. This prevents the NDIMS==2 optimization code from being compiled in the general case, which can lead to compile time errors when the underlying Eigen implementation becomes more strict about NDIMS. 2. Fix the 64-bit dimension() call on output in extract_image_patches_op.h when other operands have been cast to use 32-bit index. PiperOrigin-RevId: 173409602
Loading
Please sign in to comment