Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Remotes (0.46 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.remote.Address> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Address.java:0)
    Class <org.gradle.internal.remote.ConnectionAcceptor> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ConnectionAcceptor.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. RELEASE.md

            those missing dependencies.
    *   TensorFlow 2.15.0.post1 is being released for Linux x86_64 to resolve this
        issue as quickly as possible.
        *   This version removes the `tensorrt` Python package dependencies from the
            tensorflow[and-cuda] installation method to ensure `pip install
            tensorflow[and-cuda]` works as originally intended for TensorFlow 2.15.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    This function computes the exponential of every element in the input tensor.
      i.e. `exp(x)` or `e^(x)`, where `x` is the input tensor.
      `e` denotes Euler's number and is approximately equal to 2.718281.
      Output is positive for any real input.
    
      ```python
      x = tf.constant(2.0)
      tf.math.exp(x) ==> 7.389056
    
      x = tf.constant([2.0, 8.0])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              }
            },
            "required": [
              "driver"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.Capabilities": {
            "description": "Adds and removes POSIX capabilities from running containers.",
            "properties": {
              "add": {
                "description": "Added capabilities",
                "items": {
                  "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  }
                ],
                "description": "Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over."
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top