Searched refs:estimator_export (Results 1 – 2 of 2) sorted by relevance
114 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'])
399 estimator_export = functools.partial(api_export, api_name=ESTIMATOR_API_NAME) variable