Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for multis (0.14 sec)

  1. 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)
  2. 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)
  3. 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)
Back to top