Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hlo_file_type (0.15 sec)

  1. tensorflow/compiler/mlir/lite/python/jax_to_tfl_flatbuffer.cc

      pass_config.enable_stablehlo_conversion = toco_flags.convert_to_stablehlo();
    
      mlir::OwningOpRef<mlir::ModuleOp> module;
      if (model_flags.hlo_file_type() == toco::ModelFlags::HLO_TEXT) {
        module = HloTextToMlirHloTranslateFunction(input, &context, false);
      } else if (model_flags.hlo_file_type() == toco::ModelFlags::HLO_PROTO) {
        module = HloToMlirHloTranslateFunction(input, &context, false);
      } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top