Searched defs:PrintScope (Results 1 – 3 of 3) sorted by relevance
95 struct PrintScope { struct96 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() function98 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() argument106 inline Optional<PrintScope> withLabelWidth(const Optional<PrintScope> &Scope, in withLabelWidth() argument
146 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFScope
575 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFCode