MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Conv2DShape

Function Conv2DShape

tensorflow/core/framework/common_shape_fns.cc:857–859  ·  view source on GitHub ↗

Shape function for Conv2D-like operations that do not support explicit padding.

Source from the content-addressed store, hash-verified

855// Shape function for Conv2D-like operations that do not support explicit
856// padding.
857Status Conv2DShape(shape_inference::InferenceContext* c) {
858 return Conv2DShapeImpl(c, false);
859}
860
861// Shape function for QuantizedConv2D-like operations
862Status QuantizedConv2DShape(shape_inference::InferenceContext* c) {

Callers 3

mkl_nn_ops.ccFile · 0.85
nn_ops.ccFile · 0.85

Calls 1

Conv2DShapeImplFunction · 0.85

Tested by

no test coverage detected