MCPcopy Create free account

hub / github.com/benoitsteiner/tensorflow-opencl / functions

Functions53,736 in github.com/benoitsteiner/tensorflow-opencl

↓ 202 callersMethodToString
tensorflow/compiler/xla/service/hlo_value.cc:46
↓ 202 callersMethodget
Creates a generator to extract data from the queue. Skip the data if it is `None`. Yields: Tuples (inputs, targets) or (
tensorflow/python/keras/_impl/keras/utils/data_utils.py:513
↓ 200 callersMethodnode
tensorflow/cc/framework/ops.h:236
↓ 198 callersMethodassign
Assigns a new value to the variable. This is essentially a shortcut for `assign(self, value)`. Args: value: A `Tensor`. The new value
tensorflow/python/ops/variables.py:565
↓ 196 callersMethodallocate_temp
tensorflow/core/framework/op_kernel.cc:205
↓ 196 callersMethodtime
(self)
tensorflow/contrib/learn/python/learn/experiment_test.py:60
↓ 195 callersFunctionCUDAMemory
tensorflow/stream_executor/cuda/cuda_helpers.h:42
↓ 195 callersMethodid
tensorflow/core/graph/graph.h:72
↓ 195 callersMethodmake_initializable_iterator
Creates an `Iterator` for enumerating the elements of this dataset. Note: The returned iterator will be in an uninitialized state, and you mu
tensorflow/python/data/ops/dataset_ops.py:63
↓ 193 callersMethodstatus
tensorflow/cc/framework/scope.cc:239
↓ 191 callersMethodassign
tensorflow/core/lib/gtl/optional.h:185
↓ 188 callersMethodenqueue_many
Enqueues zero or more elements to this queue. This operation slices each component tensor along the 0th dimension to make multiple queue elem
tensorflow/python/ops/data_flow_ops.py:337
↓ 187 callersFunctionCUDAMemoryMutable
tensorflow/stream_executor/cuda/cuda_helpers.h:49
↓ 186 callersMethodback
tensorflow/core/lib/gtl/array_slice.h:181
↓ 186 callersMethodrange
Creates a `Dataset` of a step-separated range of values. For example: ```python Dataset.range(5) == [0, 1, 2, 3, 4] Dataset.range(2,
tensorflow/contrib/data/python/ops/dataset_ops.py:144
↓ 185 callersMethodSerializeToString
tensorflow/core/framework/variant_tensor_data.cc:70
↓ 184 callersMethodAddInstruction
tensorflow/compiler/xla/tools/parser/hlo_parser.cc:670
↓ 184 callersFunctionExpectClose
tensorflow/core/framework/tensor_testutil.cc:29
↓ 184 callersMethodassertShapeEqual
Asserts that a Numpy ndarray and a TensorFlow tensor have the same shape. Args: np_array: A Numpy ndarray or Numpy scalar. tf_tensor:
tensorflow/python/framework/test_util.py:1149
↓ 183 callersFunctionEqual
Returns the truth value of (x == y) element-wise. *NOTE*: `Equal` supports broadcasting. More about broadcasting [here](http://docs.scipy.org/doc/num
tensorflow/go/op/wrappers.go:20940
↓ 182 callersFunctionPrintf
tensorflow/core/lib/strings/stringprintf.cc:82
↓ 182 callersMethoddata
(self)
tensorflow/contrib/learn/python/learn/monitors.py:834
↓ 182 callersMethodget
return the control outputs of op.
tensorflow/contrib/graph_editor/util.py:374
↓ 182 callersMethodrank
(self)
tensorflow/python/training/input.py:384
↓ 182 callersMethodrun
Runs operations and evaluates tensors in `fetches`. This method runs one "step" of TensorFlow computation, by running the necessary graph fra
tensorflow/python/client/session.py:781
↓ 181 callersMethodnumpy
Returns a numpy array with the same contents as the Tensor. TODO(ashankar,agarwal): Perhaps this should NOT reference the underlying buffer b
tensorflow/python/framework/ops.py:608
↓ 179 callersMethodrun
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/dump_ir_pass.cc:82
↓ 178 callersMethodVector
tensorflow/core/framework/shape_inference.cc:679
↓ 177 callersMethodget
Gets one element from this staging area. If the staging area is empty when this operation executes, it will block until there is an element t
tensorflow/python/ops/data_flow_ops.py:1712
↓ 177 callersMethodshape
The `TensorShape` of this variable. Returns: A `TensorShape`.
tensorflow/python/ops/variables.py:903
↓ 175 callersMethodadd
Updates the stats accumulator.
tensorflow/contrib/boosted_trees/python/ops/stats_accumulator_ops.py:114
↓ 174 callersMethodDebugString
tensorflow/compiler/tf2xla/xla_context.cc:91
↓ 174 callersMethodDimension
tensorflow/core/framework/shape_inference.h:726
↓ 174 callersMethodadd_to_collection
Stores `value` in the collection with the given `name`. Note that collections are not sets, so it is possible to add a value to a collection
tensorflow/python/framework/ops.py:3326
↓ 173 callersFunctionExpectFailure
tensorflow/core/framework/node_def_util_test.cc:55
↓ 172 callersMethodend
tensorflow/compiler/xla/shape_tree.h:156
↓ 171 callersMethodapply
Apply the layer on a input. This simply wraps `self.__call__`. Arguments: inputs: Input tensor(s). *args: additional positional
tensorflow/python/layers/base.py:688
↓ 171 callersMethodapply_op
Add a node invoking a registered Op to a graph. Example usage: # input1 and input2 can be Tensors or anything ops.convert_to_tensor()
tensorflow/python/framework/op_def_library.py:294
↓ 171 callersMethodcolocate_with
Returns a context manager that specifies an op to colocate with. Note: this function is not for public use, only for internal libraries. For
tensorflow/python/framework/ops.py:3647
↓ 171 callersMethodtype
tensorflow/core/framework/types.h:60
↓ 170 callersMethodcheckedThread
Returns a Thread wrapper that asserts 'target' completes successfully. This method should be used to create all threads in test cases, as oth
tensorflow/python/framework/test_util.py:904
↓ 170 callersMethoddst
tensorflow/core/graph/graph.h:298
↓ 170 callersMethodemplace
tensorflow/core/lib/gtl/flatmap.h:246
↓ 169 callersMethodassertDeviceEqual
Asserts that the two given devices are the same. Args: device1: A string device name or TensorFlow `DeviceSpec` object. device2: A st
tensorflow/python/framework/test_util.py:1165
↓ 169 callersMethodname
tensorflow/core/kernels/conv_ops.cc:437
↓ 168 callersMethoddata
Low-level accessor for stuff like memcmp, handle with care. Returns pointer to the underlying storage of the array (similarly to std::vector::data()).
tensorflow/compiler/xla/array.h:197
↓ 168 callersMethodevaluate
See evaluable.Evaluable.
tensorflow/contrib/learn/python/learn/estimators/dnn.py:659
↓ 167 callersMethodFinalize
tensorflow/core/framework/op_def_builder.cc:598
↓ 165 callersMethodIsSameSize
tensorflow/core/framework/tensor_shape.cc:374
↓ 164 callersMethodSetStatus
tensorflow/core/framework/op_kernel.cc:195
↓ 163 callersMethodnum_outputs
tensorflow/core/graph/graph.cc:149
↓ 163 callersMethodsubstr
tensorflow/core/lib/core/stringpiece.cc:57
↓ 162 callersMethodget_shape
(self)
tensorflow/python/layers/base.py:1287
↓ 162 callersMethodinput_size
tensorflow/contrib/rnn/kernels/lstm_ops.h:104
↓ 161 callersMethodseed
tensorflow/contrib/cudnn_rnn/kernels/cudnn_rnn_ops.cc:493
↓ 161 callersFunctionshape
Returns the shape of a tensor. This operation returns a 1-D integer tensor representing the shape of `input`. For example: ```python t = tf
tensorflow/python/ops/array_ops.py:255
↓ 158 callersFunction_enqueue_vector
(sess, queue, values, shape=None)
tensorflow/python/kernel_tests/metrics_test.py:45
↓ 158 callersMethodbuilder
tensorflow/compiler/tf2xla/xla_context.cc:122
↓ 158 callersMethodgather
Return selected values in the TensorArray as a packed `Tensor`. All of selected values must have been written and their shapes must all match
tensorflow/python/ops/tensor_array_ops.py:337
↓ 157 callersMethodevaluate
Evaluates the model given evaluation data input_fn. For each step, calls `input_fn`, which returns one batch of data. Evaluates until: -
tensorflow/python/estimator/estimator.py:313
↓ 157 callersFunctionremove_undocumented
Removes symbols in a module that are not referenced by a docstring. Args: module_name: the name of the module (usually `__name__`). allowed
tensorflow/python/util/all_util.py:86
↓ 156 callersMethodPath
tensorflow/compiler/jit/graphcycles/graphcycles_test.cc:401
↓ 155 callersMethodidentity
tensorflow/core/kernels/reduction_ops.h:40
↓ 154 callersMethodAddNode
tensorflow/core/common_runtime/shape_refiner.cc:208
↓ 154 callersMethodUnref
tensorflow/core/lib/core/refcount.h:86
↓ 153 callersMethodRun
tensorflow/compiler/xla/service/inliner.cc:63
↓ 153 callersMethodValue
tensorflow/core/framework/variant.h:303
↓ 153 callersMethodhandle
tensorflow/stream_executor/cuda/cuda_dnn.cc:1094
↓ 153 callersMethodsize
Number of elements currently held by this TopN object. This will be no greater than 'limit' passed to the constructor.
tensorflow/core/lib/gtl/top_n.h:99
↓ 153 callersMethodstack
tensorflow/core/platform/default/stacktrace.h:40
↓ 153 callersMethodsum
tensorflow/contrib/tensor_forest/kernels/v4/grow_stats.h:150
↓ 152 callersMethodExists
tensorflow/core/grappler/optimizers/arithmetic_optimizer.cc:649
↓ 152 callersMethodInputShape
tensorflow/compiler/tf2xla/xla_op_kernel.cc:68
↓ 152 callersMethodparent
tensorflow/compiler/xla/service/hlo_computation.h:264
↓ 151 callersFunctiondtype
Returns the dtype of a Keras tensor or variable, as a string. Arguments: x: Tensor or variable. Returns: String, dtype of `x`. Ex
tensorflow/python/keras/_impl/keras/backend.py:770
↓ 151 callersMethodserialize
Serializes the stats accumulator state.
tensorflow/contrib/boosted_trees/python/ops/stats_accumulator_ops.py:177
↓ 150 callersMethodcompile
Configures the learning process. Arguments: optimizer: str (name of optimizer) or optimizer object. See [optimizers](/optimiz
tensorflow/python/keras/_impl/keras/models.py:713
↓ 149 callersMethodTensorArray
Construct a TensorArray for holding Tensors of type 'dtype' with 'N' elements. While the underlying storage is a std::vector and can hold more than M
tensorflow/core/kernels/tensor_array.h:139
↓ 149 callersMethodin_graph_mode
Returns True if current thread is in GRAPH mode.
tensorflow/python/eager/context.py:191
↓ 148 callersMethodExecutesBefore
tensorflow/compiler/xla/service/hlo_ordering.cc:35
↓ 148 callersFunctionNotFound
tensorflow/compiler/xla/util.cc:131
↓ 148 callersMethodlist
Lists registered items. Returns: A list of names of registered objects.
tensorflow/python/framework/registry.py:70
↓ 148 callersMethodsample
(self, sample_shape=(), seed=None, name="sample", **condition_kwargs)
tensorflow/contrib/distributions/python/ops/conditional_distribution.py:35
↓ 147 callersMethodindex
tensorflow/cc/framework/ops.h:238
↓ 146 callersMethodnum_elements
tensorflow/core/lib/random/weighted_picker.h:128
↓ 146 callersMethodstart
Start the handler's workers. Arguments: workers: number of worker threads max_queue_size: queue size (when full, work
tensorflow/python/keras/_impl/keras/utils/data_utils.py:481
↓ 145 callersMethodreplace
Returns a new instance of `RunConfig` replacing specified properties. Only the properties in the following list are allowed to be replaced:
tensorflow/python/estimator/run_config.py:527
↓ 145 callersMethodtest_scope
Test scope that runs tests on a Tensorflow/XLA device. Uses a compilation_scope() to mark operators to compile. Yields: A scope to app
tensorflow/compiler/tests/xla_test.py:116
↓ 144 callersMethodscalar
Write a scalar summary. Args: name: A name for the generated node. Will also serve as the series name in TensorBoard. tensor:
tensorflow/contrib/eager/python/summary_writer.py:169
↓ 143 callersFunctionAdd
tensorflow/core/graph/testlib.cc:270
↓ 143 callersFunctionConst
tensorflow/cc/ops/const_op.h:36
↓ 143 callersFunctionTmpDir
tensorflow/core/platform/test.cc:29
↓ 143 callersMethodmutable_operand
tensorflow/compiler/xla/service/hlo_instruction.cc:1333
↓ 141 callersMethodsrc_output
Return the index of the source output that produces the data carried by this edge. The special value kControlSlot is used for control dependencies.
tensorflow/core/graph/graph.h:304
↓ 141 callersMethodtrain
Trains a model given training data input_fn. Args: input_fn: Input function returning a tuple of: features - `Tensor` or dictiona
tensorflow/python/estimator/estimator.py:245
↓ 140 callersFunction_enqueue_vector
(sess, queue, values, shape=None)
tensorflow/contrib/metrics/python/ops/metric_ops_test.py:44
↓ 140 callersMethodsleep
(self, t)
tensorflow/contrib/learn/python/learn/experiment_test.py:56
↓ 138 callersMethodstream
tensorflow/core/framework/device_base.h:71
↓ 137 callersFunctionFastBoundsCheck
tensorflow/core/kernels/bounds_check.h:30
↓ 136 callersMethodAdd
tensorflow/core/grappler/costs/utils.cc:300
← previousnext →201–300 of 53,736, ranked by callers