Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc912 struct DimId { struct in tensorflow::grappler::SymbolicShapeRefiner
913 const NodeDef* node;
914 int port_id;
915 int dim_index;
916 bool operator==(const DimId& other) const { in operator ==()