Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for projectFor (0.29 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                    dependencies {
                        compile project(':util')
                    }
                }
            """ << withFileLibDependency("lib1.jar", projectDir)
            projectDir.createDirs("lib", "util", "app")
            projectDir.file("settings.gradle") << """
                rootProject.name = 'root'
                include 'lib'
                include 'util'
                include 'app'
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

                 TypeIsPred<"cell_to_input_weights", NoneType>]>]>]>>;
    
    def LstmProjectionWeightBiasConstraint : PredOpTrait<
      "either projection weight must be specified or both projection weight and "
      "projection bias must not be specified",
       Or<[
          And<[TypeIsPred<"projection_weights", NoneType>,
               TypeIsPred<"projection_bias", NoneType>]>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

        }
    
        def "does not apply transform to variants with requested implicit format attribute"() {
            given:
            buildFile << """
                project(':lib') {
                    projectDir.mkdirs()
                    def file1 = file('lib1.size')
                    file1.text = 'some text'
                    def file2 = file('lib2.size')
                    file2.text = 'some text'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // expected-error @+1 {{'tfl.unidirectional_sequence_lstm' op failed to verify that either projection weight must be specified or both projection weight and projection bias must not be specified}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

    "ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors (root certificates).\n\nClusterTrustBundle objects are considered to be readable by any authenticated user in the cluster, because they can be mounted by pods using the `clusterTrustBundle` projection.  All service accounts have read access to ClusterTrustBundles by default.  Users who only have namespace-level access to a cluster can read ClusterTrustBundles by impersonating a serviceaccount that they have access to.\n\nIt can be optionally...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ServiceAccountTokenProjection": {
          "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).",
          "properties": {
            "audience": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top