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

Function ConcatV2Shape

tensorflow/core/framework/common_shape_fns.cc:1669–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667}
1668
1669Status ConcatV2Shape(InferenceContext* c) {
1670 return ConcatShapeHelper(c, 0 /* start_value_index */,
1671 c->num_inputs() - 1 /* end_value_index */,
1672 c->num_inputs() - 1 /* dim_index */);
1673}
1674
1675Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat) {
1676 return ConcatShapeHelper(c, 0 /* start_value_index */,

Callers

nothing calls this directly

Calls 2

ConcatShapeHelperFunction · 0.85
num_inputsMethod · 0.45

Tested by

no test coverage detected