Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for isIncremental (0.21 sec)

  1. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    Sets up the implementation strategy for SAM (single abstract method) conversion to always generate anonymous classes, instead of using the `invokedynamic` JVM instruction.
    This is to provide a better support for configuration cache and incremental build.
    See link:https://youtrack.jetbrains.com/issue/KT-44912[KT-44912] in the Kotlin issue tracker for more information.
    
    `-Xjsr305=strict`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	pod1 := generatePod("128.0.0.1", "pod1", "nsA", "", "node1", map[string]string{"app": "prod-app"}, map[string]string{})
    	pods := []*corev1.Pod{pod1}
    	addPods(t, controller, fx, pods...)
    
    	// 1. incremental eds for normal service endpoint update
    	createServiceWait(controller, "svc1", "nsa", nil, nil,
    		[]int32{8080}, map[string]string{"app": "prod-app"}, t)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.h

    // size `nx`.
    //
    // Gradient nodes are automatically named under the "gradients/" prefix. To
    // guarantee name uniqueness, subsequent calls to the same graph will
    // append an incremental tag to the prefix: "gradients_1/", "gradients_2/", ...
    // See TF_AddGradientsWithPrefix, which provides a means to specify a custom
    // name prefix for operations added to a graph to compute the gradients.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    Configuration cache entry reused.
    ----
    
    If it succeeds on your build, congratulations, you can now try with more useful tasks.
    You should target your development loop.
    A good example is running tests after making incremental changes.
    
    If any problem is found caching or reusing the configuration, an HTML report is generated to help you diagnose and fix the issues. The report also shows detected build configuration inputs like
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    You can work around it by disabling Kotlin compilation avoidance in your `gradle.properties` file:
    
    [source,properties]
    ----
    kotlin.incremental.useClasspathSnapshot=false
    ----
    
    See link:https://youtrack.jetbrains.com/issue/KT-57757/[KT-57757] for more information.
    
    ==== Upgrade to Groovy 3.0.17
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  6. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.language.rc.tasks.WindowsResourceCompile.getIncrementalCompilerBuilder()> has arguments/return type org.gradle.language.nativeplatform.internal.incremental.IncrementalCompilerBuilder that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (WindowsResourceCompile.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top