Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for qint (0.3 sec)

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

    func.func @max_qint(%arg0: tensor<4x8x!tf_type.qint8>) -> tensor<4x1x!tf_type.qint8> {
      %dimension = "tf.Const"() { value = dense<1> : tensor<1xi64> } : () -> tensor<1xi64>
      %0 = "tf.Max"(%arg0, %dimension) { keep_dims = true }: (tensor<4x8x!tf_type.qint8>, tensor<1xi64>) -> tensor<4x1x!tf_type.qint8>
      func.return %0 : tensor<4x1x!tf_type.qint8>
    }
    
    // -----
    
    // CHECK-LABEL: func @max_dynamic
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/bgentry/speakeasy,v0.1.0,h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=,d4bfd48b9bf68c87f92c94478ac910bcdab272e15eb909d58f1fb939233f75f0
    github.com/bifurcation/mint,v0.0.0-20180715133206-93c51c6ce115,h1:fUjoj2bT6dG8LoEe+uNsKk8J+sLkDbQkJnB6Z1F02Bc=,40a4bd02b9e3477271638bc17ae8537e2675ace0a9b85d753820e979dbf97f36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                      never change the enforcement behaviour of the policy. \n Currently,
                      the only available hint is \"AssumeNeededOnEveryNode\".  When that
                      hint is set on a policy, Felix will act as if the policy matches
                      a local endpoint even if it does not. This is useful for \"preloading\"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.17.md

    - github.com/golangci/goconst: 041c5f2
    - github.com/golangci/gocyclo: 2becd97
    - github.com/golangci/gofmt: 0b8337e
    - github.com/golangci/golangci-lint: v1.18.0
    - github.com/golangci/gosec: 66fb7fc
    - github.com/golangci/ineffassign: 42439a7
    - github.com/golangci/lint-1: ee948d0
    - github.com/golangci/maligned: b1d8939
    - github.com/golangci/misspell: 950f5d1
    - github.com/golangci/prealloc: 215b22d
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.22.md

    - github.com/alecthomas/template: [fb15b89](https://github.com/alecthomas/template/tree/fb15b89)
    - github.com/andreyvit/diff: [c7f18ee](https://github.com/andreyvit/diff/tree/c7f18ee)
    - github.com/bifurcation/mint: [93c51c6](https://github.com/bifurcation/mint/tree/93c51c6)
    - github.com/caddyserver/caddy: [v1.0.3](https://github.com/caddyserver/caddy/tree/v1.0.3)
    - github.com/cenkalti/backoff: [v2.1.1+incompatible](https://github.com/cenkalti/backoff/tree/v2.1.1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	InternalTrafficPolicy *ServiceInternalTrafficPolicy
    
    	// TrafficDistribution offers a way to express preferences for how traffic is
    	// distributed to Service endpoints. Implementations can use this field as a
    	// hint, but are not required to guarantee strict adherence. If the field is
    	// not set, the implementation will apply its default routing strategy. If set
    	// to "PreferClose", implementations should prioritize endpoints that are
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"port":        "The port number of the endpoint.",
    	"protocol":    "The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.24.md

    - github.com/stretchr/testify: [v1.7.0 → v1.8.0](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0)
    - go.uber.org/goleak: v1.1.10 → v1.2.0
    - golang.org/x/lint: 6edffad → 83fdc39
    - gopkg.in/yaml.v3: 496545a → v3.0.1
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.30 → v0.0.33
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.24.6
    
    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. staging/src/k8s.io/api/core/v1/generated.proto

      // The IP protocol for this port.
      // Must be UDP, TCP, or SCTP.
      // Default is TCP.
      // +optional
      optional string protocol = 3;
    
      // The application protocol for this port.
      // This is used as a hint for implementations to offer richer behavior for protocols that they understand.
      // This field follows standard Kubernetes label syntax.
      // Valid values are either:
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      auto shape_x = x_rankless.getShape();
      auto shape_y = y_rankless.getShape();
    
      int rank_diff = shape_x.size() - shape_y.size();
      int offset_x = rank_diff > 0 ? rank_diff : 0;
      int offset_y = rank_diff < 0 ? -rank_diff : 0;
      for (int i = 0, s = std::min(shape_x.size(), shape_y.size()); i < s; i++) {
        int index_x = i + offset_x;
        int index_y = i + offset_y;
        if ((shape_x[index_x] == -1 && shape_y[index_y] != 1) ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top