Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToStringVisitor (0.14 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_to_string.cc

    // indention for sequence fields.
    // TODO(wvo): ToStringVisitor already has indentation functionality, use
    // that directly instead of this sub-class?
    struct IndentedToStringVisitor : flatbuffers::ToStringVisitor {
      std::string indent_str;
      int indent_level;
    
      IndentedToStringVisitor(const std::string& delimiter,
                              const std::string& indent)
          : ToStringVisitor(delimiter), indent_str(indent), indent_level(0) {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 15:52:23 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top