Home
last modified time | relevance | path

Searched defs:ShapeId (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc899 struct ShapeId { struct in tensorflow::grappler::SymbolicShapeRefiner
900 const NodeDef* node;
901 int port_id;
902 bool operator==(const ShapeId& other) const { in operator ==()