Home
last modified time | relevance | path

Searched refs:base_export_strategy (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils_test.py815 base_export_strategy = export_strategy_lib.ExportStrategy(
819 base_export_strategy, _post_export_fn, "Servo2")
845 base_export_strategy = export_strategy_lib.ExportStrategy(
849 base_export_strategy, _post_export_fn)
872 base_export_strategy = export_strategy_lib.ExportStrategy(
876 base_export_strategy, _post_export_fn)
Dsaved_model_export_utils.py736 def extend_export_strategy(base_export_strategy, argument
780 tmp_base_export = base_export_strategy.export(
804 name = post_export_name if post_export_name else base_export_strategy.name