Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for captures (0.1 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. 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)
Back to top