Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNameForOp (0.35 sec)

  1. tensorflow/cc/framework/scope.cc

          return "";
        }
        *impl()->scope_used_ = true;
        return impl()->op_name_;
      }
      return impl()->op_name_.empty() ? impl()->GetNameForOp(default_name)
                                      : impl()->GetNameForOp(impl()->op_name_);
    }
    
    Scope Scope::NewSubScope(const string& child_scope_name) const {
      if (child_scope_name.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top