Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Dependencies (0.51 sec)

  1. RELEASE.md

        *   This dependency affected anyone installing TensorFlow 2.15 alongside
            NVIDIA CUDA dependencies via `pip install tensorflow[and-cuda]`.
        *   Depending on the installation method, TensorFlow 2.14 would be installed
            instead of 2.15, or users could receive an installation error due to
            those missing dependencies.
    *   TensorFlow 2.15.0.post1 is being released for Linux x86_64 to resolve this
    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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.publish.maven.internal.dependencies.MavenDependency> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (MavenDependency.java:0)
    Class <org.gradle.api.publish.maven.internal.dependencies.MavenPomDependencies> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (MavenPomDependencies.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)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Mutually exchanges multiple tensors of identical type and shape.
      }];
    
      let description = [{
    `is_stateless` means each op does not need control dependencies to other
    collective ops. In this case, keys that are unique at runtime
    (e.g. `instance_key`) should be used to distinguish collective groups.
      }];
    
      let arguments = (ins
        TF_FpOrI32OrI64Tensor:$input,
    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