Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpython_print.cpp120 struct PythonPrintImpl { struct
121 using SourceRangeStack = std::vector<SourceRange>;
122 SourceRangeStack source_range_stack_ = {SourceRange()};
124 struct WithSourceRange {
141 class TaggedStringStream {
223 bool canInline(Value* v) { in canInline()
268 Node* scanValue(Node* block_point, Value* v) { in scanValue()
285 Node* previousNonConstant(Node* n) { in previousNonConstant()
292 Node* scanNode(Node* n) { in scanNode()
308 void scanBlock(Block* b) { in scanBlock()
[all …]