Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 466 for composed (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tpu_host_computation_expansion.cc

    // at the head of TPU computation that is used only by other outside compiled
    // ops. Identity ops and Cast ops is commonly added to the start of TPU
    // computation. Adding/expanding outside compilation attributes to these ops
    // will ensure that head outside compiled ops are correctly located and moved to
    // host.
    // TODO(b/158691733): Also handle ops inside function calls/control flows.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/PropertyUpgradesBinaryCompatibilityCrossVersionSpec.groovy

    @TargetVersions("8.0.2")
    class PropertyUpgradesBinaryCompatibilityCrossVersionSpec extends AbstractPropertyUpgradesBinaryCompatibilityCrossVersionSpec {
    
        def "can use upgraded Checkstyle in a Groovy plugin compiled with a previous Gradle version"() {
            given:
            prepareGroovyPluginTest """
                project.tasks.register("myCheckstyle", Checkstyle) {
                    maxErrors = 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. src/internal/types/testdata/fixedbugs/issue43110.go

    	case a: // no follow-on error here
    	}
    
    	// this is ok because f can be compared to nil
    	var f func()
    	switch f {
    	}
    
    	switch f {
    	case nil:
    	}
    
    	switch (func())(nil) {
    	case nil:
    	}
    
    	switch (func())(nil) {
    	case f /* ERRORx `invalid case f in switch on .* \(func can only be compared to nil\)` */ :
    	}
    
    	switch nil /* ERROR "use of untyped nil in switch expression" */ {
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 794 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/list_cgo_compiled_importmap.txt

    # the CompiledGoFiles field) should have a corresponding entry in the
    # ImportMap field when a runtime/cgo variant (such as a test variant)
    # will be used.
    
    [short] skip  # -compiled can be slow (because it compiles things)
    [!cgo] skip
    [GOOS:darwin] skip # net package does not import "C" on Darwin
    [GOOS:windows] skip # net package does not import "C" on Windows
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 22:26:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/Swift4Test.groovy

                    """#if swift(>=5.0)
                            XCTFail("Compilation unit compiled with Swift 5+ instead of Swift 4.x");
                        #elseif swift(>=4.0)
                            // Do nothing
                        #else
                            XCTFail("Compilation unit compiled with Swift 3- instead of Swift 4.x");
                        #endif
                    """)
            ]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-groovy/src/crossVersionTest/groovy/org/gradle/integtests/StaticGroovyTaskSubclassingBinaryCompatibilityCrossVersionSpec.groovy

    /**
     * Tests that task classes compiled against earlier versions of Gradle using the static Groovy compiler are still compatible.
     *
     * <p>Note: Groovy introduced static compilation ({@link groovy.transform.CompileStatic}) in Groovy 2.0.0.
     * We switched to using Groovy 2.3.3 from 1.8.6 in Gradle 2.0. However, Groovy 2.3.3 shipped with Gradle 2.0 had a bug that prevents the test to be compiled.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 12:37:02 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/main/java/org/gradle/language/nativeplatform/DependentSourceSet.java

         */
        void lib(Object library);
    
        /**
         * Sets the pre-compiled header to be used when compiling sources in this source set.
         *
         * @param header the header to precompile
         */
        void setPreCompiledHeader(String header);
    
        /**
         * Returns the pre-compiled header configured for this source set.
         *
         * @return the pre-compiled header
         */
        String getPreCompiledHeader();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/Swift5Test.groovy

                    """#if swift(>=6.0)
                            XCTFail("Compilation unit compiled with Swift 6+ instead of Swift 5.x");
                        #elseif swift(>=5.0)
                            // Do nothing
                        #else
                            XCTFail("Compilation unit compiled with Swift 4- instead of Swift 5.x");
                        #endif
                    """)
            ]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  9. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtMetadataCalculator.kt

    @KaAnalysisNonPublicApi
    public interface KaMetadataCalculatorMixIn : KaSessionMixIn {
        /**
         * Calculates metadata that would be generated by the compiler in case this class was compiled to the JVM class file.
         *
         * @param mapping map containing the light elements ([KtLightElement]) for each callable declaration in this class.
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/device_compilation_profiler.h

    // the given cluster should be compiled or not.
    class DeviceCompilationProfiler : public ResourceBase {
     public:
      DeviceCompilationProfiler() = default;
      ~DeviceCompilationProfiler() override;
    
      struct ClusterCompileStats {
        // Number of times the cluster has been (re-)compiled.
        int64_t compile_count = 0;
    
        // The number of times this cluster has been executed.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top