MCPcopy Create free account

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

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

↓ 449 callersMethodnode
tensorflow/core/common_runtime/executor.cc:317
↓ 441 callersMethodadd_argument
tensorflow/stream_executor/kernel.h:407
↓ 438 callersMethodget_temp_dir
Returns a unique temporary directory for the test to use. If you call this method multiple times during in a test, it will return the same fo
tensorflow/python/framework/test_util.py:595
↓ 436 callersMethodname
tensorflow/core/graph/gradients.cc:42
↓ 433 callersMethodsize
tensorflow/contrib/batching/batch_scheduler.h:251
↓ 428 callersMethodjoin
(self)
tensorflow/contrib/tpu/python/tpu/tpu_estimator.py:498
↓ 428 callersMethodreserve
If you know how many elements you will push at the time you create the TopN object, you can call reserve to preallocate the memory that TopN will need
tensorflow/core/lib/gtl/top_n.h:106
↓ 421 callersMethodflatten
Flattens an ND-array into a 1D-array with the same elements. @param array the array to flatten @param elementType the element class (e.g. {@code Inte
tensorflow/java/src/test/java/org/tensorflow/TestUtil.java:93
↓ 419 callersMethodreset
[optional.mod], modifiers Destroys the inner T value if one is present.
tensorflow/core/lib/gtl/optional.h:535
↓ 416 callersMethodappend
(self, callback)
tensorflow/python/keras/_impl/keras/callbacks.py:61
↓ 412 callersFunctiontuple
Group tensors together. This creates a tuple of tensors with the same values as the `tensors` argument, except that the value of each tensor is o
tensorflow/python/ops/control_flow_ops.py:2975
↓ 411 callersMethodname
tensorflow/contrib/verbs/rdma.cc:111
↓ 408 callersMethodParameter
tensorflow/compiler/xla/client/computation_builder.cc:188
↓ 407 callersMethodsplit
Split the values of a `Tensor` into the TensorArray. Args: value: (N+1)-D. Tensor of type `dtype`. The Tensor to split. lengths: 1-
tensorflow/python/ops/tensor_array_ops.py:454
↓ 405 callersMethoddtype
tensorflow/core/graph/gradients.cc:50
↓ 402 callersMethodsize
tensorflow/core/framework/tensor.cc:107
↓ 399 callersMethoddevice
Returns a context manager that specifies the default device to use. The `device_name_or_function` argument may either be a device name string
tensorflow/python/framework/ops.py:3721
↓ 397 callersMethodname
tensorflow/compiler/xla/service/hlo_dce.h:34
↓ 391 callersMethodbegin
tensorflow/compiler/xla/service/llvm_ir/ir_array.h:105
↓ 391 callersMethoddevice
May be used, e.g., to get GPU handles, etc. TODO(tucker): Add example usage.
tensorflow/core/framework/op_kernel.h:1001
↓ 371 callersMethodexpand_dims
(input_tensor)
tensorflow/python/feature_column/feature_column.py:1603
↓ 364 callersMethodresize
tensorflow/core/lib/gtl/flatmap.h:102
↓ 355 callersMethodstatus
tensorflow/compiler/xla/statusor.h:271
↓ 352 callersMethodget_next
Returns a nested structure of `tf.Tensor`s containing the next element. Args: name: (Optional.) A name for the created operation. Retu
tensorflow/python/data/ops/iterator_ops.py:244
↓ 342 callersMethodsquare
(x)
tensorflow/contrib/eager/python/tfe_test.py:44
↓ 336 callersFunctionUnimplemented
tensorflow/compiler/xla/util.cc:86
↓ 334 callersMethodop
tensorflow/core/framework/shape_inference.cc:216
↓ 334 callersMethodsize
tensorflow/compiler/xla/shape_util.h:60
↓ 330 callersMethodassertAllCloseAccordingToType
Like assertAllClose, but also suitable for comparing fp16 arrays. In particular, the tolerance is reduced to 1e-3 if at least one of the argu
tensorflow/python/framework/test_util.py:1036
↓ 327 callersFunctionTF_GetCode
tensorflow/c/c_api.cc:112
↓ 325 callersMethodassertProtoEquals
Asserts that message is same as parsed expected_message_ascii. Creates another prototype of message, reads the ascii message into it and then
tensorflow/python/framework/test_util.py:627
↓ 323 callersMethodempty
tensorflow/compiler/xla/shape_util.h:59
↓ 317 callersMethodArg
tensorflow/core/platform/default/test_benchmark.cc:55
↓ 316 callersFunctionGetTensorDim
tensorflow/core/util/tensor_format.h:334
↓ 304 callersMethodrun
Wrapper around Session.run() that inserts tensor watch options. Args: fetches: Same as the `fetches` arg to regular `Session.run()`.
tensorflow/python/debug/wrappers/framework.py:409
↓ 302 callersFunctionRank
Returns the rank of a tensor. This operation returns an integer representing the rank of `input`. For example: ``` # 't' is [[[1, 1, 1], [2, 2, 2]]
tensorflow/go/op/wrappers.go:9515
↓ 301 callersMethodidentity
Returns a TensorArray with the same content and properties. Returns: A new TensorArray object with flow that ensures the control dependenci
tensorflow/python/ops/tensor_array_ops.py:227
↓ 287 callersFunctionTF_Message
tensorflow/c/c_api.cc:116
↓ 285 callersMethodget_shape
Returns `Tensor`'s shape partitioned into `sample`, `batch`, `event`. Args: x: `Tensor`. name: Python `str`. The name to give this op
tensorflow/contrib/distributions/python/ops/shape.py:325
↓ 283 callersMethodget_attr
(self, attr)
tensorflow/python/eager/backprop.py:80
↓ 282 callersMethodToGraphDef
tensorflow/core/graph/graph.cc:506
↓ 280 callersFunctionConst
tensorflow/c/c_test_util.cc:108
↓ 278 callersMethodmultiply
(self, vector)
tensorflow/contrib/kfac/python/ops/fisher_blocks.py:161
↓ 276 callersFunctionJoinPath
tensorflow/core/lib/io/path.h:47
↓ 275 callersFunctionJoin
tensorflow/core/lib/strings/str_util.h:147
↓ 261 callersFunctionDataTypeString
tensorflow/core/framework/types.cc:50
↓ 260 callersMethodAdd
tensorflow/compiler/xla/client/computation_builder.cc:916
↓ 260 callersMethodWithName
tensorflow/core/graph/graph_def_builder.cc:30
↓ 260 callersMethodfit
(self, x, y, batch_size=128, steps=None, max_steps=None, monitors=None)
tensorflow/contrib/learn/python/learn/estimators/estimator.py:1424
↓ 256 callersMethodadd
Adds a layer instance on top of the layer stack. Arguments: layer: layer instance. Raises: TypeError: If `layer` is not a la
tensorflow/python/keras/_impl/keras/models.py:440
↓ 255 callersFunctionCUDAComplex
tensorflow/stream_executor/cuda/cuda_helpers.h:84
↓ 254 callersMethodFIFOQueue
tensorflow/core/kernels/fifo_queue.cc:35
↓ 253 callersMethodsize
tensorflow/core/common_runtime/gpu/gpu_event_mgr_test.cc:88
↓ 252 callersMethodclose
()
tensorflow/examples/android/src/org/tensorflow/demo/Classifier.java:106
↓ 252 callersMethodset_name
tensorflow/core/framework/resource_handle.h:47
↓ 251 callersMethodgroup
tensorflow/core/util/sparse/group_iterator.cc:55
↓ 250 callersMethodslice
Slice a RichTextLines object. The object itself is not changed. A sliced instance is returned. Args: begin: (int) Beginning line index
tensorflow/python/debug/cli/debugger_cli_common.py:210
↓ 247 callersMethodname
tensorflow/core/framework/type_index.h:52
↓ 246 callersFunctionGetNodeAttr
tensorflow/core/util/padding.cc:24
↓ 245 callersMethodassign_add
Adds a value to this variable. This is essentially a shortcut for `assign_add(self, delta)`. Args: delta: A `Tensor`. The value to ad
tensorflow/python/ops/variables.py:580
↓ 243 callersMethodadd
(x, y)
tensorflow/python/eager/core_test.py:435
↓ 243 callersMethodcode
tensorflow/core/lib/core/status.h:55
↓ 241 callersMethodsrc
tensorflow/core/graph/graph.h:297
↓ 241 callersMethodwrite
Writes file_content to the file. Appends to the end of the file.
tensorflow/python/lib/io/file_io.py:100
↓ 240 callersFunctionPlaceholder
tensorflow/c/c_test_util.cc:91
↓ 236 callersMethodFinalize
tensorflow/core/graph/node_builder.cc:102
↓ 236 callersMethodhandle
tensorflow/core/kernels/tensor_array.h:340
↓ 236 callersMethodmean
Mean.
tensorflow/python/ops/distributions/distribution.py:875
↓ 235 callersFunctionFailedPrecondition
tensorflow/compiler/xla/util.cc:104
↓ 233 callersMethodFinalize
tensorflow/core/kernels/hexagon/hexagon_control_wrapper.cc:134
↓ 233 callersMethodcontains
tensorflow/core/lib/core/stringpiece.cc:33
↓ 233 callersMethodinput
tensorflow/cc/framework/ops.cc:23
↓ 233 callersMethodsum
tensorflow/core/util/stat_summarizer.h:67
↓ 232 callersMethodopaque
Warning: note that the pointer returned is not necessarily directly to device virtual address space, but is platform-dependent.
tensorflow/stream_executor/device_memory.h:75
↓ 231 callersMethodAddDim
tensorflow/core/framework/tensor_shape.cc:240
↓ 231 callersMethodclear
tensorflow/core/graph/edgeset.h:143
↓ 231 callersMethodname
Returns the string name represents this endpoint.
tensorflow/core/common_runtime/function.cc:61
↓ 229 callersMethodkeys
(self)
tensorflow/python/training/saver_test_utils.py:65
↓ 227 callersFunctiong
(*a, **kw)
tensorflow/python/keras/_impl/keras/utils/data_utils_test.py:110
↓ 226 callersMethoderase
tensorflow/core/graph/edgeset.cc:53
↓ 224 callersMethodDebugString
tensorflow/core/framework/op.cc:151
↓ 223 callersMethodmean
(self, name="mean")
tensorflow/contrib/bayesflow/python/ops/stochastic_tensor_impl.py:387
↓ 222 callersFunctionConst
Const adds an operation to graph that produces value as output.
tensorflow/go/op/op.go:33
↓ 221 callersMethodTransferToServer
tensorflow/compiler/xla/client/client.cc:66
↓ 220 callersMethodCopyFrom
\brief Copy the other tensor into this tensor and reshape it. This tensor shares other's underlying storage. Returns `true` iff `other.shape()` has t
tensorflow/core/framework/tensor.h:179
↓ 218 callersMethodkeys
(self)
tensorflow/contrib/slim/python/slim/data/tfexample_decoder.py:63
↓ 218 callersMethodnum_inputs
tensorflow/core/graph/graph.cc:145
↓ 214 callersMethodread
Returns the next record (key, value) pair produced by a reader. Will dequeue a work unit from queue if necessary (e.g. when the Reader needs
tensorflow/python/ops/io_ops.py:173
↓ 214 callersMethodset_name
tensorflow/stream_executor/kernel.cc:83
↓ 213 callersMethodok
tensorflow/cc/framework/scope.cc:231
↓ 210 callersMethodlayout
tensorflow/stream_executor/dnn.h:254
↓ 210 callersMethodsize
tensorflow/compiler/tf2xla/functionalize_control_flow.cc:558
↓ 208 callersFunctionIdentity
tensorflow/core/graph/testlib.cc:262
↓ 207 callersFunctionExpectSuccess
tensorflow/core/framework/node_def_util_test.cc:49
↓ 206 callersMethodseed
The graph-level random seed of this graph.
tensorflow/python/framework/ops.py:2691
↓ 206 callersMethodsize
tensorflow/compiler/xla/service/llvm_ir/ir_array.h:95
↓ 205 callersMethodAddEmbeddedComputation
tensorflow/compiler/xla/service/hlo_module.cc:84
↓ 205 callersMethodToString
tensorflow/core/lib/core/status.cc:47
↓ 203 callersMethodbegin
begin/end for iterating over all nodes.
tensorflow/compiler/xla/shape_tree.h:155
↓ 203 callersMethodop
tensorflow/cc/framework/ops.h:72
← previousnext →101–200 of 53,736, ranked by callers