Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for conjunction (0.16 sec)

  1. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/tasks/testing/testng/TestNGOptions.java

        public void setTestName(String testName) {
            this.testName = testName;
        }
    
        /**
         * The suiteXmlFiles to use for running TestNG.
         *
         * Note: The suiteXmlFiles can be used in conjunction with the suiteXmlBuilder.
         */
        @InputFiles
        @PathSensitive(PathSensitivity.NONE)
        public List<File> getSuiteXmlFiles() {
            return suiteXmlFiles;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart1IntegrationTest.groovy

                contextualLabel == 'Type \'MyTransformParameters\' property \'incrementalNonFileInput\' is annotated with @Incremental but that is not allowed for \'Input\' properties'
                details == 'This modifier is used in conjunction with a property of type \'Input\' but this doesn\'t have semantics'
                solutions == [ 'Remove the \'@Incremental\' annotation' ]
                additionalData.asMap == [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  3. pilot/pkg/model/context.go

    	// required, as the computed sidecar scope version would not monotonically increase.
    	LastPushContext *PushContext
    	// LastPushTime records the time of the last push. This is used in conjunction with
    	// LastPushContext; the XDS cache depends on knowing the time of the PushContext to determine if a
    	// key is stale or not.
    	LastPushTime time.Time
    }
    
    type WatchedResource = xds.WatchedResource
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
  4. RELEASE.md

          the vocabulary lookup tensor is updated at the time interval set in the
          `UpdateEmbeddingCallback` based on the most up-to-date vocabulary hash
          table maintained by the layer. If this layer is not used in conjunction
          with `UpdateEmbeddingCallback` the behavior of the layer would be same as
          `keras.layers.Embedding`.
    *  `keras.optimizers.Adam`
        * Added the option to set adaptive epsilon to match implementations with Jax
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top