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
↓ 136 callers
Method
dim
Returns the size of the dimension at the given index.
tensorflow/compiler/xla/array.h:205
↓ 136 callers
Method
id
Return a unique identifier for this HloValue. This value is used for stable sorting and iteration
tensorflow/compiler/xla/service/hlo_value.h:126
↓ 135 callers
Method
ParseFromString
tensorflow/core/framework/resource_handle.cc:52
↓ 135 callers
Method
entry_computation
Return a pointer to the entry computation of the module..
tensorflow/compiler/xla/service/hlo_module.h:88
↓ 134 callers
Function
all
Bitwise reduction (logical AND). Arguments: x: Tensor or variable. axis: axis along which to perform the reduction. keepdims: whe
tensorflow/python/keras/_impl/keras/backend.py:1524
↓ 134 callers
Method
cond
(i, _)
tensorflow/python/kernel_tests/variables_test.py:238
↓ 134 callers
Method
data
tensorflow/core/util/memmapped_file_system.cc:42
↓ 134 callers
Method
status
tensorflow/core/kernels/lookup_util.cc:163
↓ 133 callers
Method
_testBinary
(self, op, a, b, expected, equality_test=None)
tensorflow/compiler/tests/binary_ops_test.py:38
↓ 132 callers
Function
To32Bit
tensorflow/core/framework/tensor_types.h:105
↓ 132 callers
Method
impl
tensorflow/cc/framework/scope.h:221
↓ 132 callers
Method
is_fully_defined
Returns True iff `self` is fully defined in every dimension.
tensorflow/python/framework/tensor_shape.py:785
↓ 131 callers
Function
dataset
Load the imports85 data as a (train,test) pair of `Dataset`. Each dataset generates (features_dict, label) pairs. Args: y_name: The name of
tensorflow/examples/get_started/regression/imports85.py:74
↓ 130 callers
Method
empty
()
tensorflow/python/util/tf_inspect_test.py:173
↓ 129 callers
Method
value
tensorflow/core/lib/monitoring/counter.h:137
↓ 127 callers
Method
Notify
tensorflow/core/platform/default/notification.h:39
↓ 126 callers
Function
Constant
tensorflow/core/kernels/merge_v2_checkpoints_op_test.cc:47
↓ 126 callers
Function
NodeName
tensorflow/core/grappler/utils.cc:177
↓ 125 callers
Function
Run
tensorflow/core/profiler/profiler.cc:68
↓ 123 callers
Method
attrs
tensorflow/core/graph/graph.cc:155
↓ 123 callers
Function
get
(identifier)
tensorflow/python/keras/_impl/keras/losses.py:119
↓ 123 callers
Method
push_back
tensorflow/core/common_runtime/executor.cc:1145
↓ 122 callers
Method
dst_input
Return the index of the destination input that consumes the data carried by this edge. The special value kControlSlot is used for control dependencie
tensorflow/core/graph/graph.h:309
↓ 122 callers
Method
fill
Intelligently sets any non-specific parameters.
tensorflow/contrib/tensor_forest/python/tensor_forest.py:197
↓ 121 callers
Method
_compareBoth
(self, x, np_func, tf_func)
tensorflow/python/kernel_tests/cwise_ops_test.py:168
↓ 121 callers
Method
run
(self, fetches, **kwargs)
tensorflow/python/training/monitored_session_test.py:808
↓ 120 callers
Function
Constant
tensorflow/core/graph/testlib.cc:89
↓ 120 callers
Method
Coordinator
tensorflow/cc/training/coordinator.cc:20
↓ 120 callers
Method
DebugString
tensorflow/core/graph/graph.cc:95
↓ 120 callers
Method
should_stop
Check if the coordinator was told to stop. See `Coordinator.should_stop()`. Returns: True if the coordinator was told to stop, False o
tensorflow/python/training/supervisor.py:822
↓ 119 callers
Function
Reshape
Reshapes a tensor. Given `tensor`, this operation returns a tensor that has the same values as `tensor` with shape `shape`. If one component of `sha
tensorflow/go/op/wrappers.go:6066
↓ 119 callers
Method
SetOutput
tensorflow/compiler/tf2xla/xla_op_kernel.cc:301
↓ 119 callers
Method
UnknownDim
tensorflow/core/framework/shape_inference.h:474
↓ 119 callers
Method
concatenate
Creates a `Dataset` by concatenating given dataset with this dataset. ```python # NOTE: The following examples use `{ ... }` to represent the
tensorflow/python/data/ops/dataset_ops.py:442
↓ 118 callers
Method
GetNode
tensorflow/core/grappler/utils.cc:42
↓ 118 callers
Method
Merge
tensorflow/core/grappler/costs/utils.cc:308
↓ 118 callers
Method
as_graph_def
Returns a serialized `GraphDef` representation of this graph. The serialized `GraphDef` can be imported into another `Graph` (using @{tf.impo
tensorflow/python/framework/ops.py:2796
↓ 118 callers
Method
begin
tensorflow/core/lib/gtl/flatmap.h:198
↓ 117 callers
Method
SerializeToString
(self)
tensorflow/contrib/tensor_forest/python/ops/data_ops.py:94
↓ 117 callers
Method
dimensions
tensorflow/core/kernels/eigen_softmax.h:39
↓ 117 callers
Method
end
tensorflow/core/lib/gtl/flatmap.h:199
↓ 117 callers
Function
run
Make and run an experiment. It creates an Experiment by calling `experiment_fn`. Then it calls the function named as `schedule` of the Experiment
tensorflow/contrib/learn/python/learn/learn_runner.py:102
↓ 116 callers
Function
Print
Prints a list of tensors. Passes `input` through to `output` and prints `data` when evaluating. Arguments: input: The tensor passed to `output` da
tensorflow/go/op/wrappers.go:17050
↓ 116 callers
Method
get_tensor_by_name
Returns the `Tensor` with the given `name`. This method may be called concurrently from multiple threads. Args: name: The name of the
tensorflow/python/framework/ops.py:3237
↓ 116 callers
Method
in_eager_mode
Returns True if current thread is in EAGER mode.
tensorflow/python/eager/context.py:195
↓ 115 callers
Method
AddControlEdge
tensorflow/core/graph/graph.cc:427
↓ 115 callers
Method
request
Returns a non-owned pointer to a request buffer for all calls.
tensorflow/core/distributed_runtime/master_session.cc:663
↓ 114 callers
Method
batch_shape_tensor
Shape of batch dimensions of this operator, determined at runtime. If this operator acts like the batch matrix `A` with `A.shape = [B1,...,Bb
tensorflow/python/ops/linalg/linear_operator.py:324
↓ 114 callers
Method
get
tensorflow/core/kernels/map_stage_op.cc:380
↓ 114 callers
Method
index
Returns the index of this allocation.
tensorflow/compiler/xla/service/buffer_assignment.h:71
↓ 114 callers
Method
log_prob
(self, x)
tensorflow/contrib/distributions/python/kernel_tests/vector_student_t_test.py:50
↓ 114 callers
Method
nodes
tensorflow/core/graph/graph.h:779
↓ 114 callers
Method
size
tensorflow/core/lib/strings/strcat.h:133
↓ 113 callers
Method
IsControlEdge
tensorflow/core/graph/graph.h:773
↓ 113 callers
Method
WithControlDependencies
tensorflow/cc/framework/scope.cc:362
↓ 113 callers
Function
arg_scope
Stores the default arguments for the given set of list_ops. For usage, please see examples at top of the file. Args: list_ops_or_scope: List
tensorflow/contrib/framework/python/ops/arg_scope.py:112
↓ 113 callers
Method
num_elements
Returns the total number of elements in the array.
tensorflow/compiler/xla/array.h:216
↓ 113 callers
Method
prob
Probability density/mass function. Args: value: `float` or `double` `Tensor`. name: The name to give this op. Returns: pro
tensorflow/python/ops/distributions/distribution.py:708
↓ 113 callers
Method
stack
(self)
tensorflow/python/eager/tape.py:120
↓ 113 callers
Method
trainable_variables
(self)
tensorflow/python/layers/base.py:185
↓ 113 callers
Method
value
-- ACCESSORS -------------------------------------------------------------- The class provides a value() accessor returning the stored ValueType value
tensorflow/core/lib/gtl/int_type.h:214
↓ 112 callers
Method
ArgPair
tensorflow/core/platform/default/test_benchmark.cc:61
↓ 112 callers
Method
prob
(self, x)
tensorflow/contrib/distributions/python/kernel_tests/vector_student_t_test.py:68
↓ 111 callers
Method
dim_sizes
tensorflow/core/framework/tensor_shape.cc:320
↓ 111 callers
Function
ldg
tensorflow/core/util/cuda_kernel_helper.h:337
↓ 111 callers
Method
size
tensorflow/core/lib/io/block.h:35
↓ 111 callers
Method
train
Fit the estimator using the training data. Train the estimator for `self._train_steps` steps, after waiting for `delay_secs` seconds. If `sel
tensorflow/contrib/learn/python/learn/experiment.py:311
↓ 110 callers
Method
Mul
tensorflow/compiler/xla/client/computation_builder.cc:928
↓ 110 callers
Method
all
(cls)
tensorflow/python/ops/losses/losses_impl.py:49
↓ 110 callers
Method
assert_is_compatible_with
Raises an exception if `other` is not compatible with this Dimension. Args: other: Another Dimension. Raises: ValueError: If `se
tensorflow/python/framework/tensor_shape.py:99
↓ 110 callers
Method
unstack
Unstack the values of a `Tensor` in the TensorArray. If input value shapes have rank-`R`, then the output TensorArray will contain elements w
tensorflow/python/ops/tensor_array_ops.py:394
↓ 109 callers
Method
GetTupleElement
tensorflow/compiler/xla/client/computation_builder.cc:569
↓ 109 callers
Method
HashTable
tensorflow/core/kernels/lookup_table_op.h:167
↓ 109 callers
Method
ShortDebugString
tensorflow/compiler/xla/literal_util.h:84
↓ 109 callers
Function
StopTiming
tensorflow/core/platform/default/test_benchmark.cc:254
↓ 109 callers
Method
eval
tensorflow/core/kernels/eigen_softmax.h:44
↓ 108 callers
Method
IsInitialized
tensorflow/core/framework/tensor.cc:591
↓ 108 callers
Function
Mul
Returns x * y element-wise. *NOTE*: `Mul` supports broadcasting. More about broadcasting [here](http://docs.scipy.org/doc/numpy/user/basics.broadcast
tensorflow/go/op/wrappers.go:24604
↓ 108 callers
Method
assertLabeledTensorsEqual
(self, tensor_0, tensor_1)
tensorflow/contrib/labeled_tensor/python/ops/test_util.py:46
↓ 107 callers
Method
pop
Removes the last layer in the model. Raises: TypeError: if there are no layers in the model.
tensorflow/python/keras/_impl/keras/models.py:517
↓ 107 callers
Method
run
Execute a session. <p>The author apologizes for the ugliness of the long argument list of this method. However, take solace in the fact that this is
tensorflow/java/src/main/java/org/tensorflow/Session.java:452
↓ 106 callers
Function
Printf
tensorflow/compiler/xla/service/hlo_graph_dumper.cc:74
↓ 105 callers
Function
ExpectEqual
tensorflow/core/framework/tensor_testutil.h:126
↓ 105 callers
Method
join
Wait for threads to terminate. This call blocks until a set of threads have terminated. The set of thread is the union of the threads passed
tensorflow/python/training/coordinator.py:322
↓ 105 callers
Method
scalar
tensorflow/core/framework/tensor.h:696
↓ 105 callers
Method
strip
(input_node_names)
tensorflow/python/tools/strip_unused_test.py:65
↓ 104 callers
Method
eval
Evaluates and returns the value of this variable.
tensorflow/python/ops/resource_variable_ops.py:564
↓ 104 callers
Function
string_to_codes
(cmd)
tensorflow/python/debug/cli/curses_ui_test.py:36
↓ 104 callers
Function
sum
Sum of the values in a tensor, alongside the specified axis. Arguments: x: A tensor or variable. axis: An integer, the axis to sum over
tensorflow/python/keras/_impl/keras/backend.py:1391
↓ 103 callers
Method
data
tensorflow/core/framework/tensor.cc:106
↓ 103 callers
Method
instruction
Returns the instruction associated with this call site.
tensorflow/compiler/xla/service/call_graph.h:69
↓ 103 callers
Method
read
Returns the next record (key, value pair) produced by the reader. The multiple reader instances are all configured to `read()` from the filen
tensorflow/contrib/slim/python/slim/data/parallel_reader.py:105
↓ 103 callers
Method
save
Saves variables. This method runs the ops added by the constructor for saving variables. It requires a session in which the graph was launche
tensorflow/python/training/saver.py:1491
↓ 102 callers
Method
add
Accumulate a new instance of ProfileDatum. Args: profile_datum: (`ProfileDatum`) an instance of `ProfileDatum` to accumulate to thi
tensorflow/python/debug/lib/profiling.py:82
↓ 102 callers
Method
concatenate
Creates a `Dataset` by concatenating given dataset with this dataset. ```python # NOTE: The following examples use `{ ... }` to represent the
tensorflow/contrib/data/python/ops/dataset_ops.py:214
↓ 100 callers
Method
set_shape
Only needed by variable op to set the shape of an uninitialized Tensor. TODO: Remove this when we have a better story for detecting uninitialized tens
tensorflow/core/framework/tensor.h:504
↓ 98 callers
Method
NewName
tensorflow/core/graph/graph.cc:569
↓ 97 callers
Method
assertNear
Asserts that two floats are near each other. Checks that |f1 - f2| < err and asserts a test failure if not. Args: f1: A float valu
tensorflow/python/framework/test_util.py:926
↓ 97 callers
Method
ok
tensorflow/core/util/reffed_status_callback.h:41
↓ 96 callers
Method
load
Load new value into this variable. Writes new value to variable's memory. Doesn't add ops to the graph. This convenience method requires a s
tensorflow/python/ops/variables.py:680
← previous
next →
301–400 of 53,736, ranked by callers