MCPcopy Create free account

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

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

↓ 131 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:270
↓ 131 callersFunctionfunc
()
tensorflow/python/kernel_tests/init_ops_test.py:102
↓ 131 callersMethodnode_view
Returns NodeView from `graph_view_` at `node_index_`.
tensorflow/core/grappler/utils/graph_view_internal.h:65
↓ 131 callersMethodshape
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 callersMethodAddControlEdge
tensorflow/compiler/tf2tensorrt/segment/segment.cc:225
↓ 130 callersMethodFinalize
tensorflow/core/common_runtime/step_stats_collector.cc:204
↓ 130 callersMethodUpdate
tensorflow/core/lib/core/status.cc:96
↓ 130 callersMethodcompute_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 callersMethodinstruction_count
tensorflow/compiler/xla/service/hlo_module.cc:548
↓ 130 callersMethodput
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 callersMethodAddNode
tensorflow/core/graph/graph.cc:433
↓ 129 callersMethoddata
(self)
tensorflow/contrib/learn/python/learn/monitors.py:911
↓ 129 callersFunctionexit
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 callersMethodtensor
tensorflow/compiler/tf2tensorrt/convert/convert_nodes.cc:749
↓ 129 callersMethodversions
tensorflow/core/graph/graph_constructor.cc:432
↓ 128 callersMethodClone
tensorflow/compiler/xla/service/hlo_module.cc:639
↓ 128 callersFunction_initialized_session
(config=None)
tensorflow/python/feature_column/feature_column_test.py:57
↓ 128 callersMethodget
tensorflow/core/profiler/nvtx_utils.h:228
↓ 128 callersMethodnode_name
tensorflow/cc/framework/ops.h:237
↓ 128 callersMethodoutput_type
tensorflow/core/graph/graph.cc:199
↓ 128 callersMethodrun
(self)
tensorflow/lite/tools/pip_package/setup.py:122
↓ 128 callersMethodto_apply
tensorflow/compiler/xla/service/hlo_instruction.cc:2210
↓ 127 callersMethodAddAsKey
tensorflow/core/util/mkl_util.h:1950
↓ 127 callersFunctionGetTemporary
tensorflow/lite/kernels/kernel_util.h:57
↓ 127 callersMethodcall_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 callersMethoddtype
(self)
tensorflow/contrib/labeled_tensor/python/ops/core.py:363
↓ 127 callersFunctioninit
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 callersMethodoutput_dtypes
(self)
tensorflow/compiler/tests/categorical_op_test.py:39
↓ 127 callersMethodprob
(self, x)
tensorflow/contrib/distributions/python/kernel_tests/vector_student_t_test.py:68
↓ 127 callersMethodrestore
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 callersFunctionPrint
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 callersFunctionSub
tensorflow/compiler/xla/client/xla_builder.cc:3235
↓ 126 callersMethodfind
tensorflow/contrib/image/kernels/segmentation_ops.h:75
↓ 126 callersMethodreport_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 callersMethodsize
tensorflow/compiler/xrt/xrt_util.cc:49
↓ 124 callersMethodGet
tensorflow/lite/tools/optimize/calibration/calibration_logger.h:55
↓ 124 callersMethodParseFromString
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 callersMethodRankKnown
tensorflow/core/framework/shape_inference.h:361
↓ 124 callersMethodbuilder
tensorflow/compiler/xla/client/lib/comparators_test.cc:37
↓ 123 callersMethodIsControlEdge
tensorflow/compiler/tf2tensorrt/segment/segment.cc:90
↓ 123 callersMethodLSTMCell
(cls, x, mprev, cprev, weights)
tensorflow/python/framework/function_test.py:1504
↓ 123 callersMethodcond
(not_all_done, *_)
tensorflow/python/ops/parallel_for/pfor.py:599
↓ 123 callersMethoddimensions
(self)
tensorflow/compiler/xla/python_api/xla_shape.py:77
↓ 123 callersMethodget_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 callersMethodoutput_shapes
(self)
tensorflow/python/data/ops/readers.py:579
↓ 123 callersMethodprefetch
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 callersMethoddtype
tensorflow/compiler/tf2xla/xla_expression.h:79
↓ 122 callersMethodminimum
Returns a NumPy array specifying the minimum bounds (inclusive).
tensorflow/python/framework/tensor_spec.py:263
↓ 121 callersFunctionCopy
tensorflow/compiler/xla/client/xla_builder.cc:2959
↓ 121 callersMethodwindow
tensorflow/stream_executor/dnn.h:773
↓ 120 callersFunctionNumpyArrayF32
Convenience wrapper to create Numpy arrays with a np.float32 dtype.
tensorflow/compiler/xla/python/xla_client_test.py:79
↓ 120 callersFunctionarg_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 callersMethodbegin
tensorflow/core/framework/tensor_shape.cc:626
↓ 120 callersMethodoutputs
tensorflow/lite/delegates/gpu/common/model.h:179
↓ 120 callersFunctionrange
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 callersMethodrange
`high - low`.
tensorflow/python/ops/distributions/uniform.py:149
↓ 120 callersMethodrelease
Releases the cleanup function instead of running it. Hint: use c.release()() to run early.
tensorflow/compiler/xla/util.h:619
↓ 120 callersMethodsize
tensorflow/core/kernels/batching_util/batch_scheduler.h:256
↓ 120 callersMethodtensorflow_gpu_device_info
tensorflow/core/common_runtime/renamed_device.h:58
↓ 119 callersMethodToProto
tensorflow/compiler/xla/shape.cc:58
↓ 119 callersMethodconvert
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 callersMethoddevice_type
tensorflow/compiler/jit/kernels/xla_ops.h:60
↓ 119 callersMethodinput
tensorflow/lite/kernels/cast_test.cc:38
↓ 119 callersMethodlibrary
tensorflow/core/graph/graph_constructor.cc:433
↓ 119 callersMethodshuffle
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 callersMethodwhile_body
tensorflow/compiler/xla/service/hlo_instruction.cc:2255
↓ 118 callersMethodConcatenate
tensorflow/core/framework/tensor_shape.cc:760
↓ 118 callersFunctionSplit
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 callersMethoddata
tensorflow/compiler/xla/service/cpu/xfeed_manager_test.cc:43
↓ 118 callersMethodmetadata
tensorflow/compiler/xla/python/tpu_driver/grpc_tpu_driver.cc:141
↓ 118 callersMethodunknown_rank
Return whether the rank is unknown
tensorflow/core/framework/tensor_shape.h:247
↓ 118 callersFunctionvdotq_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 callersMethodid
tensorflow/compiler/jit/device_util.h:50
↓ 117 callersMethodprob
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 callersMethodset
tensorflow/core/kernels/group_embedding/group_embedding_lookup_sparse_forward_base_ops.cu.h:561
↓ 116 callersMethodBufferAt
Returns the buffer defined at the given instruction and index.
tensorflow/compiler/xla/service/heap_simulator_test.cc:333
↓ 116 callersFunctionConsumePrefix
tensorflow/core/platform/str_util.cc:107
↓ 116 callersMethodRun
tensorflow/compiler/xla/service/gpu/fusion_merger.cc:159
↓ 116 callersMethodRun
tensorflow/core/common_runtime/placer.cc:99
↓ 116 callersMethodTotalBytes
tensorflow/core/graph/costmodel.cc:194
↓ 116 callersMethodok
tensorflow/core/util/reffed_status_callback.h:39
↓ 116 callersMethodset_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 callersMethodWithRankAtMost
tensorflow/core/framework/shape_inference.cc:408
↓ 115 callersMethodfind
tensorflow/core/kernels/xsmm_conv2d.cc:137
↓ 115 callersMethodsize
Returns the size of the file.
tensorflow/python/lib/io/file_io.py:100
↓ 114 callersMethodsize
tensorflow/core/lib/io/block.h:35
↓ 114 callersMethoduser_count
Returns the number of users of this instruction.
tensorflow/compiler/xla/service/hlo_instruction.h:1045
↓ 113 callersMethodGetCurrNode
tensorflow/core/grappler/costs/virtual_scheduler.cc:113
↓ 113 callersMethodGetMutationBuilder
tensorflow/core/grappler/utils/graph_view.cc:484
↓ 113 callersFunctionMatMul
tensorflow/core/kernels/matmul_op.h:43
↓ 113 callersMethoddevice
tensorflow/compiler/xla/python/local_client.h:188
↓ 113 callersMethodsoftmax
(final float[] vals)
tensorflow/examples/android/src/org/tensorflow/demo/TensorFlowYoloDetector.java:118
↓ 112 callersMethodApply
tensorflow/core/grappler/utils/graph_view.cc:430
↓ 112 callersMethodassign
tensorflow/core/kernels/topk_op_gpu.h:137
↓ 112 callersFunctiondims
tensorflow/core/util/sparse/sparse_tensor.h:162
↓ 112 callersMethodgraph
tensorflow/core/common_runtime/immutable_executor_state.h:96
↓ 111 callersFunctionNodeWith
tensorflow/compiler/jit/node_matchers.h:234
↓ 111 callersFunctionScalar
tensorflow/core/kernels/training_ops_test.cc:83
↓ 111 callersMethodToString
tensorflow/compiler/xla/shape.cc:78
↓ 111 callersMethodToString
tensorflow/core/lib/core/status.cc:176
← previousnext →701–800 of 117,897, ranked by callers