Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for 100xi1 (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // Test invalid tf.ToBool
    func.func @testInvalidToBool(%arg0: tensor<i32>) -> tensor<1xi1> {
      // expected-error @+2 {{'tf.ToBool' op failed to infer returned types}}
      // expected-error @+1 {{op inferred type(s) 'tensor<i1>' are incompatible with return type(s) of operation 'tensor<1xi1>'}}
      %0 = "tf.ToBool"(%arg0) : (tensor<i32>) -> tensor<1xi1>
      func.return %0 : tensor<1xi1>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.emptyDoubles.isSorted()",
    				"self.unsortedDoubles.isSorted() == false",
    				"self.doubles.indexOf(2.0) == 1",
    				"self.doubles.lastIndexOf(2.0) == 2",
    				"self.doubles.indexOf(10.0) == -1",
    				"self.doubles.lastIndexOf(10.0) == -1",
    
    				"self.intBackedDoubles.sum() == 8.0",
    				"self.intBackedDoubles.min() == 1.0",
    				"self.intBackedDoubles.max() == 3.0",
    				"self.emptyIntBackedDDoubles.sum() == 0.0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    			// 2. to fulfil "node" constraint, incoming pod can be placed on node-a or node-b
    			// intersection of (1) and (2) returns no node
    			name: "Constraints hold different labelSelectors, spreads = [1/0, 0/0/1/1]",
    			pod: st.MakePod().Name("p").Label("foo", "").Label("bar", "").
    				SpreadConstraint(1, "zone", v1.DoNotSchedule, fooSelector, nil, nil, nil, nil).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    		},
    		{
    			in:   []int16{1, 20, 300},
    			i:    0,
    			j:    2,
    			want: []int16{300, 20, 1},
    		},
    		{
    			in:   []int8{1, 20, 100},
    			i:    0,
    			j:    2,
    			want: []int8{100, 20, 1},
    		},
    		{
    			in:   []*I{&a, &b, &c},
    			i:    0,
    			j:    2,
    			want: []*I{&c, &b, &a},
    		},
    		{
    			in:   []string{"eric", "sergey", "larry"},
    			i:    0,
    			j:    2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm64/asm7.go

    	case AFCVTZSSW:
    		return FPCVTI(0, 0, 0, 3, 0)
    
    	case AFCVTZUD:
    		return FPCVTI(1, 0, 1, 3, 1)
    
    	case AFCVTZUDW:
    		return FPCVTI(0, 0, 1, 3, 1)
    
    	case AFCVTZUS:
    		return FPCVTI(1, 0, 0, 3, 1)
    
    	case AFCVTZUSW:
    		return FPCVTI(0, 0, 0, 3, 1)
    
    	case ASCVTFD:
    		return FPCVTI(1, 0, 1, 0, 2)
    
    	case ASCVTFS:
    		return FPCVTI(1, 0, 0, 0, 2)
    
    	case ASCVTFWD:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"BICS (shifted register)","Bits":"1|1|1|0|1|0|1|0|shift:2|1|Rm:5|imm6:6|Rn:5|Rd:5","Arch":"64-bit variant","Syntax":"BICS <Xd>, <Xn>, <Xm>{, <shift> #<amount>}","Code":"","Alias":""},
    {"Name":"BL","Bits":"1|0|0|1|0|1|imm26:26","Arch":"26-bit signed PC-relative branch offset variant","Syntax":"BL <label>","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
Back to top