Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,470 for Compiler (0.39 sec)

  1. platforms/jvm/java-compiler-plugin/src/main/java/org/gradle/internal/compiler/java/IncrementalCompileTask.java

     * limitations under the License.
     */
    package org.gradle.internal.compiler.java;
    
    import com.sun.source.util.JavacTask;
    import org.gradle.internal.compiler.java.listeners.classnames.ClassNameCollector;
    import org.gradle.internal.compiler.java.listeners.constants.ConstantDependentsConsumer;
    import org.gradle.internal.compiler.java.listeners.constants.ConstantsCollector;
    
    import javax.annotation.processing.Processor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/BUILD

        visibility = [
            "//tensorflow:__pkg__",
            "//tensorflow/compiler/mlir/quantization/tensorflow/python:__pkg__",
        ],
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:quantization_config_proto_cc",
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration:calibration_parameters",
            "//tensorflow/compiler/mlir/quantization/tensorflow:quantization_options_proto_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.cc

    #include "stablehlo/dialect/Register.h"  // from @stablehlo
    #include "tensorflow/compiler/mlir/tensorflow/dialect_registration.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/set_tpu_infeed_layout.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/serialize_mlir_module_utils.h"
    #include "tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.h"
    #include "tensorflow/compiler/mlir/tf2xla/internal/compilation_timer.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/ir/mlrt/mlrt_dialect.td

      let name = "mlrt";
    
      let description = [{
        The MLRT Dialect.
      }];
    
      let cppNamespace = "::mlrt::compiler";
    }
    
    def MlrtFutureType : DialectType<Mlrt_Dialect,
        CPred<"$_self.isa<::mlrt::compiler::FutureType>()">, "!mlrt.future type">,
        BuildableType<"$_builder.getType<::mlrt::compiler::FutureType>()"> {
      let description = [{
        `!mlrt.future type` represents a C++ mlrt::Future.
      }];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/tools/stablehlo_quant_opt.cc

    #include "tensorflow/compiler/mlir/init_mlir.h"
    #include "tensorflow/compiler/mlir/lite/quantization/ir/QuantOps.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/cc/pass_pipeline.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/passes.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/testing/passes.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 07:37:34 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/JdkToolsTest.groovy

     */
    
    package org.gradle.api.internal.tasks.compile
    
    
    import spock.lang.Specification
    import spock.lang.Subject
    
    import javax.tools.JavaCompiler
    
    class JdkToolsTest extends Specification {
        @Subject
        JdkTools current = new JdkTools([])
    
        def "can get java compiler"() {
            def compiler = current.systemJavaCompiler
    
            expect:
            compiler instanceof JavaCompiler
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/ir/mlrt/BUILD

            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
        deps = [
            ":mlrt_ops",
            ":tf_mlrt_ops_inc_gen",
            ":tf_ops_inc_gen",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_side_effects",
            "@llvm-project//mlir:IR",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 17:04:28 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow_to_stablehlo/python/BUILD

        "tf_python_pybind_extension",
    )
    load("//tensorflow/compiler/mlir/quantization/stablehlo:internal_visibility_allowlist.bzl", "internal_visibility_allowlist")
    
    package_group(
        name = "internal_visibility_allowlist_package",
        packages = [
            "//tensorflow/compiler/mlir/lite/...",
            "//tensorflow/compiler/mlir/quantization/...",
            "//tensorflow/compiler/mlir/tf2xla/transforms/...",
            "//tensorflow/lite/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.cc

    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.h"
    #include "tensorflow/compiler/mlir/quantization/stablehlo/quantization_config.pb.h"
    #include "tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_statistics.pb.h"
    #include "tensorflow/compiler/mlir/quantization/tensorflow/cc/run_passes.h"
    #include "tensorflow/compiler/mlir/quantization/tensorflow/exported_model.pb.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/runlit.site.cfg.py

    mlir_tf_tools_dirs = [
        'tensorflow/compiler/aot',
        'tensorflow/compiler/mlir',
        'tensorflow/compiler/mlir/lite',
        'tensorflow/compiler/mlir/lite/experimental/tac',
        'tensorflow/compiler/mlir/lite/stablehlo',
        'tensorflow/compiler/mlir/lite/stablehlo/odml_converter',
        'tensorflow/compiler/mlir/quantization/tensorflow',
        'tensorflow/compiler/mlir/tensorflow',
        'tensorflow/compiler/mlir/tfrt',
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 21:33:52 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top