Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for yoff (0.29 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %on = arith.constant dense<1.0> : tensor<f32>
      %off = arith.constant dense<0.0> : tensor<f32>
      %filter = arith.constant dense<[[7.0, 11.0, 13.0], [17.0, 19.0, 23.0], [29.0, 31.0, 37.0], [41.0, 43.0, 47.0], [53.0, 59.0, 61.0]]> : tensor<5x3xf32>
      %bias = "tfl.no_value"() {value} : () -> none
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	// Write args to the stack
    	off := base.Ctxt.Arch.FixedFrameSize
    	var callArgs []*ssa.Value
    	var callArgTypes []*types.Type
    
    	for _, arg := range args {
    		t := arg.Type
    		off = types.RoundUp(off, t.Alignment())
    		size := t.Size()
    		callArgs = append(callArgs, arg)
    		callArgTypes = append(callArgTypes, t)
    		off += size
    	}
    	off = types.RoundUp(off, int64(types.RegSize))
    
    	// Issue call
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.12.md

    * Fixed scanning of failed iSCSI targets. ([#74306](https://github.com/kubernetes/kubernetes/pull/74306), [@jsafrane](https://github.com/jsafrane))
    * fix detach azure disk back off issue which has too big lock in failure retry condition ([#76573](https://github.com/kubernetes/kubernetes/pull/76573), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.20.md

    tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes) section of the documentation for more details.
    
      - This change in behavior may be unexpected for some clusters and can be disabled by turning off the `ExecProbeTimeout` feature gate. This gate will be locked and removed in future releases so that exec probe timeouts are always respected. ([#94115](https://github.com/kubernetes/kubernetes/pull/94115), [@andrewsykim](https://github.com/andrewsykim))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    					StoredVersions: []string{"version"},
    				},
    			},
    			errors: []validationMatch{
    				forbidden("spec", "validation"),
    				forbidden("spec", "subresources"),
    			},
    		},
    		{
    			name: "switch off preserveUnknownFields with structural schema before and after",
    			old: &apiextensions.CustomResourceDefinition{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "plural.group.com",
    					ResourceVersion: "42",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.15.md

    * Fixed binding of block PersistentVolumes / PersistentVolumeClaims when BlockVolume feature is off. ([#84049](https://github.com/kubernetes/kubernetes/pull/84049), [@jsafrane](https://github.com/jsafrane))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  7. src/regexp/testdata/re2-exhaustive.txt.bz2

    ����~6��X�Ţ�����'Q!��sWUr�0��F� �ڪ�q����&$����YZ�(R"����):��JR��攥$�XR�#��a^��B��m���A,��e�B��%��l��HR��ލ��i S��[Ѳލ!Jt�z6[Ѥ)N�YoF1�kֵ��5�FY��� ��F��5���Vލ!Jt��noET����:*㮱�q���]q�8�g���̻rѠ�����}[}��u��u��k��t��h 3���|�k�u]�h� �κ�m�ֵ��:�S�ֽ��ۺ�R�m��l�m��kZ�ok[ez��Z׭��x�V����mk[m��R��[o[*[oF�m��%��l��e����z6[Ѳ�m� e�-��m���ލ��l��x�YoF�z6[m�A,��X�5�kZ�kƱ�kֵ��5���l��W��J��ލ��oK-�����o������_�|o�|o_�_O��@bHX 2��32��6��ff`��&��d�̴�� �p��83--33--3l�f�6N�'e��fe...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.24.md

      - [Changelog since v1.23.0](#changelog-since-v1230)
      - [Major Themes](#major-themes)
        - [Dockershim Removed from kubelet](#dockershim-removed-from-kubelet)
        - [Beta APIs Off by Default](#beta-apis-off-by-default)
        - [Signing Release Artifacts](#signing-release-artifacts)
        - [OpenAPI v3](#openapi-v3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - Kubeadm: added the "--cleanup-tmp-dir" flag for `kubeadm reset`. It will cleanup the contents of `/etc/kubernetes/tmp`. The flag is off by default. ([#112172](https://github.com/kubernetes/kubernetes/pull/112172), [@chendave](https://github.com/chendave))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    el=v((y4,eg)=>{l();var Km=Gn(),eA=ke(),tA=ht().insertAreas,rA=/(^|[^-])linear-gradient\(\s*(top|left|right|bottom)/i,iA=/(^|[^-])radial-gradient\(\s*\d+(\w*|%)\s+\d+(\w*|%)\s*,/i,nA=/(!\s*)?autoprefixer:\s*ignore\s+next/i,sA=/(!\s*)?autoprefixer\s*grid:\s*(on|off|(no-)?autoplace)/i,aA=["width","height","min-width","max-width","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size"];function Zo(i){return i.parent.some(e=>e.prop==="grid-templa...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top