Home
last modified time | relevance | path

Searched refs:deprecated_alias (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dbasic_session_run_hooks.py27 from tensorflow.python.util.deprecation import deprecated_alias
30 LoggingTensorHook = deprecated_alias(
34 StopAtStepHook = deprecated_alias(
38 CheckpointSaverHook = deprecated_alias(
42 StepCounterHook = deprecated_alias(
46 NanLossDuringTrainingError = deprecated_alias(
50 NanTensorHook = deprecated_alias(
54 SummarySaverHook = deprecated_alias(
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py134 def deprecated_alias(deprecated_name, name, func_or_class, warn_once=True): function
Ddeprecation_test.py33 deprecated_func = deprecation.deprecated_alias("deprecated.func",
57 deprecated_cls = deprecation.deprecated_alias("deprecated.cls",