Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 741 for compilers (0.22 sec)

  1. tensorflow/compiler/jit/device_executable_persistor_test.cc

    #include "tensorflow/cc/ops/function_ops.h"
    #include "tensorflow/cc/ops/math_ops.h"
    #include "tensorflow/compiler/jit/device_compiler_client.h"
    #include "tensorflow/compiler/jit/pjrt_device_compiler_client.h"
    #include "tensorflow/compiler/jit/xla_compilation_cache.pb.h"
    #include "tensorflow/compiler/jit/xla_device_compiler_client.h"
    #include "xla/client/client_library.h"
    #include "xla/client/executable_build_options.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/building_swift_projects.adoc

    For example, if you want to change the warning level generated by the compiler for all variants, you can use this configuration:
    
    .Setting Swift compiler options for all variants
    ====
    include::sample[dir="snippets/swift/basic/kotlin",files="build.gradle.kts[tags=swift-compiler-options-all-variants]"]
    include::sample[dir="snippets/swift/basic/groovy",files="build.gradle[tags=swift-compiler-options-all-variants]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseIncrementalCompilationAfterFailureIntegrationTest.groovy

        }
    
        def "new generated classes are removed on the compile failure and incremental compilation works after a failure"() {
            def b = source("package b; class B {}")
            source("class Unrelated {}")
            outputs.snapshot { run language.compileTaskName }
    
            when:
            // Compile more classes, so there is possibility some is generated before a compile failure.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:30 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter.go

    	"k8s.io/apiserver/pkg/cel/library"
    )
    
    // filterCompiler implement the interface FilterCompiler.
    type filterCompiler struct {
    	compiler Compiler
    }
    
    func NewFilterCompiler(env *environment.EnvSet) FilterCompiler {
    	return &filterCompiler{compiler: NewCompiler(env)}
    }
    
    type evaluationActivation struct {
    	object, oldObject, params, request, namespace, authorizer, requestResourceAuthorizer, variables interface{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 24 14:46:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/native/building_cpp_projects.adoc

    For example, if you want to change the warning level generated by the compiler for all variants, you can use this configuration:
    
    .Setting {cpp} compiler options for all variants
    ====
    include::sample[dir="snippets/cpp/basic/kotlin",files="build.gradle.kts[tags=cpp-compiler-options-all-variants]"]
    include::sample[dir="snippets/cpp/basic/groovy",files="build.gradle[tags=cpp-compiler-options-all-variants]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  6. 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)
  7. platforms/documentation/docs/src/docs/userguide/jvm/java_plugin.adoc

    `compileJava` — link:{groovyDslPath}/org.gradle.api.tasks.compile.JavaCompile.html[JavaCompile]::
    _Depends on_: All tasks which contribute to the compilation classpath, including `jar` tasks from projects that are on the classpath via project dependencies
    +
    Compiles production Java source files using the JDK compiler.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  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