Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getDirs (0.1 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.artifacts.repositories.FlatDirectoryArtifactRepository.getDirs()> does not have raw return type assignable to org.gradle.api.provider.Property in (FlatDirectoryArtifactRepository.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        ShapedTypeComponents inferred = std::get<1>(result);
        TensorType inferred_type;
        if (inferred.hasRank()) {
          inferred_type =
              RankedTensorType::get(inferred.getDims(), inferred.getElementType());
    
        } else {
          inferred_type = UnrankedTensorType::get(inferred.getElementType());
        }
        inferred_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top