Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 82 for 8032 (0.11 sec)

  1. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      %cst = "tf.Const"() { value = dense<[10, 3, 2]> : tensor<3xi32> } : () -> tensor<3xi32>
      %1 = "tf.ScatterNd"(%arg0, %arg1, %cst) : (tensor<5x1xi32>, tensor<5x3x2xf32>, tensor<3xi32>) -> tensor<10x3x2xf32>
      func.return %1 : tensor<10x3x2xf32>
    
    // CHECK-LABEL:scatterNdVectorIndices
    // CHECK: %[[CST:.*]] = arith.constant dense<[10, 3, 2]> : tensor<3xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller_test.go

    			t.Fatalf("queue.Len() = %v, want %v", got, want)
    		}
    	}
    }
    
    func bumpResourceVersion(obj metav1.Object) {
    	ver, _ := strconv.ParseInt(obj.GetResourceVersion(), 10, 32)
    	obj.SetResourceVersion(strconv.FormatInt(ver+1, 10))
    }
    
    // getQueuedKeys returns a sorted list of keys in the queue.
    // It can be used to quickly check that multiple keys are in there.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  3. pkg/controller/statefulset/stateful_set_control_test.go

    	obj, isObj := object.(metav1.Object)
    	if !isObj {
    		return
    	}
    	if version := obj.GetResourceVersion(); version == "" {
    		obj.SetResourceVersion("1")
    	} else if intValue, err := strconv.ParseInt(version, 10, 32); err == nil {
    		obj.SetResourceVersion(strconv.FormatInt(intValue+1, 10))
    	}
    }
    func TestParallelScale(t *testing.T) {
    	for _, tc := range []struct {
    		desc                        string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1029..102A    ; valid                                  # 3.0  MYANMAR LETTER O..MYANMAR LETTER AU
    102B          ; valid                                  # 5.1  MYANMAR VOWEL SIGN TALL AA
    102C..1032    ; valid                                  # 3.0  MYANMAR VOWEL SIGN AA..MYANMAR VOWEL SIGN AI
    1033..1035    ; valid                                  # 5.1  MYANMAR VOWEL SIGN MON II..MYANMAR VOWEL SIGN E ABOVE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	799:  {region: 0x29, script: 0x3, flags: 0x1},
    	800:  {region: 0xcc, script: 0x5b, flags: 0x0},
    	801:  {region: 0x166, script: 0x5b, flags: 0x0},
    	802:  {region: 0x166, script: 0x5b, flags: 0x0},
    	803:  {region: 0x166, script: 0x5b, flags: 0x0},
    	804:  {region: 0x9a, script: 0x22, flags: 0x0},
    	805:  {region: 0x52, script: 0x5b, flags: 0x0},
    	807:  {region: 0x166, script: 0x5b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  6. pkg/controller/job/job_controller_test.go

    					t.Errorf("Unexpected removal of the Job's finalizer")
    				}
    			}
    		})
    	}
    }
    
    func bumpResourceVersion(obj metav1.Object) {
    	ver, _ := strconv.ParseInt(obj.GetResourceVersion(), 10, 32)
    	obj.SetResourceVersion(strconv.FormatInt(ver+1, 10))
    }
    
    func TestJobApiBackoffReset(t *testing.T) {
    	t.Cleanup(setDurationDuringTest(&DefaultJobApiBackOff, fastJobApiBackoff))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm6.go

    	for _, yt := range o.ytab {
    		// ytab matching is purely args-based,
    		// but AVX512 suffixes like "Z" or "RU_SAE" will
    		// add EVEX-only filter that will reject non-EVEX matches.
    		//
    		// Consider "VADDPD.BCST 2032(DX), X0, X0".
    		// Without this rule, operands will lead to VEX-encoded form
    		// and produce "c5b15813" encoding.
    		if !yt.match(args) {
    			// "xo" is always zero for VEX/EVEX encoded insts.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. src/internal/trace/testdata/tests/go122-gc-stress.test

    HeapAlloc dt=28 heapalloc_value=196540880
    HeapAlloc dt=22 heapalloc_value=196549072
    HeapAlloc dt=26 heapalloc_value=196557264
    HeapAlloc dt=38 heapalloc_value=196565456
    HeapAlloc dt=51 heapalloc_value=196573648
    GoStop dt=3032 reason_string=16 stack=19
    GoStart dt=10 g=117 g_seq=5
    GCMarkAssistBegin dt=16 stack=3
    GoBlock dt=51 reason_string=10 stack=18
    ProcStop dt=29
    ProcStart dt=9381 p=4 p_seq=2
    GoStart dt=190 g=105 g_seq=16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * ✨ Support Python internal description on Pydantic model's docstring. PR [#3032](https://github.com/tiangolo/fastapi/pull/3032) by [@Kludex](https://github.com/Kludex).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/asm7.go

    			} else if p.Pool.To.Offset < 0 {
    				w = 2 /* 32-bit, sign-extended to 64-bit */
    			} else if p.Pool.To.Offset >= 0 {
    				w = 0 /* 32-bit, zero-extended to 64-bit */
    			} else {
    				c.ctxt.Diag("invalid operand %v in %v", a, p)
    			}
    
    		case AMOVBU, AMOVHU, AMOVWU:
    			w = 0 /* 32-bit, zero-extended to 64-bit */
    
    		case AMOVB, AMOVH, AMOVW:
    			w = 2 /* 32-bit, sign-extended to 64-bit */
    
    		default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top