Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for scope_used_ (0.14 sec)

  1. tensorflow/cc/framework/scope.cc

                      const string& op_name)
        : graph_(other.impl()->graph_),
          status_(other.impl()->status_),
          name_map_(other.impl()->name_map_),
          refiner_(other.impl()->refiner_),
          scope_used_(other.impl()->scope_used_),
          control_deps_(other.impl()->control_deps_),
          name_(name),
          op_name_(op_name),
          exit_on_error_(other.impl()->exit_on_error_),
          kernel_label_(other.impl()->kernel_label_),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/scope_internal.h

      std::shared_ptr<ShapeRefiner> refiner_ = nullptr;
    
      // If scope_used_ is not nullptr, op_name_ should be empty and
      // GetUniqueNameForOp can only be called once on this scope. More calls to
      // GetUniqueNameForOp will cause an error status to be set on this scope.
      std::shared_ptr<bool> scope_used_ = nullptr;
    
      const std::vector<Operation> control_deps_;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 15:46:43 UTC 2022
    - 5.1K bytes
    - Viewed (0)
Back to top