Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for With_underscore (0.2 sec)

  1. tensorflow/c/experimental/ops/gen/cpp/renderers/guard_renderer.cc

                                      context_.cpp_config.unit + "_ops.h");
      string with_underscores(self_path);
      std::replace(with_underscores.begin(), with_underscores.end(), '/', '_');
      std::replace(with_underscores.begin(), with_underscores.end(), '.', '_');
      guard_ = toUpperSnake(with_underscores) + "_";
    }
    
    void GuardRenderer::Open() {
      CodeLine("#ifndef $0", guard_);
      CodeLine("#define $0", guard_);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top