tf.extract_volume_patches

Extract patches from input and put them in the "depth" output dimension. 3D extension of extract_image_patches.

tf.extract_volume_patches(
    input, ksizes, strides, padding, name=None
)

Args:

Returns:

A Tensor. Has the same type as input.