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

Function ConcatShape

tensorflow/core/framework/common_shape_fns.cc:1663–1667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661}
1662
1663Status ConcatShape(InferenceContext* c, int num_inputs_to_concat) {
1664 return ConcatShapeHelper(c, 1 /* start_value_index */,
1665 1 + num_inputs_to_concat /* end_value_index */,
1666 0 /* dim_index */);
1667}
1668
1669Status ConcatV2Shape(InferenceContext* c) {
1670 return ConcatShapeHelper(c, 0 /* start_value_index */,

Callers 1

array_ops.ccFile · 0.85

Calls 1

ConcatShapeHelperFunction · 0.85

Tested by

no test coverage detected