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
↓ 7,313 callers
Method
constant
(Graph g, String name, Object value)
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java:22
↓ 4,635 callers
Method
assertAllEqual
Asserts that two numpy arrays have the same values. Args: a: the expected numpy ndarray or anything can be converted to one. b: the a
tensorflow/python/framework/test_util.py:1072
↓ 4,233 callers
Method
Input
All of Input's constructors are implicit. Input can be implicitly constructed from the following objects : Output: This is so that the output of an Op
tensorflow/cc/framework/ops.h:204
↓ 3,996 callers
Method
test_session
Returns a TensorFlow Session for use in executing tests. This method should be used for all functional tests. This method behaves different
tensorflow/python/framework/test_util.py:708
↓ 3,955 callers
Method
run
(scale, i)
tensorflow/contrib/layers/python/layers/optimizers_test.py:477
↓ 3,816 callers
Method
shape
tensorflow/core/util/sparse/sparse_tensor.h:99
↓ 3,537 callers
Function
InvalidArgument
tensorflow/compiler/xla/util.cc:77
↓ 3,460 callers
Method
eval
Evaluates this tensor in a `Session`. Calling this method will execute all preceding operations that produce the inputs needed for the operat
tensorflow/python/framework/ops.py:563
↓ 3,172 callers
Method
run
Runs this operation in a `Session`. Calling this method will execute all preceding operations that produce the inputs needed for this operati
tensorflow/python/framework/ops.py:2067
↓ 3,002 callers
Method
test_session
Custom implementation of test_session() for XLA tests. We override the standard Tensorflow test_session() since it is too specific to CPU and
tensorflow/compiler/tests/xla_test.py:101
↓ 2,680 callers
Method
eval
(self, tensors)
tensorflow/contrib/labeled_tensor/python/ops/test_util.py:29
↓ 2,604 callers
Method
input
tensorflow/core/framework/op_kernel.cc:303
↓ 2,559 callers
Method
AddInstruction
tensorflow/compiler/xla/service/service.cc:1220
↓ 2,497 callers
Function
range
Creates a sequence of numbers. Creates a sequence of numbers that begins at `start` and extends by increments of `delta` up to but not including
tensorflow/python/ops/math_ops.py:1170
↓ 2,079 callers
Method
placeholder
(Graph g, String name, Class<T> type)
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java:32
↓ 2,021 callers
Method
assertAllClose
(self, array1, array2, rtol=1e-5, atol=1e-5)
tensorflow/contrib/opt/python/training/external_optimizer_test.py:58
↓ 1,971 callers
Method
assertAllClose
Asserts that two numpy arrays, or dicts of same, have near values. This does not support nested dicts. Args: a: The expected numpy nda
tensorflow/python/framework/test_util.py:1006
↓ 1,774 callers
Method
Graph
tensorflow/core/graph/graph.cc:266
↓ 1,735 callers
Method
dim_size
tensorflow/core/util/mkl_util.h:145
↓ 1,698 callers
Method
WithOpName
tensorflow/cc/framework/scope.cc:353
↓ 1,649 callers
Method
size
tensorflow/core/graph/edgeset.h:130
↓ 1,428 callers
Function
StrCat
tensorflow/core/lib/strings/strcat.h:193
↓ 1,399 callers
Method
ok
Returns true iff the status indicates success.
tensorflow/core/lib/core/status.h:53
↓ 1,376 callers
Function
TestName
tensorflow/compiler/xla/service/hlo_graph_dumper_test.cc:33
↓ 1,373 callers
Function
MakeShape
MakeShape returns a Shape with the provided size of each dimension. A value of -1 implies that the size of the corresponding dimension is not known.
tensorflow/go/shape.go:42
↓ 1,329 callers
Method
Output
tensorflow/core/kernels/bcast_ops.cc:58
↓ 1,247 callers
Method
as_list
Returns a list of integers or `None` for each dimension. Returns: A list of integers or `None` for each dimension. Raises: Value
tensorflow/python/framework/tensor_shape.py:799
↓ 1,214 callers
Method
push_back
Append t to the vector. Increases size() by one. Amortized complexity: O(1) Worst-case complexity: O(size())
tensorflow/core/lib/gtl/inlined_vector.h:212
↓ 1,214 callers
Method
size
tensorflow/core/kernels/fifo_queue.h:51
↓ 1,153 callers
Method
join
Blocks until the server has shut down. This method currently blocks forever. Raises: tf.errors.OpError: Or one of its subclasses if an
tensorflow/python/training/server_lib.py:159
↓ 1,138 callers
Method
name_scope
r"""Returns a context manager that creates hierarchical names for operations. A graph maintains a stack of name scopes. A `with name_scope(...):`
tensorflow/python/framework/ops.py:3473
↓ 1,120 callers
Method
get
Get a pseudorandom value.
tensorflow/compiler/xla/tests/test_utils.h:44
↓ 1,106 callers
Method
get_shape
Alias of Tensor.shape.
tensorflow/python/framework/ops.py:386
↓ 1,084 callers
Method
dimension
(self)
tensorflow/contrib/labeled_tensor/python/ops/core.py:144
↓ 1,070 callers
Method
GetAttr
tensorflow/core/framework/op_kernel.h:1286
↓ 1,056 callers
Method
get_shape
Returns the TensorShape that represents the shape of this tensor. See tf.Tensor.get_shape(). Returns: A TensorShape representing the s
tensorflow/contrib/labeled_tensor/python/ops/core.py:368
↓ 1,013 callers
Method
Device
tensorflow/core/common_runtime/device.cc:26
↓ 1,010 callers
Method
append
Add an error to the collection. Args: full_name: The path to the file in which the error occurred. message: The message to display wi
tensorflow/tools/docs/parser.py:53
↓ 1,010 callers
Method
variable_scope
Returns the variable scope object created by this Template.
tensorflow/python/ops/template.py:283
↓ 998 callers
Method
assertEquals
Asserts that ProtoEq says a == b.
tensorflow/python/util/protobuf/compare_test.py:52
↓ 983 callers
Method
dims
\brief Convenience accessor for the tensor shape. For all shape accessors, see comments for relevant methods of `TensorShape` in `tensor_shape.h`.
tensorflow/core/framework/tensor.h:128
↓ 949 callers
Method
data
tensorflow/core/kernels/cuda_solvers.h:354
↓ 949 callers
Method
main
(String[] args)
tensorflow/tools/lib_package/LibTensorFlowTest.java:21
↓ 942 callers
Method
at
tensorflow/core/framework/op_kernel.h:1435
↓ 921 callers
Method
as_default
Returns a context manager that makes this `Graph` the default graph. This method should be used if you want to create multiple graphs in the
tensorflow/python/framework/ops.py:3286
↓ 904 callers
Method
find
tensorflow/core/lib/core/stringpiece.cc:37
↓ 833 callers
Method
end
tensorflow/core/graph/edgeset.h:163
↓ 821 callers
Method
push_back
tensorflow/compiler/xla/shape_util.h:61
↓ 792 callers
Method
append
Append an item to the Menu. Args: item: (MenuItem) the item to be appended.
tensorflow/python/debug/cli/debugger_cli_common.py:1133
↓ 786 callers
Method
set_output
tensorflow/core/framework/op_kernel.cc:691
↓ 782 callers
Method
DebugString
tensorflow/core/kernels/stack_ops.cc:105
↓ 772 callers
Method
get
tensorflow/core/lib/core/bitmap.h:88
↓ 769 callers
Method
run
(self)
tensorflow/python/training/coordinator.py:482
↓ 767 callers
Method
Session
tensorflow/core/common_runtime/session.cc:25
↓ 765 callers
Function
max
Maximum value in a tensor. Arguments: x: A tensor or variable. axis: An integer, the axis to find maximum values. keepdims: A boo
tensorflow/python/keras/_impl/keras/backend.py:1357
↓ 753 callers
Method
cast
(Output<T> value, Class<U> type)
tensorflow/java/src/main/java/org/tensorflow/examples/LabelImage.java:182
↓ 744 callers
Method
Build
static */
tensorflow/compiler/xla/service/call_graph.cc:236
↓ 739 callers
Method
Output
Output returns the i-th output of op.
tensorflow/go/operation.go:64
↓ 732 callers
Method
count
tensorflow/core/lib/gtl/flatmap.h:207
↓ 731 callers
Method
empty
tensorflow/core/graph/edgeset.h:128
↓ 716 callers
Function
FakeInput
tensorflow/core/framework/fake_input.h:34
↓ 708 callers
Function
StrAppend
tensorflow/core/lib/strings/strcat.h:230
↓ 689 callers
Method
insert
tensorflow/core/graph/edgeset.cc:20
↓ 672 callers
Method
shape
(self)
tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py:200
↓ 660 callers
Method
Err
Err returns the error, if any, encountered during the construction of the Graph managed by s. Once Err returns a non-nil error, all future calls will
tensorflow/go/op/scope.go:112
↓ 634 callers
Method
control_dependencies
Returns a context manager that specifies control dependencies. Use with the `with` keyword to specify that all operations constructed within
tensorflow/python/framework/ops.py:3982
↓ 624 callers
Method
get_variable
Gets an existing variable with this name or create a new one.
tensorflow/python/ops/variable_scope.py:1030
↓ 618 callers
Method
AddOperation
AddOperation adds the operation to the Graph managed by s. If there is a name prefix associated with s (such as if s was created by a call to SubScop
tensorflow/go/op/scope.go:73
↓ 617 callers
Method
ConsumeValueOrDie
tensorflow/compiler/xla/statusor.h:197
↓ 617 callers
Method
NumElements
tensorflow/core/framework/tensor_shape.cc:672
↓ 617 callers
Method
rand
(dtype)
tensorflow/python/kernel_tests/cwise_ops_test.py:503
↓ 590 callers
Method
concat
Return the values in the TensorArray as a concatenated `Tensor`. All of the values must have been written, their ranks must match, and and th
tensorflow/python/ops/tensor_array_ops.py:366
↓ 583 callers
Method
size
tensorflow/compiler/xla/service/tuple_points_to_analysis.cc:70
↓ 577 callers
Method
SparseTensor
tensorflow/core/util/sparse/sparse_tensor.h:44
↓ 577 callers
Method
as_default
(self)
tensorflow/contrib/summary/summary_ops.py:89
↓ 576 callers
Method
name
tensorflow/core/grappler/optimizers/model_pruner.h:32
↓ 574 callers
Function
ByteSequence
tensorflow/core/lib/strings/ordered_code_test.cc:211
↓ 568 callers
Method
allocate_output
tensorflow/core/framework/op_kernel.cc:579
↓ 557 callers
Method
push_back
tensorflow/compiler/xla/service/llvm_ir/ir_array.h:100
↓ 556 callers
Method
Dim
idx can be negative for an offset from end of dimensions. idx must be in the range [-1 * s.rank, s.rank).
tensorflow/core/framework/shape_inference.h:333
↓ 546 callers
Method
get_shape
Alias of Variable.shape.
tensorflow/python/ops/variables.py:911
↓ 545 callers
Method
dimensions
tensorflow/compiler/xla/service/hlo_instruction.cc:1314
↓ 543 callers
Method
operand
tensorflow/compiler/xla/service/hlo_instruction.cc:1329
↓ 533 callers
Method
opcode
Returns the opcode for this instruction.
tensorflow/compiler/xla/service/hlo_instruction.h:336
↓ 529 callers
Method
WithRank
tensorflow/core/framework/shape_inference.cc:329
↓ 526 callers
Method
matmul
Transform [batch] matrix `x` with left multiplication: `x --> Ax`. ```python # Make an operator acting like batch matrix A. Assume A.shape
tensorflow/python/ops/linalg/linear_operator.py:585
↓ 522 callers
Method
eval
In a session, computes and returns the value of this variable. This is not a graph construction method, it does not add ops to the graph. Th
tensorflow/python/ops/variables.py:485
↓ 513 callers
Method
emplace_back
tensorflow/core/lib/gtl/inlined_vector.h:197
↓ 511 callers
Method
extend
Extend this instance of RichTextLines with another instance. The extension takes effect on the text lines, the font attribute segments, as we
tensorflow/python/debug/cli/debugger_cli_common.py:250
↓ 507 callers
Method
AddEntryComputation
tensorflow/compiler/xla/service/hlo_module.cc:59
↓ 493 callers
Method
begin
tensorflow/core/graph/edgeset.h:151
↓ 488 callers
Function
min
Minimum value in a tensor. Arguments: x: A tensor or variable. axis: An integer, the axis to find minimum values. keepdims: A boo
tensorflow/python/keras/_impl/keras/backend.py:1374
↓ 483 callers
Method
root_instruction
Return the root instruction of the computation. The root instruction is the instruction which produces the output of the computation.
tensorflow/compiler/xla/service/hlo_computation.h:117
↓ 477 callers
Method
end
tensorflow/compiler/xla/service/llvm_ir/ir_array.h:106
↓ 476 callers
Method
device
tensorflow/core/kernels/captured_function.h:70
↓ 472 callers
Method
assertRaisesOpError
(self, expected_err_re_or_predicate)
tensorflow/python/framework/test_util.py:1145
↓ 471 callers
Method
ok
Returns this->status().ok()
tensorflow/compiler/xla/statusor.h:165
↓ 470 callers
Method
get_collection
Returns a list of values in the collection with the given `name`. This is different from `get_collection_ref()` which always returns the actu
tensorflow/python/framework/ops.py:3392
↓ 456 callers
Method
log
(String msg)
tensorflow/java/src/main/java/org/tensorflow/NativeLibrary.java:153
↓ 452 callers
Method
items
(self)
tensorflow/contrib/kfac/python/ops/utils.py:55
next →
1–100 of 53,736, ranked by callers