Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlatbufferExportOptions (0.14 sec)

  1. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

        return status_handler.Combine(
            absl::InvalidArgumentError("VHLO lowering failed"));
      }
    
      // Write MLIR Stablehlo dialect into FlatBuffer
      OpOrArgLocNameMapper op_or_arg_name_mapper;
      tflite::FlatbufferExportOptions options;
      options.toco_flags = toco_flags;
      options.saved_model_tags = saved_model_tags;
      options.op_or_arg_name_mapper = &op_or_arg_name_mapper;
      options.metadata[tflite::kModelUseStablehloTensorKey] = "true";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top