Home
last modified time | relevance | path

Searched refs:output_middle (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1261 DimensionHandle output_middle = c->Dim(input, concat_dim); in ConcatShapeHelper() local
1282 TF_RETURN_IF_ERROR(c->Add(output_middle, middle, &output_middle)); in ConcatShapeHelper()
1288 c->Concatenate(output_before, c->Vector(output_middle), &s)); in ConcatShapeHelper()