Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pix1 (0.05 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    	Zevex_i_rm_vo
    	Zevex_k_rmo
    	Zevex_r_k_rm
    	Zevex_r_v_k_rm
    	Zevex_r_v_rm
    	Zevex_rm_k_r
    	Zevex_rm_v_k_r
    	Zevex_rm_v_r
    	Zevex_last
    
    	Zmax
    )
    
    const (
    	Px   = 0
    	Px1  = 1    // symbolic; exact value doesn't matter
    	P32  = 0x32 // 32-bit only
    	Pe   = 0x66 // operand escape
    	Pm   = 0x0f // 2byte opcode escape
    	Pq   = 0xff // both escapes: 66 0f
    	Pb   = 0xfe // byte operands
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          %pi_0 = "tf.TPUPartitionedInput"(%arg0, %arg1) {_XlaSharding = "", device = "", partition_dim = -1 : i64} : (!rtype, !rtype) -> !rtype
          %pi_1 = "tf.TPUPartitionedInput"(%arg2, %arg3) {_XlaSharding = "", device = "", partition_dim = -1 : i64} : (!rtype, !rtype) -> !rtype
          %ri = "tf.TPUReplicatedInput"(%pi_0, %pi_1) : (!rtype, !rtype) -> !rtype
          return %ri : !rtype
        }
        ```
    
        will be transformed into:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. cmd/server_test.go

    	c.Assert(err, nil)
    	c.Assert(response.StatusCode, http.StatusOK)
    
    	for _, objectName := range []string{"pfx/a/1.txt", "pfx/b/2.txt", "pfx/", "pfx2/c/3.txt", "pfx2/d/3.txt", "pfx1/1.txt", "pfx2/", "pfx3/", "pfx4/"} {
    		buffer := bytes.NewReader([]byte(""))
    		request, err = newTestSignedRequest(http.MethodPut, getPutObjectURL(s.endPoint, bucketName, objectName),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
Back to top