MCPcopy Create free account

hub / github.com/PaddlePaddle/Paddle / functions

Functions118,755 in github.com/PaddlePaddle/Paddle

↓ 123 callersMethodclear
paddle/fluid/eager/tensor_wrapper.h:241
↓ 123 callersMethoddim
(self)
python/paddle/nn/layer/activation.py:194
↓ 123 callersMethodembedding
paddle/fluid/framework/ir/pass_tester_helper.h:553
↓ 123 callersMethodset_meta
paddle/phi/core/dense_tensor.cc:198
↓ 122 callersMethodcopy
(self, new_block)
python/paddle/autograd/backward_utils.py:327
↓ 122 callersMethodend
paddle/pir/include/core/iterator.h:299
↓ 122 callersMethodname
(self)
python/paddle/distributed/launch/job/pod.py:64
↓ 122 callersMethodoutput_arg_names
(self)
python/paddle/base/framework.py:3782
↓ 122 callersMethodpop
Pops the top value from the stack. Returns: The popped value.
python/paddle/jit/sot/opcode_translator/executor/variable_stack.py:160
↓ 121 callersMethod_remove_op
Remove the specific position operator. Args: index(int): the position that the operator to insert. Returns:
python/paddle/base/framework.py:4868
↓ 121 callersMethodencode
Performs tokenization and uses the tokenized tokens to prepare model inputs. It supports sequence or sequence pair as input, and batc
test/tokenizer/tokenizer_utils.py:792
↓ 121 callersMethodhas_value
paddle/phi/api/include/compat/torch/library.h:280
↓ 121 callersMethodsize
paddle/phi/api/lib/tensor.cc:88
↓ 120 callersMethodSetModel
paddle/fluid/inference/api/analysis_config.cc:122
↓ 120 callersMethodcpu
Move all model parameters and buffers to the CPU. Returns: Layer: self
python/paddle/nn/layer/layers.py:3543
↓ 119 callersMethodBoolAttr
paddle/fluid/pir/drr/src/pattern_context.cc:188
↓ 119 callersMethodappend_op
(self)
test/ir/pir/translator/test_op_translator.py:34
↓ 119 callersMethodblock
.. note:: This API has no effect in Dygraph mode. Get the :code:`index` :ref:`api_guide_Block_en` of this Program
python/paddle/base/framework.py:7241
↓ 119 callersMethodbody
paddle/cinn/ir/tensor.cc:303
↓ 119 callersMethodunique
Check if this storage is unique (use_count == 1)
paddle/phi/api/include/compat/c10/core/Storage.h:334
↓ 118 callersMethodReplaceAllUsesWith
paddle/pir/src/core/value.cc:97
↓ 118 callersMethodexit
(self, completed=False)
python/paddle/distributed/fleet/elastic/manager.py:335
↓ 118 callersFunctionfilter
paddle/phi/api/include/compat/ATen/core/functional.h:56
↓ 117 callersFunctionInt
paddle/cinn/common/type.h:173
↓ 117 callersFunctionJoin
paddle/cinn/utils/string.h:49
↓ 117 callersMethod_test_all
( self, kwargs, )
test/legacy_test/test_splits_api.py:173
↓ 117 callersMethoddtype
Indicating data type of current Variable **Notes: This is a read-only property** Examples: .. code-block:: pyco
python/paddle/base/framework.py:2469
↓ 117 callersMethoddump
(self, output_path)
python/paddle/distributed/launch/utils/topology.py:360
↓ 117 callersMethodpush
paddle/phi/kernels/fusion/cutlass/memory_efficient_attention/epilogue/epilogue_pipelined.h:434
↓ 117 callersMethodreset
paddle/fluid/pybind/eager_utils.cc:3068
↓ 116 callersFunctionConvertPaddleTensorToDetailTensor
paddle/fluid/distributed/collective/deep_ep/deep_ep.cpp:3587
↓ 116 callersMethodProto
paddle/fluid/framework/op_desc.cc:527
↓ 116 callersMethoddecode
(self)
test/legacy_test/test_crf_decoding_op.py:82
↓ 116 callersMethodset_default_dtype
(cls, dtype)
python/paddle/base/layer_helper_base.py:67
↓ 116 callersMethodstep
(self)
test/sot/test_23_super.py:381
↓ 115 callersMethodGet
paddle/phi/kernels/autotune/cache_base.h:107
↓ 115 callersMethodcurrent_block
.. note:: This API has no effect in Dygraph mode. Get the current :ref:`api_guide_Block_en` . The :code:`current` :ref
python/paddle/base/framework.py:7268
↓ 115 callersMethoddtype
paddle/fluid/distributed/collective/deep_ep/include/types.h:40
↓ 115 callersFunctionempty
\brief Tell whether the buffer is empty.
paddle/fluid/inference/api/paddle_api.h:132
↓ 115 callersFunctionhas_dynamic_shape
paddle/fluid/primitive/decomp_utils/decomp_utils.h:263
↓ 115 callersFunctionid
paddle/pir/include/core/dialect.h:54
↓ 115 callersFunctionstorage
\brief Return the Type implementation.
paddle/pir/include/core/type.h:90
↓ 114 callersFunctionadd_doc_and_signature
Add docstr for function (paddle.*) and method (paddle.Tensor.*) if method exists
python/paddle/_paddle_docs.py:45
↓ 114 callersMethodconv2d
paddle/fluid/framework/ir/pass_tester_helper.h:45
↓ 114 callersMethodgradient
**Notes**: **This API is ONLY available in Dygraph mode** Get the Gradient of Current Variable Returns:
python/paddle/base/framework.py:2024
↓ 114 callersFunctionmax
distributed max in fleet Args: input(numpy.array|Variable|string): output of a layer scope(Scope): specific scope Retur
python/paddle/distributed/fleet/metrics/metric.py:67
↓ 113 callersMethodany
structors
paddle/utils/any.h:36
↓ 113 callersMethodnum_regions
paddle/pir/include/core/operation.h:164
↓ 113 callersMethodremove
Remove an item from the set. Args: item: The item to be removed. Examples: >>> s = OrderedSet([1, 2
python/paddle/jit/utils.py:216
↓ 112 callersMethodadd_sublayer
Adds a sub Layer instance. Added sublayer can be accessed by self.name Parameters: name(str): name of this sub
python/paddle/nn/layer/layers.py:1962
↓ 112 callersFunctionin_dygraph_mode
.. note:: Dynamic graph mode is turn ON by default since paddle 2.0.0 This API checks whether paddle runs in dynamic graph mode.
python/paddle/base/framework.py:335
↓ 112 callersMethodno_grad
(self)
python/paddle/jit/sot/opcode_translator/executor/function_graph.py:948
↓ 112 callersMethodsetName
test/cpp/compat/torch_library_test.cc:81
↓ 111 callersMethodadd_arg
paddle/phi/api/include/compat/torch/library.h:110
↓ 111 callersMethodassert_var_not_persistable
paddle/fluid/framework/ir/graph_pattern_detector.cc:449
↓ 111 callersMethodbarrier
(self)
python/paddle/distributed/ps/coordinator.py:261
↓ 111 callersFunctionis_xpu_place
paddle/phi/common/place.cc:182
↓ 110 callersMethodSetAttr
paddle/fluid/imperative/op_base.h:117
↓ 110 callersMethodnode_type
paddle/cinn/ir/buffer.cc:114
↓ 109 callersFunctionDataTypeToString
paddle/fluid/framework/data_type.cc:81
↓ 109 callersMethodget
paddle/phi/api/include/compat/torch/library.h:143
↓ 109 callersMethodget_py_value
Abstract method to get the value of the variable
python/paddle/jit/sot/opcode_translator/executor/variables/base.py:406
↓ 109 callersMethodoperands_source
paddle/pir/src/core/operation.cc:294
↓ 109 callersMethodremove
(self, value)
test/sot/test_mutable_data.py:133
↓ 109 callersMethodset_flags
(self, enable_autotune)
test/legacy_test/test_switch_autotune.py:56
↓ 108 callersFunctionCreateOp
paddle/fluid/framework/ir/pass_test_util.cc:33
↓ 108 callersMethodMatMul
paddle/phi/kernels/funcs/blas/blas.h:254
↓ 108 callersMethodSetGradOutMeta
paddle/fluid/eager/grad_node_info.cc:372
↓ 108 callersMethodcheck
(self, check_shape=False, output_dict=None)
test/ipu/op_test_ipu.py:239
↓ 108 callersMethodgenerate_test_value
(self)
test/legacy_test/test_tensor_type_promotion.py:2099
↓ 108 callersMethodget
Returns a pointer
paddle/phi/kernels/fusion/cutlass/memory_efficient_attention/iterators/predicated_tile_access_iterator_residual_last.h:1915
↓ 107 callersMethodAsVector
paddle/pir/src/core/builtin_attribute.cc:54
↓ 107 callersMethodelementwise_add
paddle/fluid/framework/ir/pass_tester_helper.h:297
↓ 107 callersMethodsort
(self, key=None, reverse=None)
python/paddle/jit/sot/opcode_translator/executor/variables/container.py:381
↓ 107 callersMethodtype
(self)
python/paddle/distributed/auto_parallel/static/cluster.py:73
↓ 106 callersMethodexecute
(self)
python/paddle/tensor/einsum.py:616
↓ 106 callersMethodget_stream
paddle/fluid/framework/data_feed.h:612
↓ 106 callersFunctionpow
paddle/phi/kernels/funcs/eigen/extensions.h:416
↓ 106 callersMethodsize
paddle/phi/core/meta_tensor.cc:50
↓ 106 callersMethodto_dense
paddle/phi/api/lib/tensor_method.cc:306
↓ 105 callersMethodFindVarRecursive
paddle/fluid/framework/op_desc.cc:1212
↓ 105 callersMethodall_reduce
all reduce input between all workers, mode can be sum, mean or max, default is sum Returns: list/int: all reduce result
python/paddle/distributed/fleet/fleet.py:977
↓ 105 callersMethodas_var
paddle/cinn/ir/ir_base.cc:349
↓ 105 callersMethodbool_attr
paddle/pir/src/core/builder.cc:87
↓ 105 callersFunctioncallback
(frame)
python/paddle/jit/sot/translate.py:95
↓ 105 callersMethodcheck_with_place
( self, model_file, backend="nccl", static_mode=False, check_error_log
test/collective/multinode/test_collective_multi_nodes.py:48
↓ 105 callersMethodid
Please don't use this API!
paddle/fluid/framework/ir/node.h:132
↓ 105 callersFunctionlog
paddle/phi/kernels/funcs/eigen/extensions.h:386
↓ 105 callersMethodsigmoid
paddle/fluid/framework/ir/pass_tester_helper.h:173
↓ 104 callersMethodGetDeviceType
paddle/phi/common/place.cc:245
↓ 104 callersMethodstep
(self, time, inputs, states, **kwargs)
test/legacy_test/test_rnn_decode_api.py:592
↓ 103 callersFunctionCreateMatrixDescriptor
paddle/phi/kernels/funcs/blas/blas.cc:19
↓ 103 callersFunctionGetAttrValue
paddle/fluid/framework/attribute.cc:22
↓ 103 callersMethodSetStopGradient
paddle/fluid/eager/autograd_meta.h:122
↓ 103 callersMethodassert_is_ops_input
paddle/fluid/framework/ir/graph_pattern_detector.cc:660
↓ 103 callersMethodflatten
paddle/phi/api/include/compat/ATen/ops/flatten.h:33
↓ 103 callersMethoduse_empty
paddle/pir/src/core/value.cc:72
↓ 102 callersFunctionGetOutputVarNode
paddle/fluid/platform/device/ipu/popart_canonicalization/canonicalization_utils.cc:93
↓ 102 callersMethoddata_layout
paddle/fluid/pir/dialect/operator/ir/op_type.cc:88
↓ 102 callersMethodempty
(self)
python/paddle/utils/cpp_extension/extension_utils.py:263
← previousnext →601–700 of 118,755, ranked by callers