MCPcopy Create free account

hub / github.com/DeepRec-AI/DeepRec / functions

Functions117,897 in github.com/DeepRec-AI/DeepRec

↓ 242 callersFunctionall
Bitwise reduction (logical AND). Arguments: x: Tensor or variable. axis: axis along which to perform the reduction. keepdims: whe
tensorflow/python/keras/backend.py:2023
↓ 242 callersMethoddata
tensorflow/core/framework/tensor.cc:1293
↓ 242 callersMethodfrom_tensors
Creates a `Dataset` with a single element, comprising the given tensors. Note that if `tensors` contains a NumPy array, and eager execution is no
tensorflow/python/data/ops/dataset_ops.py:450
↓ 241 callersMethodsrc_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:474
↓ 240 callersMethodhas_shape
Proto-style accessors
tensorflow/lite/toco/model.h:2237
↓ 239 callersMethoddst
tensorflow/core/graph/graph.h:468
↓ 238 callersFunctionIdentity
tensorflow/core/graph/testlib.cc:250
↓ 238 callersMethodwatch
Ensures that `tensor` is being traced by this tape. Args: tensor: a Tensor or list of Tensors. Raises: ValueError: if it encount
tensorflow/python/eager/backprop.py:837
↓ 237 callersFunctionNotFound
tensorflow/compiler/xla/util.h:281
↓ 237 callersMethoddevice
The device of this variable.
tensorflow/python/ops/variables.py:1366
↓ 235 callersMethodTensorArray
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:140
↓ 234 callersFunctionGpuMemoryMutable
tensorflow/stream_executor/gpu/gpu_helpers.h:47
↓ 234 callersMethodmap
Maps `map_func` across the elements of this dataset. This transformation applies `map_func` to each element of this dataset, and returns a ne
tensorflow/python/data/ops/dataset_ops.py:1152
↓ 234 callersMethodnum_outputs
tensorflow/core/graph/graph.cc:198
↓ 234 callersMethodtrain_on_batch
Runs a single gradient update on a single batch of data. Arguments: x: Input data. It could be: - A Numpy array (or array-like)
tensorflow/python/keras/engine/training.py:920
↓ 232 callersFunctionsum
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/backend.py:1883
↓ 231 callersMethodsession
(self)
tensorflow/contrib/predictor/predictor.py:34
↓ 230 callersMethodWithControlDependencies
tensorflow/cc/framework/scope.cc:429
↓ 230 callersMethodoperand_count
Returns the number of operands to this instruction.
tensorflow/compiler/xla/service/hlo_instruction.h:1030
↓ 229 callersMethodend
tensorflow/compiler/tf2tensorrt/utils/trt_lru_cache.h:64
↓ 229 callersMethodidentity
tensorflow/core/kernels/reduction_ops.h:123
↓ 229 callersMethodstrip
(input_node_names)
tensorflow/python/tools/strip_unused_test.py:65
↓ 228 callersMethodReportError
Entry point for C node plugin API to report an error.
tensorflow/lite/core/subgraph.cc:880
↓ 226 callersMethodimpl
tensorflow/cc/framework/scope.h:236
↓ 225 callersMethodIsSameSize
tensorflow/core/framework/tensor_shape.cc:583
↓ 225 callersFunctionMatch
tensorflow/compiler/xla/service/pattern_matcher.h:150
↓ 223 callersMethodbegin
Returns a const iterator pointing to the first wrapped tensor input.
tensorflow/core/grappler/optimizers/data/vectorization/vectorizer.h:80
↓ 222 callersMethodget
tensorflow/core/kernels/map_stage_op.cc:377
↓ 222 callersMethodstatus
tensorflow/core/kernels/lookup_util.cc:162
↓ 221 callersMethodapply_gradients
Apply gradients to variables. This is the second part of `minimize()`. It returns an `Operation` that applies gradients. Args: gra
tensorflow/python/training/optimizer.py:619
↓ 221 callersMethoddimensions
tensorflow/compiler/xla/shape.h:102
↓ 221 callersMethodmaximum
Returns a NumPy array specifying the maximum bounds (inclusive).
tensorflow/python/framework/tensor_spec.py:268
↓ 220 callersMethodbuilder
tensorflow/compiler/tf2xla/xla_op_kernel.cc:44
↓ 218 callersMethodRunMetadata
tensorflow/core/summary/summary_db_writer.cc:386
↓ 218 callersMethodset_assigned_device_name
tensorflow/core/graph/graph.h:1017
↓ 218 callersMethodtensor
Get a mutable tensor data structure. TODO(aselle): Create a safe ArrayHandle interface to avoid exposing this read/write access to structure
tensorflow/lite/core/subgraph.h:131
↓ 217 callersFunctionAddNode
tensorflow/core/grappler/optimizers/data/graph_utils.cc:103
↓ 215 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:342
↓ 215 callersMethodValue
tensorflow/core/framework/variant.h:307
↓ 215 callersMethodget_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:3775
↓ 214 callersMethodConstant
Enqueues a constant op onto the computation. Args: value: value for the constant, as a np.array with an explicit dtype set to one o
tensorflow/compiler/xla/python/xla_client.py:813
↓ 214 callersMethodis_fully_defined
Returns True iff `self` is fully defined in every dimension.
tensorflow/python/framework/tensor_shape.py:1147
↓ 213 callersMethodDimension
tensorflow/core/framework/shape_inference.h:794
↓ 212 callersFunctionany
Bitwise reduction (logical OR). Arguments: x: Tensor or variable. axis: axis along which to perform the reduction. keepdims: whet
tensorflow/python/keras/backend.py:2007
↓ 212 callersMethodempty
tensorflow/core/common_runtime/propagator_state.h:108
↓ 212 callersFunctionname
tensorflow/lite/schema/schema_generated.h:2841
↓ 211 callersFunctionMakeLayout
Populate the output layout unless the minor_to_major array contains all -1 value, in which case the layout is considered missing and the API returns f
tensorflow/compiler/tf2xla/shape_util.cc:50
↓ 211 callersFunctionTfLiteIntArrayCreate
tensorflow/lite/c/c_api_internal.c:46
↓ 211 callersMethodadd
Updates the stats accumulator.
tensorflow/contrib/boosted_trees/python/ops/stats_accumulator_ops.py:194
↓ 210 callersMethodScalar
tensorflow/core/framework/shape_inference.cc:766
↓ 210 callersMethodcast
tensorflow/stream_executor/blas.h:210
↓ 209 callersMethodDebugString
tensorflow/core/graph/graph.cc:131
↓ 209 callersMethodbroadcast
Broadcast the `tensor` to destinations. Args: tensor: the tensor to broadcast. destinations: the broadcast destinations. Returns
tensorflow/python/distribute/cross_device_ops.py:326
↓ 209 callersFunctiondtype
tensorflow/core/util/sparse/sparse_tensor.h:168
↓ 208 callersMethodToString
tensorflow/compiler/xla/service/gpu/thunk_schedule.cc:149
↓ 208 callersMethodrun
(self, fn, *args, **kwargs)
modelzoo/features/sparse_operation_kit/dlrm/model/strategy_wrapper.py:27
↓ 208 callersMethodset_device
tensorflow/core/framework/resource_handle.h:47
↓ 207 callersFunctionAddOutput
tensorflow/lite/delegates/gpu/common/model.h:562
↓ 207 callersMethodstatus
tensorflow/cc/framework/scope.cc:296
↓ 206 callersFunctionConvertElementType
tensorflow/compiler/xla/client/xla_builder.cc:3477
↓ 206 callersMethodfunction
(self)
tensorflow/python/data/ops/dataset_ops.py:2849
↓ 205 callersFunctionTF_NewStatus
tensorflow/c/tf_status.cc:24
↓ 205 callersMethod_upgrade
(self, old_file_text)
tensorflow/tools/compatibility/tf_upgrade_v2_test.py:117
↓ 204 callersFunctionExpectSuccess
tensorflow/core/framework/node_def_util_test.cc:52
↓ 204 callersMethodMakeIterator
Returns a new iterator for iterating over the range of elements in this dataset. This method may be called multiple times on the same instance, and t
tensorflow/core/framework/dataset.h:685
↓ 204 callersMethodsrc
tensorflow/compiler/tf2tensorrt/segment/segment.cc:85
↓ 203 callersFunctionLogName
tensorflow/lite/toco/tooling_util.cc:56
↓ 203 callersFunctionTF_DeleteStatus
tensorflow/c/tf_status.cc:26
↓ 203 callersMethodbegin
tensorflow/compiler/tf2tensorrt/utils/trt_lru_cache.h:63
↓ 202 callersFunctionHandleFromInput
tensorflow/core/framework/resource_mgr.cc:319
↓ 202 callersMethodgather
(x)
tensorflow/python/ops/ragged/ragged_map_fn_op_test.py:245
↓ 201 callersMethodIsControlEdge
tensorflow/core/graph/graph.h:982
↓ 200 callersMethodAddInstruction
tensorflow/compiler/xla/client/xla_builder.cc:2813
↓ 200 callersMethodempty
()
tensorflow/python/util/tf_inspect_test.py:592
↓ 200 callersMethodkeys
(self)
tensorflow/contrib/slim/python/slim/data/tfexample_decoder.py:64
↓ 199 callersMethod_testBinary
(self, op, a, b, expected,
tensorflow/compiler/tests/binary_ops_test.py:41
↓ 198 callersMethodWaitForNotification
tensorflow/core/common_runtime/direct_session.cc:2431
↓ 198 callersMethodencode
Encoder using LSTM. Args: x: tensor of size [num_children, num_groups, embedding_size] Returns: last_c, last_h: tensors of size
tensorflow/python/grappler/hierarchical_controller.py:723
↓ 198 callersMethodvalues
DEPRECATED: Use outputs.
tensorflow/python/framework/ops.py:1856
↓ 196 callersMethodToGraph
tensorflow/cc/framework/scope.cc:317
↓ 196 callersMethodget_operations
Return the list of operations in the graph. You can modify the operations in place, but modifications to the list such as inserts/delete have
tensorflow/python/framework/ops.py:3709
↓ 195 callersMethodassertShapeEqual
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:2818
↓ 194 callersFunctionIsScalar
tensorflow/compiler/mlir/lite/flatbuffer_import.cc:143
↓ 194 callersMethodcount
tensorflow/compiler/tf2tensorrt/convert/convert_nodes.cc:676
↓ 194 callersMethodend
tensorflow/core/framework/tensor_shape.cc:631
↓ 194 callersMethodget
tensorflow/lite/delegates/gpu/common/shape.h:601
↓ 193 callersFunctionGetShape
tensorflow/core/kernels/shape_ops.h:32
↓ 193 callersMethodreset
Restore a reader to its initial clean state. Args: name: A name for the operation (optional). Returns: The created Operation.
tensorflow/python/ops/io_ops.py:289
↓ 192 callersMethodexit
(self)
tensorflow/python/autograph/pyct/transformer.py:111
↓ 192 callersMethodis_tensor
tensorflow/compiler/tf2tensorrt/convert/convert_nodes.h:292
↓ 191 callersMethodop
(x)
tensorflow/compiler/tests/unary_ops_test.py:918
↓ 190 callersMethodapply
Deprecated, do NOT use! This is an alias of `self.__call__`. Arguments: inputs: Input tensor(s). *args: additional positional ar
tensorflow/python/keras/engine/base_layer.py:1704
↓ 190 callersFunctionb
(i, r)
tensorflow/python/ops/linalg/linalg_impl.py:333
↓ 190 callersMethodcheckedThread
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:2243
↓ 190 callersMethodget_slot
Return a slot named `name` created for `var` by the Optimizer. Some `Optimizer` subclasses use additional variables. For example `Momentum`
tensorflow/python/training/optimizer.py:857
↓ 189 callersMethodserialize
Serialize an accumulator for a remote call.
tensorflow/python/keras/layers/preprocessing/normalization.py:216
↓ 188 callersMethodResizeTensor
tensorflow/lite/core/subgraph.cc:854
↓ 188 callersFunctionTmpDir
tensorflow/core/platform/test.cc:29
↓ 188 callersMethodget
(self, key)
tensorflow/python/eager/context.py:90
↓ 188 callersMethodtuple_shapes
If this is a tuple, returns its sequence of constituent Shape objects. Returns: Tuple sub-shapes. Raises: ValueError: if this is
tensorflow/compiler/xla/python_api/xla_shape.py:82
← previousnext →401–500 of 117,897, ranked by callers