Skip to content

Commit 27c35bd

Browse files
author
Orbax Authors
committed
should not cause any public changes. the old API and new API have no difference besides naming for this case.
PiperOrigin-RevId: 810528998
1 parent 6f83b01 commit 27c35bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

export/orbax/export/tensorflow_export.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ def _process_serving_configs(
126126
corresponding to a serving signature of the exported SavedModel.
127127
obx_export_tf_preprocess_only: a boolean indicating whether to export only
128128
the preprocessor.
129-
module: A tf module that will provide the method definitions. The module
130-
should have a JaxModule set as a computation_module property.
131-
serving_signatures: a map of signature keys to serving functions. This map
132-
will be populated by this function.
133129
"""
134130
tf_trackable_resources = []
135131
for sc in serving_configs:

0 commit comments

Comments
 (0)