Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 49 for predict1 (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{38, "SIGTALRM", "signal 38"},
    	{39, "SIGWAITING", "signal 39"},
    	{48, "SIGSYSERROR", "signal 48"},
    	{49, "SIGCAPI", "signal 49"},
    	{58, "SIGRECONFIG", "signal 58"},
    	{59, "SIGCPUFAIL", "CPU Failure Predicted"},
    	{60, "SIGKAP", "monitor mode granted"},
    	{61, "SIGRETRACT", "monitor mode retracted"},
    	{62, "SIGSOUND", "sound completed"},
    	{63, "SIGSAK", "secure attention"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ppc64/ssa.go

    		jmp := blockJump[b.Kind]
    		switch next {
    		case b.Succs[0].Block():
    			s.Br(jmp.invasm, b.Succs[1].Block())
    			if jmp.invasmun {
    				// TODO: The second branch is probably predict-not-taken since it is for FP unordered
    				s.Br(ppc64.ABVS, b.Succs[1].Block())
    			}
    		case b.Succs[1].Block():
    			s.Br(jmp.asm, b.Succs[0].Block())
    			if jmp.asmeq {
    				s.Br(ppc64.ABEQ, b.Succs[0].Block())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{38, "SIGTALRM", "signal 38"},
    	{39, "SIGWAITING", "signal 39"},
    	{48, "SIGSYSERROR", "signal 48"},
    	{49, "SIGCAPI", "signal 49"},
    	{58, "SIGRECONFIG", "signal 58"},
    	{59, "SIGCPUFAIL", "CPU Failure Predicted"},
    	{60, "SIGGRANT", "monitor mode granted"},
    	{61, "SIGRETRACT", "monitor mode retracted"},
    	{62, "SIGSOUND", "sound completed"},
    	{63, "SIGMAX32", "secure attention"},
    	{255, "SIGMAX", "signal 255"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	defer schemaPool.Put(schema)
    	*schema = *s
    	return SchemaHas(schema, pred)
    }
    
    // SchemaHas recursively traverses the Schema and calls the `pred`
    // predicate to see if the schema contains specific values.
    //
    // The predicate MUST NOT keep a copy of the json schema NOR modify the
    // schema.
    func SchemaHas(s *apiextensions.JSONSchemaProps, pred func(s *apiextensions.JSONSchemaProps) bool) bool {
    	if s == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/tests/mlrt/while_to_map_fn.mlir

    // RUN: tf-tfrt-opt -split-input-file -tf-mlrt-while-to-map-fn %s | FileCheck %s
    
    // Test a while to map_fn conversion in which the max iteration is hard coded inside the predicate body.
    
    // CHECK-LABEL: map/while_cond
    func.func private @"map/while_cond"(%arg0: tensor<i32>, %arg1: tensor<i32>, %arg2: tensor<!tf_type.variant<tensor<*xf32>>>, %arg3: tensor<?xf32>) -> tensor<i1> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:40:22 UTC 2024
    - 68.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    def TF_ToBoolOp : TF_Op<"ToBool", [DeclareOpInterfaceMethods<InferTypeOpInterface>, Pure]> {
      let summary = "Converts a tensor to a scalar predicate.";
    
      let description = [{
    Converts a tensor to a scalar predicate with the following rules:
    
    - For 0D tensors, truthiness is determined by comparing against a "zero"
      value. For numerical types it is the obvious zero. For strings it is the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    Using a custom predicate to filter environment variables is an example of this discouraged pattern:
    
    ====
    include::sample[dir="snippets/valueProviders/envVarsSysPropsDont/kotlin",files="build.gradle.kts[]"]
    include::sample[dir="snippets/valueProviders/envVarsSysPropsDont/groovy",files="build.gradle[]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				{key: "region", value: "r1"}: 2,
    				{key: "zone", value: "z11"}:  2,
    			},
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			// getMeta creates predicate meta data given the list of pods.
    			getState := func(pods []*v1.Pod) (*InterPodAffinity, *framework.CycleState, *preFilterState, *cache.Snapshot) {
    				snapshot := cache.NewSnapshot(pods, test.nodes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  9. src/cmd/dist/build.go

    	defer func() {
    		for _, name := range clean {
    			xremove(name)
    		}
    	}()
    
    	// dir = full path to pkg.
    	dir := pathf("%s/src/%s", goroot, pkg)
    	name := filepath.Base(dir)
    
    	// ispkg predicts whether the package should be linked as a binary, based
    	// on the name. There should be no "main" packages in vendor, since
    	// 'go mod vendor' will only copy imported packages there.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  10. src/crypto/tls/conn.go

    		return nil
    	}
    	needs := n - c.rawInput.Len()
    	// There might be extra input waiting on the wire. Make a best effort
    	// attempt to fetch it so that it can be used in (*Conn).Read to
    	// "predict" closeNotify alerts.
    	c.rawInput.Grow(needs + bytes.MinRead)
    	_, err := c.rawInput.ReadFrom(&atLeastReader{r, int64(needs)})
    	return err
    }
    
    // sendAlertLocked sends a TLS alert message.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top