Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 2,894 for ccCompiler (0.24 sec)

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

            Compiler<T> compiler = new SelectiveCompiler<>(cleaningJavaCompiler, rebuildAllCompiler, recompilationSpecProvider, currentCompilationAccess, previousCompilationAccess);
            return new IncrementalResultStoringCompiler<>(compiler, currentCompilationAccess, previousCompilationAccess);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/BUILD

    load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    glob_lit_tests(
        name = "all_tests",
        data = [":test_utilities"],
        # Custom driver is unsupported in OSS. Fails if one is provided.
        # copybara:uncomment driver = "//tensorflow/compiler/mlir:run_lit.sh",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompilerBuilder.java

        interface IncrementalCompiler {
            <T extends NativeCompileSpec> Compiler<T> createCompiler(Compiler<T> compiler);
    
            /**
             * Returns a file collection that contains the header files required by the source files.
             */
            FileCollection getHeaderFiles();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/initialize_variables_in_session_init_test_pass.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/initialize_variables_in_session_init.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/fake_session.h"
    
    namespace mlir {
    namespace tf_test {
    namespace {
    
    #define GEN_PASS_DEF_INITIALIZEVARIABLESINSESSIONINITIALIZERPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h.inc"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractAndroidSantaTrackerSmokeTest.groovy

                    "--add-opens", "jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED",
                    "--add-opens", "jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. platforms/software/platform-base/src/main/java/org/gradle/language/base/internal/compile/CompilerUtil.java

     */
    
    package org.gradle.language.base.internal.compile;
    
    public class CompilerUtil {
        @SuppressWarnings("unchecked")
        public static <T extends CompileSpec> Compiler<T> castCompiler(Compiler<?> compiler) {
            return (Compiler<T>) compiler;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 870 bytes
    - Viewed (0)
  7. platforms/jvm/java-compiler-plugin/src/testFixtures/java/org/gradle/internal/compiler/java/TestCompiler.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.compiler.java;
    
    import org.gradle.internal.compiler.java.listeners.constants.ConstantDependentsConsumer;
    
    import javax.tools.JavaCompiler;
    import javax.tools.JavaFileObject;
    import javax.tools.StandardJavaFileManager;
    import javax.tools.ToolProvider;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:06:26 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/g3doc/_index.yaml

      - classname: devsite-landing-row-cards
        items:
        - heading: "Multi-Level Intermediate Representation for Compiler Infrastructure"
          youtube_id: qzljG6DKgic
          buttons:
          - label: Watch the video
            path: https://www.youtube.com/watch?v=qzljG6DKgic
        - heading: "A new intermediate representation and compiler framework"
          image_path: /resources/images/tf-logo-card-16x9.png
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  9. .bazelrc

    build:rocm --config=no_tfrt
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/lhlo_to_jitrt/BUILD

    load("//tensorflow:tensorflow.bzl", "if_oss")
    load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    # copybara:uncomment_begin
    #
    # glob_lit_tests(
    #     name = "all_tests",
    #     data = [":test_utilities"],
    #     driver = "//tensorflow/compiler/mlir:run_lit.sh",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 838 bytes
    - Viewed (0)
Back to top