Skip to content

Commit

Permalink
Update export docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Apr 5, 2024
1 parent c5b8150 commit 9f6d2ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/api_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@
"path": "export",
"title": "Model export for inference",
"generate": [
"keras.Model.export",
"keras.export.ExportArchive",
"keras.export.ExportArchive.add_endpoint",
"keras.export.ExportArchive.add_variable_collection",
"keras.export.ExportArchive.track",
"keras.export.ExportArchive.write_out",
],
},
{
Expand Down

0 comments on commit 9f6d2ce

Please sign in to comment.