Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties.cc1148 struct ShapeId { struct in tensorflow::grappler::SymbolicShapeRefiner
1149 const NodeDef* node;
1150 int port_id;
1151 bool operator==(const ShapeId& other) const { in operator ==()