Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for multi2 (0.17 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    				continue
    			}
    			d := auxIntToInt32(v_1.AuxInt)
    			v.reset(OpConst32)
    			v.AuxInt = int32ToAuxInt(c + d)
    			return true
    		}
    		break
    	}
    	// match: (Add32 <t> (Mul32 x y) (Mul32 x z))
    	// result: (Mul32 x (Add32 <t> y z))
    	for {
    		t := v.Type
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpMul32 {
    				continue
    			}
    			_ = v_0.Args[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. RELEASE.md

                `CategoryEncoding`, `StringLookup`, `IntegerLookup`, and
                `TextVectorization`. Multi-hot encoding will no longer automatically
                uprank rank 1 inputs, so these layers can now multi-hot encode
                unbatched multi-dimensional samples.
            *   Added a new output mode `"one_hot"` for `CategoryEncoding`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		}, {
    			name: "valid, single ip, multi ipfamilies",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilyPolicy = &requireDualStack
    				s.Spec.ClusterIP = "10.0.0.1"
    				s.Spec.ClusterIPs = []string{"10.0.0.1"}
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv4Protocol, core.IPv6Protocol}
    			},
    			numErrs: 0,
    		}, {
    			name: "valid, multi ips, multi ipfamilies (4,6)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                      * They select different objects.  If this is the case, then parentRef
                        entries are distinct. In terms of fields, this means that the
                        multi-part key defined by `group`, `kind`, `namespace`, and `name` must
                        be unique across all parentRef entries in the Route.
                      * They do not select different objects, but for each optional field used,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "A container for a multi device iterator resource.";
    
      let arguments = (ins
        ConfinedAttr<StrArrayAttr, [ArrayMinCount<1>]>:$devices,
        ConfinedAttr<TypeArrayAttr, [ArrayMinCount<1>]>:$output_types,
        ConfinedAttr<TF_ShapeAttrArray, [ArrayMinCount<1>]>:$output_shapes
      );
    
      let results = (outs
        Res<TF_ResourceTensor, [{A handle to a multi device iterator that can be passed to a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Fixed bug that caused cAdvisor to incorrectly detect single-socket multi-NUMA topology. ([#99209](https://github.com/kubernetes/kubernetes/pull/99209), [@iwankgb](https://github.com/iwankgb)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"LeadingZeros64", Func, 9},
    		{"LeadingZeros8", Func, 9},
    		{"Len", Func, 9},
    		{"Len16", Func, 9},
    		{"Len32", Func, 9},
    		{"Len64", Func, 9},
    		{"Len8", Func, 9},
    		{"Mul", Func, 12},
    		{"Mul32", Func, 12},
    		{"Mul64", Func, 12},
    		{"OnesCount", Func, 9},
    		{"OnesCount16", Func, 9},
    		{"OnesCount32", Func, 9},
    		{"OnesCount64", Func, 9},
    		{"OnesCount8", Func, 9},
    		{"Rem", Func, 14},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top