Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GuardRenderer (0.19 sec)

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

    #include "tensorflow/core/platform/path.h"
    #include "tensorflow/core/platform/types.h"
    
    namespace tensorflow {
    namespace generator {
    namespace cpp {
    
    GuardRenderer::GuardRenderer(RendererContext context) : Renderer(context) {
      string self_path = io::JoinPath(context_.path_config.tf_root_dir,
                                      context_.path_config.tf_output_dir,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/ops/gen/cpp/renderers/guard_renderer.h

    #include "tensorflow/c/experimental/ops/gen/cpp/renderers/renderer_context.h"
    #include "tensorflow/core/platform/types.h"
    
    namespace tensorflow {
    namespace generator {
    namespace cpp {
    
    class GuardRenderer : public Renderer {
     public:
      explicit GuardRenderer(RendererContext context);
    
      void Open();
      void Close();
    
     private:
      string guard_;
    };
    
    }  // namespace cpp
    }  // namespace generator
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top