Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ functions
Functions
117,897 in github.com/DeepRec-AI/DeepRec
⨍
Functions
117,897
◇
Types & classes
21,266
↳
Endpoints
580
↓ 131 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:270
↓ 131 callers
Function
func
()
tensorflow/python/kernel_tests/init_ops_test.py:102
↓ 131 callers
Method
node_view
Returns NodeView from `graph_view_` at `node_index_`.
tensorflow/core/grappler/utils/graph_view_internal.h:65
↓ 131 callers
Method
shape
Gets a numpy-style shape tuple giving the dataset dimensions. Returns: A numpy-style shape tuple.
tensorflow/python/keras/utils/io_utils.py:118
↓ 130 callers
Method
AddControlEdge
tensorflow/compiler/tf2tensorrt/segment/segment.cc:225
↓ 130 callers
Method
Finalize
tensorflow/core/common_runtime/step_stats_collector.cc:204
↓ 130 callers
Method
Update
tensorflow/core/lib/core/status.cc:96
↓ 130 callers
Method
compute_gradients
Compute gradients of `loss` for the variables in `var_list`. This is the first part of `minimize()`. It returns a list of (gradient, variabl
tensorflow/python/training/optimizer.py:478
↓ 130 callers
Method
instruction_count
tensorflow/compiler/xla/service/hlo_module.cc:548
↓ 130 callers
Method
put
Create an op that places a value into the staging area. This operation will block if the `StagingArea` has reached its capacity. Args:
tensorflow/python/ops/data_flow_ops.py:1857
↓ 129 callers
Method
AddNode
tensorflow/core/graph/graph.cc:433
↓ 129 callers
Method
data
(self)
tensorflow/contrib/learn/python/learn/monitors.py:911
↓ 129 callers
Function
exit
Exits the current frame to its parent frame. Exit makes its input `data` available to the parent frame. Args: data: The tensor to be made av
tensorflow/python/ops/control_flow_ops.py:262
↓ 129 callers
Method
tensor
tensorflow/compiler/tf2tensorrt/convert/convert_nodes.cc:749
↓ 129 callers
Method
versions
tensorflow/core/graph/graph_constructor.cc:432
↓ 128 callers
Method
Clone
tensorflow/compiler/xla/service/hlo_module.cc:639
↓ 128 callers
Function
_initialized_session
(config=None)
tensorflow/python/feature_column/feature_column_test.py:57
↓ 128 callers
Method
get
tensorflow/core/profiler/nvtx_utils.h:228
↓ 128 callers
Method
node_name
tensorflow/cc/framework/ops.h:237
↓ 128 callers
Method
output_type
tensorflow/core/graph/graph.cc:199
↓ 128 callers
Method
run
(self)
tensorflow/lite/tools/pip_package/setup.py:122
↓ 128 callers
Method
to_apply
tensorflow/compiler/xla/service/hlo_instruction.cc:2210
↓ 127 callers
Method
AddAsKey
tensorflow/core/util/mkl_util.h:1950
↓ 127 callers
Function
GetTemporary
tensorflow/lite/kernels/kernel_util.h:57
↓ 127 callers
Method
call_for_each_replica
Run `fn` once per replica. `fn` may call `tf.get_replica_context()` to access methods such as `replica_id_in_sync_group` and `merge_call()`.
tensorflow/python/distribute/distribute_lib.py:1762
↓ 127 callers
Method
dtype
(self)
tensorflow/contrib/labeled_tensor/python/ops/core.py:363
↓ 127 callers
Function
init
An op which initializes MPI on the device on which it is run. All future MPI ops must be run on the same device that the `init` op was run on.
tensorflow/contrib/mpi_collectives/mpi_ops.py:91
↓ 127 callers
Method
output_dtypes
(self)
tensorflow/compiler/tests/categorical_op_test.py:39
↓ 127 callers
Method
prob
(self, x)
tensorflow/contrib/distributions/python/kernel_tests/vector_student_t_test.py:68
↓ 127 callers
Method
restore
Restores previously saved variables. This method runs the ops added by the constructor for restoring variables. It requires a session in whic
tensorflow/python/training/saver.py:1518
↓ 126 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:42825
↓ 126 callers
Function
Sub
tensorflow/compiler/xla/client/xla_builder.cc:3235
↓ 126 callers
Method
find
tensorflow/contrib/image/kernels/segmentation_ops.h:75
↓ 126 callers
Method
report_benchmark
Report a benchmark. Args: iters: (optional) How many iterations were run cpu_time: (optional) Median or mean cpu time in seconds.
tensorflow/python/platform/benchmark.py:185
↓ 126 callers
Method
size
tensorflow/compiler/xrt/xrt_util.cc:49
↓ 124 callers
Method
Get
tensorflow/lite/tools/optimize/calibration/calibration_logger.h:55
↓ 124 callers
Method
ParseFromString
Parses a serialized DataColumn produced from the SerializeToString() function of a python data_ops.DataColumn object. It should look like a proto ASCI
tensorflow/contrib/tensor_forest/kernels/data_spec.h:41
↓ 124 callers
Method
RankKnown
tensorflow/core/framework/shape_inference.h:361
↓ 124 callers
Method
builder
tensorflow/compiler/xla/client/lib/comparators_test.cc:37
↓ 123 callers
Method
IsControlEdge
tensorflow/compiler/tf2tensorrt/segment/segment.cc:90
↓ 123 callers
Method
LSTMCell
(cls, x, mprev, cprev, weights)
tensorflow/python/framework/function_test.py:1504
↓ 123 callers
Method
cond
(not_all_done, *_)
tensorflow/python/ops/parallel_for/pfor.py:599
↓ 123 callers
Method
dimensions
(self)
tensorflow/compiler/xla/python_api/xla_shape.py:77
↓ 123 callers
Method
get_value
Returns the value wrapped by this optional. If this optional does not have a value (i.e. `self.has_value()` evaluates to `False`), this opera
tensorflow/python/data/ops/optional_ops.py:62
↓ 123 callers
Method
output_shapes
(self)
tensorflow/python/data/ops/readers.py:579
↓ 123 callers
Method
prefetch
Creates a `Dataset` that prefetches elements from this dataset. Note: Like other `Dataset` methods, prefetch operates on the elements of the
tensorflow/python/data/ops/dataset_ops.py:823
↓ 122 callers
Method
dtype
tensorflow/compiler/tf2xla/xla_expression.h:79
↓ 122 callers
Method
minimum
Returns a NumPy array specifying the minimum bounds (inclusive).
tensorflow/python/framework/tensor_spec.py:263
↓ 121 callers
Function
Copy
tensorflow/compiler/xla/client/xla_builder.cc:2959
↓ 121 callers
Method
window
tensorflow/stream_executor/dnn.h:773
↓ 120 callers
Function
NumpyArrayF32
Convenience wrapper to create Numpy arrays with a np.float32 dtype.
tensorflow/compiler/xla/python/xla_client_test.py:79
↓ 120 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:111
↓ 120 callers
Method
begin
tensorflow/core/framework/tensor_shape.cc:626
↓ 120 callers
Method
outputs
tensorflow/lite/delegates/gpu/common/model.h:179
↓ 120 callers
Function
range
Returns a `RaggedTensor` containing the specified sequences of numbers. Each row of the returned `RaggedTensor` contains a single sequence: ```p
tensorflow/python/ops/ragged/ragged_math_ops.py:42
↓ 120 callers
Method
range
`high - low`.
tensorflow/python/ops/distributions/uniform.py:149
↓ 120 callers
Method
release
Releases the cleanup function instead of running it. Hint: use c.release()() to run early.
tensorflow/compiler/xla/util.h:619
↓ 120 callers
Method
size
tensorflow/core/kernels/batching_util/batch_scheduler.h:256
↓ 120 callers
Method
tensorflow_gpu_device_info
tensorflow/core/common_runtime/renamed_device.h:58
↓ 119 callers
Method
ToProto
tensorflow/compiler/xla/shape.cc:58
↓ 119 callers
Method
convert
Converts a TensorFlow GraphDef based on instance variables. Returns: The converted data in serialized format. Either a TFLite Flatbuffer or
tensorflow/lite/python/lite.py:871
↓ 119 callers
Method
device_type
tensorflow/compiler/jit/kernels/xla_ops.h:60
↓ 119 callers
Method
input
tensorflow/lite/kernels/cast_test.cc:38
↓ 119 callers
Method
library
tensorflow/core/graph/graph_constructor.cc:433
↓ 119 callers
Method
shuffle
Randomly shuffles the elements of this dataset. This dataset fills a buffer with `buffer_size` elements, then randomly samples elements from
tensorflow/python/data/ops/dataset_ops.py:947
↓ 119 callers
Method
while_body
tensorflow/compiler/xla/service/hlo_instruction.cc:2255
↓ 118 callers
Method
Concatenate
tensorflow/core/framework/tensor_shape.cc:760
↓ 118 callers
Function
Split
Split strings using any of the supplied delimiters. For example: Split("a,b.c,d", ".,") would return {"a", "b", "c", "d"}.
tensorflow/core/platform/str_util.h:121
↓ 118 callers
Method
data
tensorflow/compiler/xla/service/cpu/xfeed_manager_test.cc:43
↓ 118 callers
Method
metadata
tensorflow/compiler/xla/python/tpu_driver/grpc_tpu_driver.cc:141
↓ 118 callers
Method
unknown_rank
Return whether the rank is unknown
tensorflow/core/framework/tensor_shape.h:247
↓ 118 callers
Function
vdotq_four_lane_s32
The vdotq_lane_s32 takes int8x8t for the rhs parameter, whereas the actual instruction selects from between 4 32-bit (4x8-bit packed) sub-registers, a
tensorflow/lite/kernels/internal/optimized/depthwiseconv_3x3_filter_common.h:128
↓ 117 callers
Method
id
tensorflow/compiler/jit/device_util.h:50
↓ 117 callers
Method
prob
Probability density/mass function. Args: value: `float` or `double` `Tensor`. name: Python `str` prepended to names of ops created by
tensorflow/python/ops/distributions/distribution.py:813
↓ 117 callers
Method
set
tensorflow/core/kernels/group_embedding/group_embedding_lookup_sparse_forward_base_ops.cu.h:561
↓ 116 callers
Method
BufferAt
Returns the buffer defined at the given instruction and index.
tensorflow/compiler/xla/service/heap_simulator_test.cc:333
↓ 116 callers
Function
ConsumePrefix
tensorflow/core/platform/str_util.cc:107
↓ 116 callers
Method
Run
tensorflow/compiler/xla/service/gpu/fusion_merger.cc:159
↓ 116 callers
Method
Run
tensorflow/core/common_runtime/placer.cc:99
↓ 116 callers
Method
TotalBytes
tensorflow/core/graph/costmodel.cc:194
↓ 116 callers
Method
ok
tensorflow/core/util/reffed_status_callback.h:39
↓ 116 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:696
↓ 115 callers
Method
WithRankAtMost
tensorflow/core/framework/shape_inference.cc:408
↓ 115 callers
Method
find
tensorflow/core/kernels/xsmm_conv2d.cc:137
↓ 115 callers
Method
size
Returns the size of the file.
tensorflow/python/lib/io/file_io.py:100
↓ 114 callers
Method
size
tensorflow/core/lib/io/block.h:35
↓ 114 callers
Method
user_count
Returns the number of users of this instruction.
tensorflow/compiler/xla/service/hlo_instruction.h:1045
↓ 113 callers
Method
GetCurrNode
tensorflow/core/grappler/costs/virtual_scheduler.cc:113
↓ 113 callers
Method
GetMutationBuilder
tensorflow/core/grappler/utils/graph_view.cc:484
↓ 113 callers
Function
MatMul
tensorflow/core/kernels/matmul_op.h:43
↓ 113 callers
Method
device
tensorflow/compiler/xla/python/local_client.h:188
↓ 113 callers
Method
softmax
(final float[] vals)
tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java:118
↓ 112 callers
Method
Apply
tensorflow/core/grappler/utils/graph_view.cc:430
↓ 112 callers
Method
assign
tensorflow/core/kernels/topk_op_gpu.h:137
↓ 112 callers
Function
dims
tensorflow/core/util/sparse/sparse_tensor.h:162
↓ 112 callers
Method
graph
tensorflow/core/common_runtime/immutable_executor_state.h:96
↓ 111 callers
Function
NodeWith
tensorflow/compiler/jit/node_matchers.h:234
↓ 111 callers
Function
Scalar
tensorflow/core/kernels/training_ops_test.cc:83
↓ 111 callers
Method
ToString
tensorflow/compiler/xla/shape.cc:78
↓ 111 callers
Method
ToString
tensorflow/core/lib/core/status.cc:176
← previous
next →
701–800 of 117,897, ranked by callers