Searched refs:indices_slice (Results 1 – 1 of 1) sorted by relevance
2314 ShapeHandle indices_slice; in GatherNdShape() local2316 TF_RETURN_IF_ERROR(c->Subshape(indices, 0, -1, &indices_slice)); in GatherNdShape()2319 TF_RETURN_IF_ERROR(c->Concatenate(indices_slice, params_slice, &out)); in GatherNdShape()