Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 117 for user4 (0.04 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    	overflow: hidden;
    	padding: 0 25px;
    	position: relative;
    	text-align: center;
    	text-transform: none;
    	transform: translateZ(0);
    	transition: all .2s, box-shadow .08s ease-in;
    	user-select: none;
    	-webkit-user-select: none;
    	touch-action: manipulation;
    	width: 25%;
    }
    
    .button-9:disabled {
    	cursor: default;
    }
    
    .button-9:focus {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. cmd/peer-rest-server.go

    	}
    	userOrGroup := mss.Get(peerRESTUserOrGroup)
    	if userOrGroup == "" {
    		return np, grid.NewRemoteErr(errors.New("user-or-group is missing"))
    	}
    
    	userType, err := strconv.Atoi(mss.Get(peerRESTUserType))
    	if err != nil {
    		return np, grid.NewRemoteErr(fmt.Errorf("user-type `%s` is invalid: %w", mss.Get(peerRESTUserType), err))
    	}
    
    	isGroup := mss.Get(peerRESTIsGroup) == "true"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  3. src/cmd/dist/build.go

    			xremoveall(p)
    		}
    		xmkdirall(p)
    	}
    
    	// Create object directory.
    	// We used to use it for C objects.
    	// Now we use it for the build cache, to separate dist's cache
    	// from any other cache the user might have, and for the location
    	// to build the bootstrap versions of the standard library.
    	obj := pathf("%s/pkg/obj", goroot)
    	if !isdir(obj) {
    		xmkdir(obj)
    	}
    	xatexit(func() { xremove(obj) })
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

        if (!target_attr) target_attr = rewriter.getBoolAttr(false);
        narrow_range = target_attr;
      }
      {
        for (auto user : fakequant_op->getResult(0).getUsers()) {
          if (!absl::c_linear_search(target_ops, user)) {
            return rewriter.notifyMatchFailure(op, [&](Diagnostic &diag) {
              diag << "Skipping reordering between FakeQuant and "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

          return;
        }
        for (auto& use : value.getUses()) {
          Operation* user = use.getOwner();
          if (user->hasTrait<mlir::OpTrait::IsTerminator>()) continue;
    
          auto affine_user = llvm::dyn_cast<mlir::AffineQuantizedOpInterface>(user);
          if (affine_user &&
              affine_user.GetAffineOperandIndex() == use.getOperandNumber() &&
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  6. cmd/kubelet/app/server.go

    		// HTTP1 only can have one persistent connection, and it will close all Idle connections
    		// once the Kubelet heartbeat fails. However, since there are many edge cases that we can't
    		// control, users can still opt-in to the previous behavior for closing the connections by
    		// setting the environment variable DISABLE_HTTP2.
    		if s := os.Getenv("DISABLE_HTTP2"); len(s) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  7. src/go/build/build.go

    			// users who have incorrectly quoted ~ while setting GOPATH,
    			// preventing it from expanding to $HOME.
    			// The situation is made more confusing by the fact that
    			// bash allows quoted ~ in $PATH (most shells do not).
    			// Do not get confused by this, and do not try to use the path.
    			// It does not exist, and printing errors about it confuses
    			// those users even more, because they think "sure ~ exists!".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  8. src/cmd/go/internal/test/test.go

    		// Otherwise, if fuzzing identifies a failure it could corrupt checksums in
    		// the module cache (or permanently alter the behavior of std tests for all
    		// users) by writing the failing input to the package's testdata directory.
    		// (See https://golang.org/issue/48495 and test_fuzz_modcache.txt.)
    		mainMods := modload.MainModules
    		if m := pkgs[0].Module; m != nil && m.Path != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/load.go

    			// If some packages are missing but no package is upgraded, then we
    			// shouldn't suggest upgrading to the Go 1.16 versions explicitly — that
    			// wouldn't actually fix anything for Go 1.16 users, and *would* break
    			// something for Go 1.17 users.
    			fmt.Fprintf(os.Stderr, "To proceed despite packages unresolved in go %s:\n\tgo mod tidy -e%s%s\n", compatVersion, goFlag, compatFlag)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/conversion.go

    // Mixed hostname and IP - doesn't make sense; user should define the IP in service
    // NamedAddress - Service has no concept of named address. For cloud's that have named addresses they can be configured by annotations,
    //
    //	which users can add to the Gateway.
    func IsManaged(gw *k8s.GatewaySpec) bool {
    	if len(gw.Addresses) == 0 {
    		return true
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top