Searched refs:e_shape (Results 1 – 1 of 1) sorted by relevance
168 ShapeHandle e_shape; in SelfAdjointEigV2ShapeFn() local169 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Vector(n), &e_shape)); in SelfAdjointEigV2ShapeFn()170 c->set_output(0, e_shape); in SelfAdjointEigV2ShapeFn()252 ShapeHandle e_shape; in SvdShapeFn() local253 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Vector(p), &e_shape)); in SvdShapeFn()254 c->set_output(0, e_shape); in SvdShapeFn()