Home | History | Annotate | Download | only in framework

Lines Matching refs:tensorflow

1 # Copyright 2016 The TensorFlow Authors. All Rights Reserved.
101 from tensorflow.contrib.framework.python.framework import *
102 from tensorflow.contrib.framework.python.ops import *
105 from tensorflow.python.framework.ops import prepend_name_scope
106 from tensorflow.python.framework.ops import strip_name_scope
107 from tensorflow.python.ops.control_flow_ops import smart_cond
108 from tensorflow.python.ops.control_flow_ops import smart_constant_value
110 from tensorflow.python.framework.tensor_spec import BoundedTensorSpec
111 from tensorflow.python.framework.tensor_spec import TensorSpec
113 from tensorflow.python.util.all_util import remove_undocumented