Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 161 for Invert (0.57 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    							"maxField": "valuewithlength17",
    						}}},
    				expectError{
    					applyPatchOperation{
    						"revert minFIeld to previously ratcheted value",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    							"minField": "value",
    						}}},
    				expectError{
    					applyPatchOperation{
    						"revert maxField to previously ratcheted value",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

                             mlir::TF::_XlaRecvAtHostV2Op>(defining_op)) {
                external_values.insert(v);
              }
              continue;
            }
            auto block_arg = mlir::cast<BlockArgument>(v);
            if (block_arg.getParentRegion() == op->getParentRegion())
              external_values.insert(v);
          }
          return WalkResult::advance();
        });
      }
      return external_values;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/deadness_analysis.cc

              // Remove and_rec and ~X and insert S.  Note that checking the
              // existence of ~X through negated_ops is sufficient since it makes
              // sure the predicate is in the input operands.  It does not need to
              // be in simplified_ops if it was already cancelled out.
              to_remove.insert(and_rec);
              to_remove.insert(MakeNotPredicate(and_rec->step()));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context.go

    			hosts.Insert(p.EnvoyExtAuthzHttp.Service)
    		case *meshconfig.MeshConfig_ExtensionProvider_EnvoyExtAuthzGrpc:
    			hosts.Insert(p.EnvoyExtAuthzGrpc.Service)
    		case *meshconfig.MeshConfig_ExtensionProvider_Zipkin:
    			hosts.Insert(p.Zipkin.Service)
    		//nolint: staticcheck  // Lightstep deprecated
    		case *meshconfig.MeshConfig_ExtensionProvider_Lightstep:
    			hosts.Insert(p.Lightstep.Service)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/devicemanager/manager_test.go

    	testManager.healthyDevices[resourceName1].Insert("dev1")
    	testManager.healthyDevices[resourceName1].Insert("dev2")
    	testManager.healthyDevices[resourceName1].Insert("dev3")
    	testManager.healthyDevices[resourceName1].Insert("dev4")
    	testManager.healthyDevices[resourceName1].Insert("dev5")
    	testManager.healthyDevices[resourceName2] = sets.New[string]()
    	testManager.healthyDevices[resourceName2].Insert("dev1")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/proxier.go

    		// proxier.kubeServiceAccessSet.activeEntries.Insert(entry.String())
    		if valid := proxier.ipsetList[kubeClusterIPSet].validateEntry(entry); !valid {
    			proxier.logger.Error(nil, "Error adding entry to ipset", "entry", entry, "ipset", proxier.ipsetList[kubeClusterIPSet].Name)
    			continue
    		}
    		proxier.ipsetList[kubeClusterIPSet].activeEntries.Insert(entry.String())
    		// ipvs call
    		serv := &utilipvs.VirtualServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ppc64/asm.go

    					// This relocation should point to a bctrl followed by a ld r2, 24(41)
    					// Convert the bctrl into a bl.
    					su := ldr.MakeSymbolUpdater(s)
    					rewritetoinsn(&ctxt.Target, ldr, su, int64(r.Off()), 0xFFFFFFFF, OP_BCTRL, OP_BL)
    
    					// Turn this reloc into an R_CALLPOWER, and convert the TOC restore into a nop.
    					su.SetRelocType(i, objabi.R_CALLPOWER)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                            user.setRoles(roleList.toArray(new String[roleList.size()]));
                        }
                    });
    
        }
    
        public void insert(final User user) {
            if (!fessConfig.isLdapAdminEnabled(user.getName())) {
                return;
            }
    
            final Supplier<Hashtable<String, String>> adminEnv = this::createAdminEnv;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/validation/validation.go

    		preexisting.validationExpressions.Insert(v.Expression)
    		if len(v.MessageExpression) > 0 {
    			preexisting.validationMessageExpressions.Insert(v.MessageExpression)
    		}
    	}
    	for _, a := range validatingPolicy.Spec.AuditAnnotations {
    		preexisting.auditAnnotationValuesExpressions.Insert(a.ValueExpression)
    	}
    	return preexisting
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

    // %13 = stablehlo.convert %11  // i8->i32 cast for q1.
    // %14 = stablehlo.convert %3  // [Optional] i8->i32 cast for z1.
    // %15 = stablehlo.broadcast_in_dim %14  // Operand = %4 if no `convert` above.
    // %16 = stablehlo.subtract %13, %15  // q1 - z1
    // %17 = stablehlo.convert %12  // i8->i32 cast for q2.
    // %18 = stablehlo.convert %6  // [Optional] i8->i32 cast for z2.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top