Searched defs:ShapeSymbol (Results 1 – 1 of 1) sorted by relevance
323 struct TORCH_API ShapeSymbol { struct325 ShapeSymbol() : value_(-1) {} in ShapeSymbol() function330 bool operator==(const ShapeSymbol& b) const { argument337 static ShapeSymbol fromStaticSize(int64_t val) { in fromStaticSize() argument349 static ShapeSymbol newSymbol() { in newSymbol() argument357 ShapeSymbol(int64_t val) : value_(val) {} in ShapeSymbol() function362 inline ShapeSymbol merge_primitive( in merge_primitive() argument