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

Function QuantizedConcatV2Shape

tensorflow/core/framework/common_shape_fns.cc:1675–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673}
1674
1675Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat) {
1676 return ConcatShapeHelper(c, 0 /* start_value_index */,
1677 num_inputs_to_concat /* end_value_index */,
1678 num_inputs_to_concat /* dim_index */);
1679}
1680
1681Status BroadcastBinaryOpOutputShapeFnHelper(InferenceContext* c,
1682 ShapeHandle shape_x,

Callers 1

mkl_array_ops.ccFile · 0.85

Calls 1

ConcatShapeHelperFunction · 0.85

Tested by

no test coverage detected