Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc2405 ShapeHandle indices_slice; in GatherNdShape() local
2407 TF_RETURN_IF_ERROR(c->Subshape(indices, 0, -1, &indices_slice)); in GatherNdShape()
2410 TF_RETURN_IF_ERROR(c->Concatenate(indices_slice, params_slice, &out)); in GatherNdShape()