Searched refs:indices_slice (Results 1 – 1 of 1) sorted by relevance
2405 ShapeHandle indices_slice; in GatherNdShape() local2407 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()