Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for debugLink (0.32 sec)

  1. RELEASE.md

        *   New endpoints in `tf.image` namespace: `tf.image.extract_image_patches`
        *   New endpoints in `tf.debugging` namespace:
            `tf.debugging.check_numerics`, `tf.debugging.is_finite`,
            `tf.debugging.is_inf`, `tf.debugging.is_nan`.
        *   New endpoints in `tf.dtypes` namespace: `tf.dtypes.as_string`.
        *   New endpoints in `tf.io` namespace: `tf.io.decode_base64`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    ### Expanded CLI support for debugging workloads and nodes
    
    SIG CLI expanded on debugging with `kubectl` to support two new debugging workflows: debugging workloads by creating a copy, and debugging nodes by creating a container in host namespaces. These can be convenient to:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                            - destination
                            type: object
                          type: array
                        name:
                          description: The name assigned to the route for debugging purposes.
                          type: string
                        redirect:
                          description: A HTTP rule can either return a direct_response,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                            - destination
                            type: object
                          type: array
                        name:
                          description: The name assigned to the route for debugging purposes.
                          type: string
                        redirect:
                          description: A HTTP rule can either return a direct_response,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                            - destination
                            type: object
                          type: array
                        name:
                          description: The name assigned to the route for debugging purposes.
                          type: string
                        redirect:
                          description: A HTTP rule can either return a direct_response,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    tensor.
    
    Example usage:
    
    ``` python
    a = tf.Variable(1.0)
    tf.debugging.check_numerics(a, message='')
    
    b = tf.Variable(np.nan)
    try:
      tf.debugging.check_numerics(b, message='Checking b')
    except Exception as e:
      assert "Checking b : Tensor had NaN values" in e.message
    
    c = tf.Variable(np.inf)
    try:
      tf.debugging.check_numerics(c, message='Checking c')
    except Exception as e:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

          },
          "io.k8s.api.core.v1.EphemeralContainer": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top