Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 1251 (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

      - [Changelog since v1.25.1](#changelog-since-v1251)
      - [Changes by Kind](#changes-by-kind-13)
        - [Bug or Regression](#bug-or-regression-13)
      - [Dependencies](#dependencies-14)
        - [Added](#added-14)
        - [Changed](#changed-14)
        - [Removed](#removed-14)
    - [v1.25.1](#v1251)
      - [Downloads for v1.25.1](#downloads-for-v1251)
        - [Source Code](#source-code-15)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.21.md

    ## Changes by Kind
    
    ### API Change
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 🌐 Add Spanish translation for `advanced/additional-status-codes.md`. PR [#1252](https://github.com/tiangolo/fastapi/pull/1252) by [@jfunez](https://github.com/jfunez).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %250 = "tf.Max"(%249, %15) {device = "", keep_dims = false} : (tensor<?xi32>, tensor<1xi32>) -> tensor<i32>
      %251 = "tf.Maximum"(%14, %250) {device = ""} : (tensor<i32>, tensor<i32>) -> tensor<i32>
      %252 = "tf.Range"(%14, %251, %7) {device = ""} : (tensor<i32>, tensor<i32>, tensor<i32>) -> tensor<?xi32>
      %253 = "tf.Pack"(%7, %251) {axis = 0 : i64, device = ""} : (tensor<i32>, tensor<i32>) -> tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: "mhlo.reduce_window"(%[[ARG]], %[[INIT]])
      // CHECK: <{window_dimensions = dense<[1, 2, 2, 1]> : tensor<4xi64>, window_strides = dense<[1, 4, 4, 1]> : tensor<4xi64>}>
      // CHECK: mhlo.maximum
      // CHECK: mhlo.return
    
      %0 = "tf.MaxPool"(%arg0) {data_format = "NHWC", ksize = [1, 2, 2, 1], padding = "VALID", strides = [1, 4, 4, 1]} : (tensor<2x12x20x7xi32>) -> tensor<2x3x5x7xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	0xdf, 12443,
    	0xe0, 12447,
    	0xe1, 12447,
    	0xe2, 12447,
    	0xe3, 12447,
    	0xe4, 12447,
    	0xe5, 12447,
    	0xe6, 12447,
    	0xe7, 12447,
    	0xe8, 12451,
    	0xe9, 12451,
    	0xea, 12451,
    	0xeb, 12451,
    	0xec, 12451,
    	0xed, 12451,
    	0xee, 12451,
    	0xef, 12451,
    	/*12398*/ uint16(xCondSlashR),
    	12407, // 0
    	12411, // 1
    	12415, // 2
    	12419, // 3
    	12423, // 4
    	0,     // 5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    func (f *http2Framer) writeUint32(v uint32) {
    	f.wbuf = append(f.wbuf, byte(v>>24), byte(v>>16), byte(v>>8), byte(v))
    }
    
    const (
    	http2minMaxFrameSize = 1 << 14
    	http2maxFrameSize    = 1<<24 - 1
    )
    
    // SetReuseFrames allows the Framer to reuse Frames.
    // If called on a Framer, Frames returned by calls to ReadFrame are only
    // valid until the next call to ReadFrame.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    - golang.org/x/term: v0.13.0 → v0.18.0
    - golang.org/x/text: v0.13.0 → v0.14.0
    - golang.org/x/tools: v0.12.0 → v0.18.0
    - google.golang.org/protobuf: v1.31.0 → v1.33.0
    - k8s.io/klog/v2: v2.110.1 → v2.120.1
    - k8s.io/kube-openapi: 2dd684a → 70dd376
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.28.0 → v0.29.0
    
    ### Removed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.13.md

    - Added secure port 10259 to the kube-scheduler (enabled by default) and deprecate old insecure port 10251. Without further flags self-signed certs are created on startup in memory. ([#69663](https://github.com/kubernetes/kubernetes/pull/69663), [@sttts](https://github.com/sttts))
    
    ## Release Notes From SIGs
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    \"x-prop\": {\"rule\": \"self.x__dash__prop > 0\"}\n  - Rule accessing a property named \"redact__d\": {\"rule\": \"self.redact__underscores__d > 0\"}\n\nEquality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n  - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n    non-intersecting elements in `Y` are appended,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top