Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 4,529 for Compiler (0.31 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/DefaultJavaCompilerFactory.java

            }
            return javaHomeBasedJavaCompilerFactory;
        }
    
        @Override
        @SuppressWarnings("unchecked")
        public <T extends CompileSpec> Compiler<T> create(Class<T> type) {
            Compiler<T> result = createTargetCompiler(type);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/main/java/org/gradle/language/base/internal/compile/VersionAwareCompiler.java

     */
    
    package org.gradle.language.base.internal.compile;
    
    import org.gradle.api.tasks.WorkResult;
    import org.gradle.language.base.compile.CompilerVersion;
    
    public class VersionAwareCompiler<T extends CompileSpec> implements Compiler<T> {
    
        private final CompilerVersion compilerVersion;
        private final Compiler<T> compiler;
    
        public VersionAwareCompiler(Compiler<T> compiler, CompilerVersion version) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

            ":clustering_passes_inc_gen",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:attribute_utils",
            "//tensorflow/compiler/mlir/tensorflow:string_util",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_analysis",
            "//tensorflow/compiler/mlir/tensorflow:tpu_rewrite_device_util",
            "//tensorflow/compiler/mlir/tf2xla/internal/utils:dialect_detection_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/NormalizingJavaCompiler.java

    /**
     * A Java {@link Compiler} which does some normalization of the compile configuration and behaviour before delegating to some other compiler.
     */
    public class NormalizingJavaCompiler implements Compiler<JavaCompileSpec> {
        private static final Logger LOGGER = Logging.getLogger(NormalizingJavaCompiler.class);
        private final Compiler<JavaCompileSpec> delegate;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 4K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/swift/IncrementalSwiftCompiler.java

    public class IncrementalSwiftCompiler implements Compiler<SwiftCompileSpec> {
        private final Compiler<SwiftCompileSpec> compiler;
        private final TaskOutputsInternal outputs;
        private final CompilerOutputFileNamingSchemeFactory compilerOutputFileNamingSchemeFactory;
        private final Deleter deleter;
    
        public IncrementalSwiftCompiler(
            Compiler<SwiftCompileSpec> compiler,
            TaskOutputsInternal outputs,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. src/go/internal/gcimporter/gcimporter_test.go

    	if runtime.Compiler != "gc" {
    		t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
    	}
    
    	tmpdir := mktmpdir(t)
    	defer os.RemoveAll(tmpdir)
    	testoutdir := filepath.Join(tmpdir, "testdata")
    
    	// b.go needs to be compiled from the output directory so that the compiler can
    	// find the compiled package a. We pass the full path to compile() so that we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:22:59 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/BUILD

            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:error_util",
            "//tensorflow/compiler/mlir/tensorflow:mlir_import_options",
            "//tensorflow/compiler/mlir/tensorflow:mlir_roundtrip_flags",
            "//tensorflow/compiler/mlir/tensorflow:tf_dialect_lib",
            "//tensorflow/compiler/mlir/tensorflow:translate_lib",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

            "//tensorflow/compiler/mlir/tensorflow:convert_tensor",
            "//tensorflow/compiler/mlir/tensorflow:convert_type",
            "//tensorflow/compiler/mlir/tensorflow:device_util",
            "//tensorflow/compiler/mlir/tensorflow:dump_mlir_util",
            "//tensorflow/compiler/mlir/tensorflow:dynamic_shape_utils",
            "//tensorflow/compiler/mlir/tensorflow:error_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/BUILD

            ":tf_xla_passes",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:serialize_mlir_module_utils",
            "//tensorflow/compiler/tf2xla:xla_compilation_device",
            "//tensorflow/compiler/tf2xla:xla_context",
            "//tensorflow/compiler/tf2xla:xla_expression",
            "//tensorflow/compiler/tf2xla:xla_helpers",
            "//tensorflow/compiler/tf2xla:xla_op_registry",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:pre_calibration",
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:saved_model_export",
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:saved_model_import",
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:types",
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:weight_only_ptq",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top