Searched refs:ExportStrategy (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | export_strategy_test.py | 33 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',
|
D | export_strategy.py | 34 class ExportStrategy( class 72 return super(ExportStrategy, cls).__new__(
|
D | __init__.py | 41 from tensorflow.contrib.learn.python.learn.export_strategy import ExportStrategy
|
D | experiment.py | 301 if isinstance(values, export_strategy.ExportStrategy): 305 if not isinstance(value, export_strategy.ExportStrategy):
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils.py | 484 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)
|
D | saved_model_export_utils_test.py | 685 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/ |
D | custom_export_strategy.py | 107 return export_strategy.ExportStrategy(
|
/external/tensorflow/tensorflow/contrib/learn/ |
D | README.md | 84 * ExportStrategy: Replaced by `tf.estimator.Exporter`.
|