Home
last modified time | relevance | path

Searched defs:export_fn (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dexport_strategy.py71 def __new__(cls, name, export_fn, strip_default_attrs=None): argument
Dexperiment.py75 def __init__(self, eval_fn, export_fn, model_dir): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils.py439 def export_fn(estimator, export_dir_base, checkpoint_path=None, function
697 def export_fn(estimator, export_dir_base, checkpoint_path, eval_result=None): function
756 def export_fn(estimator, export_dir_base, checkpoint_path=None): function
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dcustom_export_strategy.py71 def export_fn(estimator, export_dir, checkpoint_path=None, eval_result=None): function