Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h323 struct TORCH_API ShapeSymbol { struct
325 ShapeSymbol() : value_(-1) {} in ShapeSymbol() function
330 bool operator==(const ShapeSymbol& b) const { argument
337 static ShapeSymbol fromStaticSize(int64_t val) { in fromStaticSize() argument
349 static ShapeSymbol newSymbol() { in newSymbol() argument
357 ShapeSymbol(int64_t val) : value_(val) {} in ShapeSymbol() function
362 inline ShapeSymbol merge_primitive( in merge_primitive() argument