Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ImportSavedModelOrTfMlir (0.27 sec)

  1. tensorflow/compiler/mlir/tensorflow_to_stablehlo/tf_to_stablehlo.cc

    namespace mlir {
    namespace {
    
    // Extract the mlir TF module and optionally a ::tensorflow::SavedModelBundle
    // from a saved model or from an mlir file.
    absl::StatusOr<quant::stablehlo::ImportedMlirModuleOp> ImportSavedModelOrTfMlir(
        absl::string_view input_path, MLIRContext* context,
        const std::vector<std::string>& exported_model_signatures,
        const std::vector<std::string>& tag_names, bool is_input_mlir_module) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top