Searched refs:estimator_export (Results 1 – 2 of 2) sorted by relevance
155 export_decorator_b = tf_export.estimator_export(208 tf_export.estimator_export('invalid')210 tf_export.estimator_export('Estimator.invalid')212 tf_export.estimator_export('invalid.estimator')218 tf_export.estimator_export('estimator.valid', v1=['invalid'])
410 estimator_export = functools.partial(api_export, api_name=ESTIMATOR_API_NAME) variable