MCPcopy Create free account
hub / github.com/alibaba/nann / conv2d_shape

Function conv2d_shape

tensorflow/tensorflow/python/framework/common_shapes.py:168–234  ·  view source on GitHub ↗

Shape function for a Conv2D op. This op has two inputs: * input, a 4D tensor with shape = [batch_size, rows, cols, depth_in] * filter, a 4D tensor with shape = [filter_rows, filter_cols, depth_in, depth_out] The output is a 4D tensor with shape = [batch_size, out_rows, out_cols, de

(op)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

get2d_conv_output_sizeFunction · 0.85
with_rankMethod · 0.80
get_shapeMethod · 0.45
get_attrMethod · 0.45

Tested by

no test coverage detected