Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc2199 ShapeHandle s_data_suffix; in UnsortedSegmentReductionShapeFn() local
2201 c->Subshape(s_data, c->Rank(s_segment_ids), &s_data_suffix)); in UnsortedSegmentReductionShapeFn()
2203 c->Concatenate(c->Vector(num_segments_dim), s_data_suffix, &out)); in UnsortedSegmentReductionShapeFn()