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

Function QuantizedConv2DShape

tensorflow/core/framework/common_shape_fns.cc:862–864  ·  view source on GitHub ↗

Shape function for QuantizedConv2D-like operations

Source from the content-addressed store, hash-verified

860
861// Shape function for QuantizedConv2D-like operations
862Status QuantizedConv2DShape(shape_inference::InferenceContext* c) {
863 return Conv2DShapeImpl(c, true, "padding_list");
864}
865
866// TODO(mjanusz): Unify all conv/pooling shape functions.
867Status Conv3DShape(shape_inference::InferenceContext* c) {

Callers 2

mkl_nn_ops.ccFile · 0.85
nn_ops.ccFile · 0.85

Calls 1

Conv2DShapeImplFunction · 0.85

Tested by

no test coverage detected