Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 200 for ifelse (0.1 sec)

  1. cmd/site-replication.go

    			if mp, ok := globalIAMSys.store.GetMappedPolicy(opts.EntityValue, false); ok {
    				userPolicyMap.Store(opts.EntityValue, mp)
    			}
    		} else {
    			stsErr := globalIAMSys.store.loadMappedPolicies(ctx, stsUser, false, stsPolicyMap)
    			if stsErr != nil {
    				return info, errSRBackendIssue(stsErr)
    			}
    			usrErr := globalIAMSys.store.loadMappedPolicies(ctx, regUser, false, userPolicyMap)
    			if usrErr != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

                                        RankedTensorType output_type,
                                        int64_t axis) {
      if (operands.empty()) return false;
      if (!output_type.hasStaticShape()) return false;
      if (axis < 0) return false;
    
      return llvm::all_of(operands, [](Attribute operand) {
        return operand && operand.isa<DenseElementsAttr>();
      });
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods.go

    		{HasConfig: true, Static: true}:                "desired",
    		{HasConfig: true, Static: false}:               "desired",
    		{Orphan: true, HasConfig: true, Static: true}:  "orphan",
    		{Orphan: true, HasConfig: true, Static: false}: "orphan",
    		{Orphan: true, HasConfig: false}:               "runtime_only",
    	} {
    		for _, state := range []PodWorkerState{SyncPod, TerminatingPod, TerminatedPod} {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    	bss.SetSize(8)
    	ldr.SetAttrSpecial(bss.Sym(), false)
    
    	ebss := ldr.CreateSymForUpdate("runtime.ebss", 0)
    	ldr.SetAttrSpecial(ebss.Sym(), false)
    
    	data := ldr.CreateSymForUpdate("runtime.data", 0)
    	data.SetSize(8)
    	ldr.SetAttrSpecial(data.Sym(), false)
    
    	edata := ldr.CreateSymForUpdate("runtime.edata", 0)
    	ldr.SetAttrSpecial(edata.Sym(), false)
    
    	if ctxt.HeadType == objabi.Haix {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    		deviceOpened = false
    	} else if devicePathErr != nil {
    		return false, deviceToDetach.GenerateErrorDetailed("PathIsDevice failed", devicePathErr)
    	} else {
    		deviceOpened, deviceOpenedErr = hostUtil.DeviceOpened(deviceToDetach.DevicePath)
    		if deviceOpenedErr != nil {
    			return false, deviceToDetach.GenerateErrorDetailed("DeviceOpened failed", deviceOpenedErr)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      bool func_has_outside_compilation = false;
      NameAttrList func;
      if (fld->Contains(n->type_string())) {
        func.set_name(n->type_string());
        typedef protobuf::Map<string, AttrValue> AttrMap;
        *func.mutable_attr() = AttrMap(n->attrs().begin(), n->attrs().end());
      } else if (n->IsPartitionedCall()) {
        TF_RETURN_IF_ERROR(GetNodeAttr(n->def(), "f", &func));
      } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 303)
        assertCached(false, 304)
        assertCached(false, 305)
        assertCached(false, 306)
        assertCached(true, 307)
        assertCached(true, 308)
        assertCached(false, 400)
        assertCached(false, 401)
        assertCached(false, 402)
        assertCached(false, 403)
        assertCached(true, 404)
        assertCached(true, 405)
        assertCached(false, 406)
        assertCached(false, 408)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  8. pkg/proxy/nftables/proxier_test.go

    				"node to ClusterIP": {
    					masq: ptr.To(false),
    				},
    				"node to ClusterIP with eTP:Local": {
    					masq: ptr.To(false),
    				},
    				"node to ClusterIP with iTP:Local": {
    					masq: ptr.To(false),
    				},
    				"external to ClusterIP": {
    					masq: ptr.To(false),
    				},
    				"external to ClusterIP with eTP:Local": {
    					masq: ptr.To(false),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    	SPOP_IPAS2LE1IS:   {4, 8, 0, 5, true},
    	SPOP_ALLE2IS:      {4, 8, 3, 0, false},
    	SPOP_VAE2IS:       {4, 8, 3, 1, true},
    	SPOP_ALLE1IS:      {4, 8, 3, 4, false},
    	SPOP_VALE2IS:      {4, 8, 3, 5, true},
    	SPOP_VMALLS12E1IS: {4, 8, 3, 6, false},
    	SPOP_IPAS2E1:      {4, 8, 4, 1, true},
    	SPOP_IPAS2LE1:     {4, 8, 4, 5, true},
    	SPOP_ALLE2:        {4, 8, 7, 0, false},
    	SPOP_VAE2:         {4, 8, 7, 1, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    	{"*.example..com", "www.example..com", false},
    	{"www.example..com", "www.example..com", true},
    	{"*.*.example.com", "xyz.www.example.com", false},
    	{"*.www.*.com", "xyz.www.example.com", false},
    	{"*bar.example.com", "foobar.example.com", false},
    	{"f*.example.com", "foobar.example.com", false},
    	{"www.example.com", "*.example.com", false},
    	{"", ".", false},
    	{".", "", false},
    	{".", ".", false},
    	{"example.com", "example.com.", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top