Home | History | Annotate | Download | only in ops

Lines Matching refs:tensorflow

1 # Copyright 2015 The TensorFlow Authors. All Rights Reserved.
26 from tensorflow.python.ops import array_grad
27 from tensorflow.python.ops import data_flow_grad
28 from tensorflow.python.ops import manip_grad
29 from tensorflow.python.ops import math_grad
30 from tensorflow.python.ops import manip_grad
31 from tensorflow.python.ops import sparse_grad
32 from tensorflow.python.ops import spectral_grad
33 from tensorflow.python.ops import state_grad
34 from tensorflow.python.ops import tensor_array_grad
35 from tensorflow.python.util.all_util import remove_undocumented
40 from tensorflow.python.ops.array_ops import *
41 from tensorflow.python.ops.check_ops import *
42 from tensorflow.python.ops.clip_ops import *
43 from tensorflow.python.ops.special_math_ops import *
45 from tensorflow.python.ops.confusion_matrix import confusion_matrix
46 from tensorflow.python.ops.control_flow_ops import Assert
47 from tensorflow.python.ops.control_flow_ops import case
48 from tensorflow.python.ops.control_flow_ops import cond
49 from tensorflow.python.ops.control_flow_ops import group
50 from tensorflow.python.ops.control_flow_ops import no_op
51 from tensorflow.python.ops.control_flow_ops import tuple # pylint: disable=redefined-builtin
53 from tensorflow.python.ops.control_flow_ops import while_loop
54 from tensorflow.python.ops.data_flow_ops import *
55 from tensorflow.python.ops.functional_ops import *
56 from tensorflow.python.ops.gradients import *
57 from tensorflow.python.ops.histogram_ops import *
58 from tensorflow.python.ops.init_ops import *
59 from tensorflow.python.ops.io_ops import *
60 from tensorflow.python.ops.linalg_ops import *
61 from tensorflow.python.ops.logging_ops import Print
62 from tensorflow.python.ops.logging_ops import get_summary_op
63 from tensorflow.python.ops.lookup_ops import initialize_all_tables
64 from tensorflow.python.ops.lookup_ops import tables_initializer
65 from tensorflow.python.ops.manip_ops import *
66 from tensorflow.python.ops.math_ops import *
67 from tensorflow.python.ops.numerics import *
68 from tensorflow.python.ops.parsing_ops import *
69 from tensorflow.python.ops.partitioned_variables import *
70 from tensorflow.python.ops.random_ops import *
71 from tensorflow.python.ops.script_ops import py_func
72 from tensorflow.python.ops.session_ops import *
73 from tensorflow.python.ops.sparse_ops import *
74 from tensorflow.python.ops.state_ops import assign
75 from tensorflow.python.ops.state_ops import assign_add
76 from tensorflow.python.ops.state_ops import assign_sub
77 from tensorflow.python.ops.state_ops import count_up_to
78 from tensorflow.python.ops.state_ops import scatter_add
79 from tensorflow.python.ops.state_ops import scatter_div
80 from tensorflow.python.ops.state_ops import scatter_mul
81 from tensorflow.python.ops.state_ops import scatter_sub
82 from tensorflow.python.ops.state_ops import scatter_update
83 from tensorflow.python.ops.state_ops import scatter_nd_add
84 from tensorflow.python.ops.state_ops import scatter_nd_sub
87 # from tensorflow.python.ops.state_ops import scatter_nd_mul
88 # from tensorflow.python.ops.state_ops import scatter_nd_div
89 from tensorflow.python.ops.state_ops import scatter_nd_update
90 from tensorflow.python.ops.string_ops import *
91 from tensorflow.python.ops.template import *
92 from tensorflow.python.ops.tensor_array_ops import *
93 from tensorflow.python.ops.variable_scope import *
94 from tensorflow.python.ops.variables import *
98 from tensorflow.python.framework import constant_op as _constant_op
99 from tensorflow.python.ops import array_ops as _array_ops
100 from tensorflow.python.ops import check_ops as _check_ops
101 from tensorflow.python.ops import clip_ops as _clip_ops
102 from tensorflow.python.ops import confusion_matrix as _confusion_matrix
103 from tensorflow.python.ops import control_flow_ops as _control_flow_ops
104 from tensorflow.python.ops import data_flow_ops as _data_flow_ops
105 from tensorflow.python.ops import functional_ops as _functional_ops
106 from tensorflow.python.ops import gradients as _gradients
107 from tensorflow.python.ops import histogram_ops as _histogram_ops
108 from tensorflow.python.ops import init_ops as _init_ops
109 from tensorflow.python.ops import io_ops as _io_ops
110 from tensorflow.python.ops import linalg_ops as _linalg_ops
111 from tensorflow.python.ops import logging_ops as _logging_ops
112 from tensorflow.python.ops import manip_ops as _manip_ops
113 from tensorflow.python.ops import math_ops as _math_ops
114 from tensorflow.python.ops import numerics as _numerics
115 from tensorflow.python.ops import parsing_ops as _parsing_ops
116 from tensorflow.python.ops import partitioned_variables as _partitioned_variables
117 from tensorflow.python.ops import random_ops as _random_ops
118 from tensorflow.python.ops import script_ops as _script_ops
119 from tensorflow.python.ops import session_ops as _session_ops
120 from tensorflow.python.ops import sparse_ops as _sparse_ops
121 from tensorflow.python.ops import special_math_ops as _special_math_ops
122 from tensorflow.python.ops import state_ops as _state_ops
123 from tensorflow.python.ops import string_ops as _string_ops
124 from tensorflow.python.ops import template as _template
125 from tensorflow.python.ops import tensor_array_ops as _tensor_array_ops
126 from tensorflow.python.ops import variable_scope as _variable_scope
127 from tensorflow.python.ops import variables as _variables