MCPcopy Create free account

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

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

↓ 7,313 callersMethodconstant
(Graph g, String name, Object value)
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java:22
↓ 4,635 callersMethodassertAllEqual
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 callersMethodInput
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 callersMethodtest_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 callersMethodrun
(scale, i)
tensorflow/contrib/layers/python/layers/optimizers_test.py:477
↓ 3,816 callersMethodshape
tensorflow/core/util/sparse/sparse_tensor.h:99
↓ 3,537 callersFunctionInvalidArgument
tensorflow/compiler/xla/util.cc:77
↓ 3,460 callersMethodeval
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 callersMethodrun
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 callersMethodtest_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 callersMethodeval
(self, tensors)
tensorflow/contrib/labeled_tensor/python/ops/test_util.py:29
↓ 2,604 callersMethodinput
tensorflow/core/framework/op_kernel.cc:303
↓ 2,559 callersMethodAddInstruction
tensorflow/compiler/xla/service/service.cc:1220
↓ 2,497 callersFunctionrange
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 callersMethodplaceholder
(Graph g, String name, Class<T> type)
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java:32
↓ 2,021 callersMethodassertAllClose
(self, array1, array2, rtol=1e-5, atol=1e-5)
tensorflow/contrib/opt/python/training/external_optimizer_test.py:58
↓ 1,971 callersMethodassertAllClose
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 callersMethodGraph
tensorflow/core/graph/graph.cc:266
↓ 1,735 callersMethoddim_size
tensorflow/core/util/mkl_util.h:145
↓ 1,698 callersMethodWithOpName
tensorflow/cc/framework/scope.cc:353
↓ 1,649 callersMethodsize
tensorflow/core/graph/edgeset.h:130
↓ 1,428 callersFunctionStrCat
tensorflow/core/lib/strings/strcat.h:193
↓ 1,399 callersMethodok
Returns true iff the status indicates success.
tensorflow/core/lib/core/status.h:53
↓ 1,376 callersFunctionTestName
tensorflow/compiler/xla/service/hlo_graph_dumper_test.cc:33
↓ 1,373 callersFunctionMakeShape
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 callersMethodOutput
tensorflow/core/kernels/bcast_ops.cc:58
↓ 1,247 callersMethodas_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 callersMethodpush_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 callersMethodsize
tensorflow/core/kernels/fifo_queue.h:51
↓ 1,153 callersMethodjoin
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 callersMethodname_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 callersMethodget
Get a pseudorandom value.
tensorflow/compiler/xla/tests/test_utils.h:44
↓ 1,106 callersMethodget_shape
Alias of Tensor.shape.
tensorflow/python/framework/ops.py:386
↓ 1,084 callersMethoddimension
(self)
tensorflow/contrib/labeled_tensor/python/ops/core.py:144
↓ 1,070 callersMethodGetAttr
tensorflow/core/framework/op_kernel.h:1286
↓ 1,056 callersMethodget_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 callersMethodDevice
tensorflow/core/common_runtime/device.cc:26
↓ 1,010 callersMethodappend
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 callersMethodvariable_scope
Returns the variable scope object created by this Template.
tensorflow/python/ops/template.py:283
↓ 998 callersMethodassertEquals
Asserts that ProtoEq says a == b.
tensorflow/python/util/protobuf/compare_test.py:52
↓ 983 callersMethoddims
\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 callersMethoddata
tensorflow/core/kernels/cuda_solvers.h:354
↓ 949 callersMethodmain
(String[] args)
tensorflow/tools/lib_package/LibTensorFlowTest.java:21
↓ 942 callersMethodat
tensorflow/core/framework/op_kernel.h:1435
↓ 921 callersMethodas_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 callersMethodfind
tensorflow/core/lib/core/stringpiece.cc:37
↓ 833 callersMethodend
tensorflow/core/graph/edgeset.h:163
↓ 821 callersMethodpush_back
tensorflow/compiler/xla/shape_util.h:61
↓ 792 callersMethodappend
Append an item to the Menu. Args: item: (MenuItem) the item to be appended.
tensorflow/python/debug/cli/debugger_cli_common.py:1133
↓ 786 callersMethodset_output
tensorflow/core/framework/op_kernel.cc:691
↓ 782 callersMethodDebugString
tensorflow/core/kernels/stack_ops.cc:105
↓ 772 callersMethodget
tensorflow/core/lib/core/bitmap.h:88
↓ 769 callersMethodrun
(self)
tensorflow/python/training/coordinator.py:482
↓ 767 callersMethodSession
tensorflow/core/common_runtime/session.cc:25
↓ 765 callersFunctionmax
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 callersMethodcast
(Output<T> value, Class<U> type)
tensorflow/java/src/main/java/org/tensorflow/examples/LabelImage.java:182
↓ 744 callersMethodBuild
static */
tensorflow/compiler/xla/service/call_graph.cc:236
↓ 739 callersMethodOutput
Output returns the i-th output of op.
tensorflow/go/operation.go:64
↓ 732 callersMethodcount
tensorflow/core/lib/gtl/flatmap.h:207
↓ 731 callersMethodempty
tensorflow/core/graph/edgeset.h:128
↓ 716 callersFunctionFakeInput
tensorflow/core/framework/fake_input.h:34
↓ 708 callersFunctionStrAppend
tensorflow/core/lib/strings/strcat.h:230
↓ 689 callersMethodinsert
tensorflow/core/graph/edgeset.cc:20
↓ 672 callersMethodshape
(self)
tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py:200
↓ 660 callersMethodErr
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 callersMethodcontrol_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 callersMethodget_variable
Gets an existing variable with this name or create a new one.
tensorflow/python/ops/variable_scope.py:1030
↓ 618 callersMethodAddOperation
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 callersMethodConsumeValueOrDie
tensorflow/compiler/xla/statusor.h:197
↓ 617 callersMethodNumElements
tensorflow/core/framework/tensor_shape.cc:672
↓ 617 callersMethodrand
(dtype)
tensorflow/python/kernel_tests/cwise_ops_test.py:503
↓ 590 callersMethodconcat
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 callersMethodsize
tensorflow/compiler/xla/service/tuple_points_to_analysis.cc:70
↓ 577 callersMethodSparseTensor
tensorflow/core/util/sparse/sparse_tensor.h:44
↓ 577 callersMethodas_default
(self)
tensorflow/contrib/summary/summary_ops.py:89
↓ 576 callersMethodname
tensorflow/core/grappler/optimizers/model_pruner.h:32
↓ 574 callersFunctionByteSequence
tensorflow/core/lib/strings/ordered_code_test.cc:211
↓ 568 callersMethodallocate_output
tensorflow/core/framework/op_kernel.cc:579
↓ 557 callersMethodpush_back
tensorflow/compiler/xla/service/llvm_ir/ir_array.h:100
↓ 556 callersMethodDim
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 callersMethodget_shape
Alias of Variable.shape.
tensorflow/python/ops/variables.py:911
↓ 545 callersMethoddimensions
tensorflow/compiler/xla/service/hlo_instruction.cc:1314
↓ 543 callersMethodoperand
tensorflow/compiler/xla/service/hlo_instruction.cc:1329
↓ 533 callersMethodopcode
Returns the opcode for this instruction.
tensorflow/compiler/xla/service/hlo_instruction.h:336
↓ 529 callersMethodWithRank
tensorflow/core/framework/shape_inference.cc:329
↓ 526 callersMethodmatmul
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 callersMethodeval
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 callersMethodemplace_back
tensorflow/core/lib/gtl/inlined_vector.h:197
↓ 511 callersMethodextend
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 callersMethodAddEntryComputation
tensorflow/compiler/xla/service/hlo_module.cc:59
↓ 493 callersMethodbegin
tensorflow/core/graph/edgeset.h:151
↓ 488 callersFunctionmin
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 callersMethodroot_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 callersMethodend
tensorflow/compiler/xla/service/llvm_ir/ir_array.h:106
↓ 476 callersMethoddevice
tensorflow/core/kernels/captured_function.h:70
↓ 472 callersMethodassertRaisesOpError
(self, expected_err_re_or_predicate)
tensorflow/python/framework/test_util.py:1145
↓ 471 callersMethodok
Returns this->status().ok()
tensorflow/compiler/xla/statusor.h:165
↓ 470 callersMethodget_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 callersMethodlog
(String msg)
tensorflow/java/src/main/java/org/tensorflow/NativeLibrary.java:153
↓ 452 callersMethoditems
(self)
tensorflow/contrib/kfac/python/ops/utils.py:55
next →1–100 of 53,736, ranked by callers