Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dump_func_re_ (0.13 sec)

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

                                   absl::string_view dump_func_regex)
          : dump_dir_(dump_dir),
            dump_pass_re_(std::make_unique<RE2>(dump_pass_regex)),
            dump_func_re_(std::make_unique<RE2>(dump_func_regex)) {}
    
      DumpInstrumentation(const DumpInstrumentation& other) = delete;
      DumpInstrumentation& operator=(const DumpInstrumentation& other) = delete;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 02:44:52 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top