Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for val32 (0.86 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    	sysInstFields{4, 8, 7, 0}:  {sys_TLBI, "ALLE2", false},
    	sysInstFields{4, 8, 7, 1}:  {sys_TLBI, "VAE2", true},
    	sysInstFields{4, 8, 7, 4}:  {sys_TLBI, "ALLE1", false},
    	sysInstFields{4, 8, 7, 5}:  {sys_TLBI, "VALE2", true},
    	sysInstFields{4, 8, 7, 6}:  {sys_TLBI, "VMALLS12E1", false},
    	sysInstFields{6, 8, 3, 0}:  {sys_TLBI, "ALLE3IS", false},
    	sysInstFields{6, 8, 3, 1}:  {sys_TLBI, "VAE3IS", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/breakup-islands.mlir

      tf_executor.graph {
        %island1:2 = tf_executor.island {
          // CHECK: %[[VAL_0:.*]], %[[VAL_1:.*]] = tf_executor.island wraps "tf.OpA"() : () -> tensor<i64>
          %0 = "tf.OpA"() : () -> (tensor<i64>)
          // CHECK: %[[VAL_2:.*]] = tf_executor.island(%[[VAL_1]]) wraps "tf.OpB"() : () -> ()
          "tf.OpB"() : () -> ()
          tf_executor.yield %0 : tensor<i64>
        }
        // CHECK: "tf_device.launch"()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 28.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

        %2 = "tf.Log"(%arg0) : (tensor<f32>) -> tensor<f32>
        // CHECK: mhlo.return [[VAL2]]
        "tf.Yield"(%2) : (tensor<f32>) -> ()
      }, {
        // CHECK: [[VAL3:%.+]] = mhlo.exponential [[ARG1]]
        %2 = "tf.Exp"(%arg1) : (tensor<f32>) -> tensor<f32>
        // CHECK: mhlo.return [[VAL3]]
        "tf.Yield"(%2) : (tensor<f32>) -> ()
      // CHECK: }) : (tensor<i1>) -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/devicemanager/manager_test.go

    						resp.Envs = make(map[string]string)
    						for _, dev := range devs {
    							switch dev {
    							case "dev3":
    								resp.Envs["key2"] = "val2"
    
    							case "dev4":
    								resp.Envs["key2"] = "val3"
    							}
    						}
    						resps := new(pluginapi.AllocateResponse)
    						resps.ContainerResponses = append(resps.ContainerResponses, resp)
    						return resps, nil
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  5. src/runtime/os_linux.go

    	// for doAllThreadsSyscall.
    	needPerThreadSyscall atomic.Uint8
    }
    
    //go:noescape
    func futex(addr unsafe.Pointer, op int32, val uint32, ts, addr2 unsafe.Pointer, val3 uint32) int32
    
    // Linux futex.
    //
    //	futexsleep(uint32 *addr, uint32 val)
    //	futexwakeup(uint32 *addr)
    //
    // Futexsleep atomically checks if *addr == val and if so, sleeps on addr.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  6. src/encoding/gob/encoder_test.go

    type Bug1Elem struct {
    	Name string
    	Id   int
    }
    
    type Bug1StructMap map[string]Bug1Elem
    
    func TestMapBug1(t *testing.T) {
    	in := make(Bug1StructMap)
    	in["val1"] = Bug1Elem{"elem1", 1}
    	in["val2"] = Bug1Elem{"elem2", 2}
    
    	b := new(bytes.Buffer)
    	enc := NewEncoder(b)
    	err := enc.Encode(in)
    	if err != nil {
    		t.Fatal("encode:", err)
    	}
    	dec := NewDecoder(b)
    	out := make(Bug1StructMap)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  7. src/database/sql/fakedb_test.go

    // follows:
    //
    //	WIPE
    //	CREATE|<tablename>|<col>=<type>,<col>=<type>,...
    //	  where types are: "string", [u]int{8,16,32,64}, "bool"
    //	INSERT|<tablename>|col=val,col2=val2,col3=?
    //	SELECT|<tablename>|projectcol1,projectcol2|filtercol=?,filtercol2=?
    //	SELECT|<tablename>|projectcol1,projectcol2|filtercol=?param1,filtercol2=?param2
    //
    // Any of these can be preceded by PANIC|<method>|, to cause the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 12:38:07 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    	&& (ptr.Op != OpSB || !config.ctxt.Flag_dynlink) =>
    	(MOVDstore [off1+int32(off2)] {sym} ptr val mem)
    (STP [off1] {sym} (ADDconst [off2] ptr) val1 val2 mem) && is32Bit(int64(off1)+off2)
    	&& (ptr.Op != OpSB || !config.ctxt.Flag_dynlink) =>
    	(STP [off1+int32(off2)] {sym} ptr val1 val2 mem)
    (FMOVSstore [off1] {sym} (ADDconst [off2] ptr) val mem) && is32Bit(int64(off1)+off2)
    	&& (ptr.Op != OpSB || !config.ctxt.Flag_dynlink) =>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  9. src/net/http/cookiejar/jar_test.go

    		}
    		setCookies[i] = cookies[0]
    	}
    	jar.setCookies(mustParseURL(test.fromURL), setCookies, now)
    	now = now.Add(1001 * time.Millisecond)
    
    	// Serialize non-expired entries in the form "name1=val1 name2=val2".
    	var cs []string
    	for _, submap := range jar.entries {
    		for _, cookie := range submap {
    			if !cookie.Expires.After(now) {
    				continue
    			}
    
    			v := cookie.Value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  10. internal/bucket/lifecycle/lifecycle_test.go

    		},
    		{ // Valid lifecycle config
    			inputConfig: `<LifecycleConfiguration>
    					  <Rule>
    					  <Filter>
    					  <And><Tag><Key>key1</Key><Value>val1</Value><Key>key2</Key><Value>val2</Value></Tag></And>
    		                          </Filter>
    		                          <Expiration><Days>3</Days></Expiration>
    		                          </Rule>
    		                          </LifecycleConfiguration>`,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top