Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for capture2 (0.65 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        captureMode:
                          description: |-
                            When the bind address is an IP, the captureMode option dictates how traffic to the listener is expected to be captured (or not).
    
                            Valid Options: DEFAULT, IPTABLES, NONE
                          enum:
                          - DEFAULT
                          - IPTABLES
                          - NONE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                        captureMode:
                          description: |-
                            When the bind address is an IP, the captureMode option dictates how traffic to the listener is expected to be captured (or not).
    
                            Valid Options: DEFAULT, IPTABLES, NONE
                          enum:
                          - DEFAULT
                          - IPTABLES
                          - NONE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        captureMode:
                          description: When the bind address is an IP, the captureMode
                            option dictates how traffic to the listener is expected to
                            be captured (or not).
                          enum:
                          - DEFAULT
                          - IPTABLES
                          - NONE
                          type: string
                        hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Assumes that all arguments of the function are Tensors which will be batched
    along their first dimension.
    
    Arguments that are captured, are not batched. The session.run call which does
    the concatenation, will use the values of the captured tensors available to it.
    Therefore, typical uses of captured tensors should involve values which remain
    unchanged across session.run calls. Inference is a good example of this.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                tuple_value {
                }
              }
            }
          }
          dependencies {
            node_id: 5
            local_name: "capture_0"
          }
        }
        nodes {
          children {
            node_id: 5
            local_name: "capture_0"
          }
          bare_concrete_function {
            concrete_function_name: "__inference_signature_wrapper_13"
            function_spec {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Fix the `cloudprovider_azure_api_request_duration_seconds` metric buckets to correctly capture the latency metrics. Previously, the majority of the calls would fall in the "+Inf" bucket. ([#94943](https://github.com/kubernetes/kubernetes/pull/94943), [@marwanad](https://github.com/marwanad)) [SIG Cloud Provider and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top