Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 215 for in_bounds (0.41 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            rewriter.create<TF::LessOp>(loc, b_false.getType(), n_plus_y, b_rows));
        Value in_bounds = rewriter.create<ReshapeOp>(
            loc,
            tensorflow::GetTypeFromTFTensorShape(Shape({num_diags, max_diag_len}),
                                                 rewriter.getIntegerType(1)),
            rewriter.create<AndOp>(loc, x_in_bounds, y_in_bounds));
    
        // Now combine x and y into the index data structure needed for gather.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. releasenotes/notes/inbound-passthrough.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 29940
    upgradeNotes:
      - title: Inbound Forwarding Configuration
        content: |
          The behavior of inbound forwarding will be modified in the near future. While this change is not enabled
          by default in Istio 1.10, it can be enabled today by configuring the `PILOT_ENABLE_INBOUND_PASSTHROUGH=true` environment
          variable in Istiod.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  3. releasenotes/notes/tls-inbound.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    releaseNotes:
    - |
      **Improved** TLS configuration on sidecar server side inbound paths to enforce TLSv2 version along with recommended cipher suites.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 28 16:30:12 UTC 2020
    - 378 bytes
    - Viewed (0)
  4. releasenotes/notes/inbound-cluster-name.yaml

    area: networking
    issues:
      - 26861
    releaseNotes:
    - |
      **Updated** the inbound Envoy cluster name format to reduce 503 errors during Service changes.
    
    upgradeNotes:
    - title: Inbound Cluster Name Format
      content: |
        The format of inbound Envoy cluster names has changed. Previously, they included the Service hostname
        and port name, such as `inbound|80|http|httpbin.default.svc.cluster.local`. This lead to issues when multiple
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 22 16:31:28 UTC 2020
    - 778 bytes
    - Viewed (0)
  5. releasenotes/notes/inbound-patch.yaml

    apiVersion: release-notes/v2
    kind: bug-fix 
    area: networking
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 10 17:35:32 UTC 2021
    - 173 bytes
    - Viewed (0)
  6. releasenotes/notes/vm-iptables-inbound.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
    - 29412
    releaseNotes:
    - |
      **Improved** the `istioctl x workload` command to configure VMs to disable inbound `iptables` capture
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 06:42:43 UTC 2021
    - 254 bytes
    - Viewed (0)
  7. releasenotes/notes/drop-legacy-inbound-passthrough.yaml

    kind: feature
    area: traffic-management
    releaseNotes:
    - |
      **Removed** the `PILOT_ENABLE_INBOUND_PASSTHROUGH` setting, which has been enabled-by-default for the past 8 releases.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 18:21:41 UTC 2024
    - 394 bytes
    - Viewed (0)
  8. tools/istio-iptables/pkg/capture/testdata/inbound-ports-wildcard.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  9. pilot/test/xdstest/validate.go

    	check := map[string]int{}
    	for i1, l1 := range l.FilterChains {
    		// We still create virtual inbound listeners before merging into single inbound
    		// This hack skips these ones, as they will be processed later
    		if hcm := ExtractHTTPConnectionManager(t, l1); strings.HasPrefix(hcm.GetStatPrefix(), "inbound_") && l.Name != "virtualInbound" {
    			continue
    		}
    
    		s := Dump(t, l1.FilterChainMatch)
    		if i2, ok := check[s]; ok {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. tools/istio-iptables/pkg/capture/testdata/inbound-ports-tproxy.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top