Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertSavedModelV1ToMlir (0.46 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.h

    // Given a V1 SavedModel, returns a MLIR module containing the functions,
    // expressed with tf_executor dialect.
    absl::StatusOr<mlir::OwningOpRef<mlir::ModuleOp>> ConvertSavedModelV1ToMlir(
        const SavedModelBundle& saved_model, absl::Span<std::string> exported_names,
        mlir::MLIRContext* context, MLIRImportOptions options = {});
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top