tf.nn.conv3d
tf.nn.conv3d
tf.nn.conv3d
conv3d( input, filter, strides, padding, data_format=None, name=None )
Defined in tensorflow/python/ops/gen_nn_ops.py
.
See the guide: Neural Network > Convolution
Computes a 3-D convolution given 5-D input
and filter
tensors.
In signal processing, cross-correlation is a measure of similarity of two waveforms as a function of a time-lag applied to one of them. This is also known as a sliding dot product or sliding inner-product.
Ou