Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dlinalg_ops.cc168 ShapeHandle e_shape; in SelfAdjointEigV2ShapeFn() local
169 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() local
253 TF_RETURN_IF_ERROR(c->Concatenate(batch_shape, c->Vector(p), &e_shape)); in SvdShapeFn()
254 c->set_output(0, e_shape); in SvdShapeFn()