Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XLA_CPU_JIT (0.22 sec)

  1. tensorflow/compiler/jit/BUILD

        ],
        deps = [
            ":xla_cpu_device",
            ":xla_cpu_jit",
            "//tensorflow/compiler/plugin",
        ] + if_cuda_or_rocm([
            ":xla_gpu_device",
            ":xla_gpu_jit",
        ]) + if_with_tpu_support([
            ":xla_tpu_device",
            ":xla_tpu_jit",
        ]),
        alwayslink = 1,
    )
    
    cc_library(
        name = "xla_cpu_jit",
        visibility = ["//visibility:public"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

      target.addIllegalOp<TF::XlaConvV2Op>();
      target.addIllegalOp<TF::XlaGatherOp>();
    
      RewritePatternSet patterns(context);
      mhlo::Tf2XlaTypeConverter converter;
      mhlo::PopulateLegalizeTfWithTf2XlaPatterns("XLA_CPU_JIT", patterns, context,
                                                 converter);
      mhlo::PopulateLegalizeTfPatterns(context, &patterns);
      mlir::odml::PopulateLegalizeHloToTfPatterns(&patterns, context);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top