Home | History | Annotate | Download | only in framework

Lines Matching refs:tensorflow

1 # Copyright 2015 The TensorFlow Authors. All Rights Reserved.
15 """A module containing TensorFlow ops whose API may change in the future."""
22 from tensorflow.contrib.framework.python.framework.checkpoint_utils import *
23 from tensorflow.contrib.framework.python.framework.experimental import experimental
24 from tensorflow.contrib.framework.python.framework.graph_util import *
25 from tensorflow.contrib.framework.python.framework.tensor_util import *
27 from tensorflow.python.util import decorator_utils
28 from tensorflow.python.util import nest
29 from tensorflow.python.util.deprecation import deprecated
30 from tensorflow.python.util.deprecation import deprecated_arg_values
31 from tensorflow.python.util.deprecation import deprecated_args