Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc591 const char* kAttrName = "_output_shapes"; in ValidateShape() local
592 if (!GetNodeAttr(node->attrs(), kAttrName, &shape_attrs).ok()) { in ValidateShape()
602 " outputs but the ", kAttrName, " attribute specifies shapes for ", in ValidateShape()
610 << " outputs but the " << kAttrName in ValidateShape()
620 kAttrName, " attribute (shape #", i, in ValidateShape()
672 "Node '", node->name(), "' has an ", kAttrName, in ValidateShape()
678 node->ClearAttr(kAttrName); in ValidateShape()