Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 466 for composed (0.38 sec)

  1. src/runtime/os_freebsd_arm.go

    		print("a binary compiled for hard floating point. Recompile adding ,softfloat\n")
    		print("to GOARM.\n")
    		exit(1)
    	}
    	if goarm > 6 && cpu.HWCap&_HWCAP_VFPv3 == 0 && goarmsoftfp == 0 {
    		print("runtime: this CPU has no VFPv3 floating point hardware, so it cannot run\n")
    		print("a binary compiled for VFPv3 hard floating point. Recompile adding ,softfloat\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.h

    limitations under the License.
    ==============================================================================*/
    
    // An optimization passes that marks nodes that are to be compiled with
    // attribute kXlaClusterAttr. Nodes with the same cluster ID will be compiled
    // together.
    
    #ifndef TENSORFLOW_COMPILER_JIT_MARK_FOR_COMPILATION_PASS_H_
    #define TENSORFLOW_COMPILER_JIT_MARK_FOR_COMPILATION_PASS_H_
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 10 22:46:01 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  3. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/configurators/AnalysisApiLibraryBaseTestServiceRegistrar.kt

    import com.intellij.psi.ClassFileViewProviderFactory
    import com.intellij.psi.FileTypeFileViewProviders
    import com.intellij.psi.FileViewProviderFactory
    import com.intellij.psi.compiled.ClassFileDecompilers
    import com.intellij.psi.impl.compiled.ClassFileStubBuilder
    import com.intellij.psi.stubs.BinaryFileStubBuilders
    import org.jetbrains.kotlin.analysis.decompiler.konan.K2KotlinNativeMetadataDecompiler
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Dec 01 18:12:23 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. src/runtime/os_linux_arm.go

    		print("a binary compiled for hard floating point. Recompile adding ,softfloat\n")
    		print("to GOARM.\n")
    		exit(1)
    	}
    	if goarm > 6 && cpu.HWCap&_HWCAP_VFPv3 == 0 && goarmsoftfp == 0 {
    		print("runtime: this CPU has no VFPv3 floating point hardware, so it cannot run\n")
    		print("a binary compiled for VFPv3 hard floating point. Recompile adding ,softfloat\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/xla_activity.proto

    // compilation of a single XLA cluster.  E.g. if a graph has two clusters, A and
    // B, and A is compiled 5 times and B is compiled 2 times then we will generate
    // 7 instances of XlaJitCompilationActivity.
    //
    // Next ID: 6
    message XlaJitCompilationActivity {
      string cluster_name = 1;
    
      // The number of time this cluster has been compiled.
      int32 compile_count = 2;
    
      // Microseconds spent in the individual compilation being reported.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 15 03:11:33 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/main/java/org/gradle/language/ComponentDependencies.java

         *
         * @param notation The dependency notation, as per {@link org.gradle.api.artifacts.dsl.DependencyHandler#create(Object)}.
         */
        void implementation(Object notation);
    
        /**
         * Adds an implementation dependency to this component. An implementation dependency is not visible to consumers that are compiled against this component.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/main/java/org/gradle/language/LibraryDependencies.java

         *
         * @param notation The dependency notation, as per {@link org.gradle.api.artifacts.dsl.DependencyHandler#create(Object)}.
         */
        void api(Object notation);
    
        /**
         * Adds an API dependency to this library. An API dependency is made visible to consumers that are compiled against this component.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  8. src/go/build/doc.go

    //
    // If DIR is a directory listed in the Go path, a package with
    // source in DIR/src/foo/bar can be imported as "foo/bar" and
    // has its compiled form installed to "DIR/pkg/GOOS_GOARCH/foo/bar.a"
    // (or, for gccgo, "DIR/pkg/gccgo/foo/libbar.a").
    //
    // The bin/ directory holds compiled commands.
    // Each command is named for its source directory, but only
    // using the final element, not the entire path. That is, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/provider/ScriptApiTest.kt

                equalTo(emptyList())
            )
        }
    
        @Test
        fun `compiled init script template implements script api`() =
            assertScriptApiOf<CompiledKotlinInitScript>()
    
        @Test
        fun `compiled settings script template implements script api`() =
            assertScriptApiOf<CompiledKotlinSettingsScript>()
    
        @Test
        fun `compiled settings pluginManagement block template implements script api`() =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/TaskSubclassingBinaryForwardCompatibilityCrossVersionSpec.groovy

    import org.gradle.integtests.fixtures.TargetVersions
    
    /**
     * Tests that task classes compiled against earlier versions of Gradle are still compatible.
     */
    @TargetVersions("3.0+")
    class TaskSubclassingBinaryForwardCompatibilityCrossVersionSpec extends AbstractTaskSubclassingBinaryCompatibilityCrossVersionSpec {
        def "can use task subclass compiled using previous Gradle version"() {
            given:
            prepareSubclassingTest(previous.version)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top