We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f83b01 commit 27c35bdCopy full SHA for 27c35bd
export/orbax/export/tensorflow_export.py
@@ -126,10 +126,6 @@ def _process_serving_configs(
126
corresponding to a serving signature of the exported SavedModel.
127
obx_export_tf_preprocess_only: a boolean indicating whether to export only
128
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.
133
"""
134
tf_trackable_resources = []
135
for sc in serving_configs:
0 commit comments