Replicating TensorFlows Conv2D Operating using Eigen Tensors
问题 I'm trying to implement a lightweight (minimal library dependencies) version of a TensorFlow graph in c++ and I'm trying to use Eigen Tensor objects to perform the graphs operations. Right now I'm stuck trying to use the Eigen Tensor.convolve() method to try and replicate the behaviour of TensorFlow's Conv2D operation. To keep things simple my initial Conv2D operation has no padding and strides of one. The input to convolutional layer is a 51x51x1 tensor which is being convolved with a filter