Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benoitsteiner/tensorflow-opencl
/ functions
Functions
53,736 in github.com/benoitsteiner/tensorflow-opencl
⨍
Functions
53,736
◇
Types & classes
9,541
↳
Endpoints
97
↓ 202 callers
Method
ToString
tensorflow/compiler/xla/service/hlo_value.cc:46
↓ 202 callers
Method
get
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 callers
Method
node
tensorflow/cc/framework/ops.h:236
↓ 198 callers
Method
assign
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 callers
Method
allocate_temp
tensorflow/core/framework/op_kernel.cc:205
↓ 196 callers
Method
time
(self)
tensorflow/contrib/learn/python/learn/experiment_test.py:60
↓ 195 callers
Function
CUDAMemory
tensorflow/stream_executor/cuda/cuda_helpers.h:42
↓ 195 callers
Method
id
tensorflow/core/graph/graph.h:72
↓ 195 callers
Method
make_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 callers
Method
status
tensorflow/cc/framework/scope.cc:239
↓ 191 callers
Method
assign
tensorflow/core/lib/gtl/optional.h:185
↓ 188 callers
Method
enqueue_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 callers
Function
CUDAMemoryMutable
tensorflow/stream_executor/cuda/cuda_helpers.h:49
↓ 186 callers
Method
back
tensorflow/core/lib/gtl/array_slice.h:181
↓ 186 callers
Method
range
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 callers
Method
SerializeToString
tensorflow/core/framework/variant_tensor_data.cc:70
↓ 184 callers
Method
AddInstruction
tensorflow/compiler/xla/tools/parser/hlo_parser.cc:670
↓ 184 callers
Function
ExpectClose
tensorflow/core/framework/tensor_testutil.cc:29
↓ 184 callers
Method
assertShapeEqual
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 callers
Function
Equal
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 callers
Function
Printf
tensorflow/core/lib/strings/stringprintf.cc:82
↓ 182 callers
Method
data
(self)
tensorflow/contrib/learn/python/learn/monitors.py:834
↓ 182 callers
Method
get
return the control outputs of op.
tensorflow/contrib/graph_editor/util.py:374
↓ 182 callers
Method
rank
(self)
tensorflow/python/training/input.py:384
↓ 182 callers
Method
run
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 callers
Method
numpy
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 callers
Method
run
tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/dump_ir_pass.cc:82
↓ 178 callers
Method
Vector
tensorflow/core/framework/shape_inference.cc:679
↓ 177 callers
Method
get
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 callers
Method
shape
The `TensorShape` of this variable. Returns: A `TensorShape`.
tensorflow/python/ops/variables.py:903
↓ 175 callers
Method
add
Updates the stats accumulator.
tensorflow/contrib/boosted_trees/python/ops/stats_accumulator_ops.py:114
↓ 174 callers
Method
DebugString
tensorflow/compiler/tf2xla/xla_context.cc:91
↓ 174 callers
Method
Dimension
tensorflow/core/framework/shape_inference.h:726
↓ 174 callers
Method
add_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 callers
Function
ExpectFailure
tensorflow/core/framework/node_def_util_test.cc:55
↓ 172 callers
Method
end
tensorflow/compiler/xla/shape_tree.h:156
↓ 171 callers
Method
apply
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 callers
Method
apply_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 callers
Method
colocate_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 callers
Method
type
tensorflow/core/framework/types.h:60
↓ 170 callers
Method
checkedThread
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 callers
Method
dst
tensorflow/core/graph/graph.h:298
↓ 170 callers
Method
emplace
tensorflow/core/lib/gtl/flatmap.h:246
↓ 169 callers
Method
assertDeviceEqual
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 callers
Method
name
tensorflow/core/kernels/conv_ops.cc:437
↓ 168 callers
Method
data
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 callers
Method
evaluate
See evaluable.Evaluable.
tensorflow/contrib/learn/python/learn/estimators/dnn.py:659
↓ 167 callers
Method
Finalize
tensorflow/core/framework/op_def_builder.cc:598
↓ 165 callers
Method
IsSameSize
tensorflow/core/framework/tensor_shape.cc:374
↓ 164 callers
Method
SetStatus
tensorflow/core/framework/op_kernel.cc:195
↓ 163 callers
Method
num_outputs
tensorflow/core/graph/graph.cc:149
↓ 163 callers
Method
substr
tensorflow/core/lib/core/stringpiece.cc:57
↓ 162 callers
Method
get_shape
(self)
tensorflow/python/layers/base.py:1287
↓ 162 callers
Method
input_size
tensorflow/contrib/rnn/kernels/lstm_ops.h:104
↓ 161 callers
Method
seed
tensorflow/contrib/cudnn_rnn/kernels/cudnn_rnn_ops.cc:493
↓ 161 callers
Function
shape
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 callers
Function
_enqueue_vector
(sess, queue, values, shape=None)
tensorflow/python/kernel_tests/metrics_test.py:45
↓ 158 callers
Method
builder
tensorflow/compiler/tf2xla/xla_context.cc:122
↓ 158 callers
Method
gather
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 callers
Method
evaluate
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 callers
Function
remove_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 callers
Method
Path
tensorflow/compiler/jit/graphcycles/graphcycles_test.cc:401
↓ 155 callers
Method
identity
tensorflow/core/kernels/reduction_ops.h:40
↓ 154 callers
Method
AddNode
tensorflow/core/common_runtime/shape_refiner.cc:208
↓ 154 callers
Method
Unref
tensorflow/core/lib/core/refcount.h:86
↓ 153 callers
Method
Run
tensorflow/compiler/xla/service/inliner.cc:63
↓ 153 callers
Method
Value
tensorflow/core/framework/variant.h:303
↓ 153 callers
Method
handle
tensorflow/stream_executor/cuda/cuda_dnn.cc:1094
↓ 153 callers
Method
size
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 callers
Method
stack
tensorflow/core/platform/default/stacktrace.h:40
↓ 153 callers
Method
sum
tensorflow/contrib/tensor_forest/kernels/v4/grow_stats.h:150
↓ 152 callers
Method
Exists
tensorflow/core/grappler/optimizers/arithmetic_optimizer.cc:649
↓ 152 callers
Method
InputShape
tensorflow/compiler/tf2xla/xla_op_kernel.cc:68
↓ 152 callers
Method
parent
tensorflow/compiler/xla/service/hlo_computation.h:264
↓ 151 callers
Function
dtype
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 callers
Method
serialize
Serializes the stats accumulator state.
tensorflow/contrib/boosted_trees/python/ops/stats_accumulator_ops.py:177
↓ 150 callers
Method
compile
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 callers
Method
TensorArray
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 callers
Method
in_graph_mode
Returns True if current thread is in GRAPH mode.
tensorflow/python/eager/context.py:191
↓ 148 callers
Method
ExecutesBefore
tensorflow/compiler/xla/service/hlo_ordering.cc:35
↓ 148 callers
Function
NotFound
tensorflow/compiler/xla/util.cc:131
↓ 148 callers
Method
list
Lists registered items. Returns: A list of names of registered objects.
tensorflow/python/framework/registry.py:70
↓ 148 callers
Method
sample
(self, sample_shape=(), seed=None, name="sample", **condition_kwargs)
tensorflow/contrib/distributions/python/ops/conditional_distribution.py:35
↓ 147 callers
Method
index
tensorflow/cc/framework/ops.h:238
↓ 146 callers
Method
num_elements
tensorflow/core/lib/random/weighted_picker.h:128
↓ 146 callers
Method
start
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 callers
Method
replace
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 callers
Method
test_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 callers
Method
scalar
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 callers
Function
Add
tensorflow/core/graph/testlib.cc:270
↓ 143 callers
Function
Const
tensorflow/cc/ops/const_op.h:36
↓ 143 callers
Function
TmpDir
tensorflow/core/platform/test.cc:29
↓ 143 callers
Method
mutable_operand
tensorflow/compiler/xla/service/hlo_instruction.cc:1333
↓ 141 callers
Method
src_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 callers
Method
train
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 callers
Function
_enqueue_vector
(sess, queue, values, shape=None)
tensorflow/contrib/metrics/python/ops/metric_ops_test.py:44
↓ 140 callers
Method
sleep
(self, t)
tensorflow/contrib/learn/python/learn/experiment_test.py:56
↓ 138 callers
Method
stream
tensorflow/core/framework/device_base.h:71
↓ 137 callers
Function
FastBoundsCheck
tensorflow/core/kernels/bounds_check.h:30
↓ 136 callers
Method
Add
tensorflow/core/grappler/costs/utils.cc:300
← previous
next →
201–300 of 53,736, ranked by callers