Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dtf_export_test.py114 export_decorator_b = tf_export.estimator_export(
169 tf_export.estimator_export('invalid')
171 tf_export.estimator_export('Estimator.invalid')
173 tf_export.estimator_export('invalid.estimator')
179 tf_export.estimator_export('estimator.valid', v1=['invalid'])
Dtf_export.py399 estimator_export = functools.partial(api_export, api_name=ESTIMATOR_API_NAME) variable