Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc298 ShapeHandle existing_shape = c->output(output_port); in SetShape() local
299 TF_RETURN_IF_ERROR(c->Merge(existing_shape, shape, &shape)); in SetShape()