forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose saved_model.SavedModelBuilder as the internal API
PiperOrigin-RevId: 367720276 Change-Id: I7f660a52e8fba185ca4a54bc48e3ed29a507adb0
- Loading branch information
1 parent
170904c
commit 5bf089d
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...orflow/tools/api/golden/v2/tensorflow.__internal__.saved_model.-saved-model-builder.pbtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
path: "tensorflow.__internal__.saved_model.SavedModelBuilder" | ||
tf_class { | ||
is_instance: "<class \'tensorflow.python.saved_model.builder_impl._SavedModelBuilder\'>" | ||
is_instance: "<type \'object\'>" | ||
member_method { | ||
name: "__init__" | ||
argspec: "args=[\'self\', \'export_dir\'], varargs=None, keywords=None, defaults=None" | ||
} | ||
member_method { | ||
name: "add_meta_graph" | ||
argspec: "args=[\'self\', \'tags\', \'signature_def_map\', \'assets_list\', \'clear_devices\', \'init_op\', \'train_op\', \'saver\'], varargs=None, keywords=None, defaults=[\'None\', \'None\', \'False\', \'None\', \'None\', \'None\'], " | ||
} | ||
member_method { | ||
name: "add_meta_graph_and_variables" | ||
argspec: "args=[\'self\', \'sess\', \'tags\', \'signature_def_map\', \'assets_list\', \'clear_devices\', \'init_op\', \'train_op\', \'strip_default_attrs\', \'saver\'], varargs=None, keywords=None, defaults=[\'None\', \'None\', \'False\', \'None\', \'None\', \'False\', \'None\'], " | ||
} | ||
member_method { | ||
name: "save" | ||
argspec: "args=[\'self\', \'as_text\'], varargs=None, keywords=None, defaults=[\'False\'], " | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
tensorflow/tools/api/golden/v2/tensorflow.__internal__.saved_model.pbtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters