Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LegalizeWithMlirBridge (0.21 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir_test.cc

      return LegalizeWithMlirBridge(
          mlir_to_hlo_args, metadata_proto, use_tuple_args,
          /*device_type=*/"XLA_TPU_JIT",
          /*shape_determination_fns=*/{}, arg_shapes, &arg_core_mapping,
          &per_core_arg_shapes, custom_legalization_passes,
          compilation_result.get());
    }
    
    TEST(LegalizeWithMlirBridge, LegalizesToMhloProto) {
      auto result = LegalizeMlirModule(kMlirModuleStr);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.h

    // Compiles a serialized MLIR module into XLA HLO, generates all accompanying
    // metadata and stores them in CompilationResult.
    absl::StatusOr<XlaCompilationResult> LegalizeWithMlirBridge(
        const tpu::MlirToHloArgs& computation,
        const tpu::TPUCompileMetadataProto& metadata, bool use_tuple_args,
        llvm::StringRef device_type,
        XlaShapeLayoutHelpers::ShapeDeterminationFns shape_determination_fns,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/legalize_tf_mlir.cc

                               arg_core_mapping, per_core_arg_shapes);
      if (!sharding_result.ok()) {
        return sharding_result;
      }
      return compiled_mlir;
    }
    
    absl::StatusOr<XlaCompilationResult> LegalizeWithMlirBridge(
        const tpu::MlirToHloArgs& computation,
        const tpu::TPUCompileMetadataProto& metadata, bool use_tuple_args,
        llvm::StringRef device_type,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top