Searched defs:PrintScope (Results 1 – 3 of 3) sorted by relevance
96 struct PrintScope { struct97 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() argument99 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() function107 inline Optional<PrintScope> withLabelWidth(const Optional<PrintScope> &Scope, in withLabelWidth() argument
145 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFScope
560 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFCode