Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_record.h135 struct ShapeSymbolTable { struct
138 bool isBound(c10::ShapeSymbol s) { in isBound()
147 Dimension getValue(c10::ShapeSymbol s) { in getValue()
153 void assign(c10::ShapeSymbol s, Dimension v) { in assign()
157 std::map<c10::ShapeSymbol, Dimension> data_;