Tf.extract_image_patches implementation

Where is it sold tf.extract_image_patches? I checked the tensorflow repository which I could not find.

The file tensorflow/core/kernels/extract_image_patches_op.ccdoes not contain an implementation.

+1
source share
1 answer

This is an interesting question. The path is as follows:

, Eigen ( GitHub). , Eigen::TensorMap::extract_image_patches().

, Eigen tensorflow, bazel.

+1

Source: https://habr.com/ru/post/1691402/


All Articles