Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tensorflow conv2d operation

tf.raw_ops.Conv2D(
    input, filter, strides, padding, use_cudnn_on_gpu=True, explicit_paddings=[],
    data_format='NHWC', dilations=[1, 1, 1, 1], name=None
)
Source by www.tensorflow.org #
 
PREVIOUS NEXT
Tagged: #tensorflow #operation
ADD COMMENT
Topic
Name
8+3 =