Home
last modified time | relevance | path

Searched refs:ExportStrategy (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dexport_strategy_test.py33 strategy = export_strategy.ExportStrategy('foo', _export_fn)
44 strategy = export_strategy.ExportStrategy('foo', _ckpt_export_fn)
57 strategy = export_strategy.ExportStrategy('foo', _ckpt_eval_export_fn)
66 strategy = export_strategy.ExportStrategy('foo', _eval_export_fn)
81 strategy = export_strategy.ExportStrategy('foo',
Dexport_strategy.py34 class ExportStrategy( class
72 return super(ExportStrategy, cls).__new__(
D__init__.py41 from tensorflow.contrib.learn.python.learn.export_strategy import ExportStrategy
Dexperiment.py301 if isinstance(values, export_strategy.ExportStrategy):
305 if not isinstance(value, export_strategy.ExportStrategy):
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils.py484 return export_strategy.ExportStrategy('Servo', export_fn, strip_default_attrs)
730 return export_strategy.ExportStrategy('best_model', export_fn)
805 return export_strategy.ExportStrategy(name, export_fn)
Dsaved_model_export_utils_test.py685 isinstance(export_strategy, export_strategy_lib.ExportStrategy))
705 isinstance(export_strategy, export_strategy_lib.ExportStrategy))
815 base_export_strategy = export_strategy_lib.ExportStrategy(
845 base_export_strategy = export_strategy_lib.ExportStrategy(
872 base_export_strategy = export_strategy_lib.ExportStrategy(
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dcustom_export_strategy.py107 return export_strategy.ExportStrategy(
/external/tensorflow/tensorflow/contrib/learn/
DREADME.md84 * ExportStrategy: Replaced by `tf.estimator.Exporter`.