Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ functions
Functions
118,755 in github.com/PaddlePaddle/Paddle
⨍
Functions
118,755
◇
Types & classes
32,748
↳
Endpoints
291
↓ 123 callers
Method
clear
paddle/fluid/eager/tensor_wrapper.h:241
↓ 123 callers
Method
dim
(self)
python/paddle/nn/layer/activation.py:194
↓ 123 callers
Method
embedding
paddle/fluid/framework/ir/pass_tester_helper.h:553
↓ 123 callers
Method
set_meta
paddle/phi/core/dense_tensor.cc:198
↓ 122 callers
Method
copy
(self, new_block)
python/paddle/autograd/backward_utils.py:327
↓ 122 callers
Method
end
paddle/pir/include/core/iterator.h:299
↓ 122 callers
Method
name
(self)
python/paddle/distributed/launch/job/pod.py:64
↓ 122 callers
Method
output_arg_names
(self)
python/paddle/base/framework.py:3782
↓ 122 callers
Method
pop
Pops the top value from the stack. Returns: The popped value.
python/paddle/jit/sot/opcode_translator/executor/variable_stack.py:160
↓ 121 callers
Method
_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 callers
Method
encode
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 callers
Method
has_value
paddle/phi/api/include/compat/torch/library.h:280
↓ 121 callers
Method
size
paddle/phi/api/lib/tensor.cc:88
↓ 120 callers
Method
SetModel
paddle/fluid/inference/api/analysis_config.cc:122
↓ 120 callers
Method
cpu
Move all model parameters and buffers to the CPU. Returns: Layer: self
python/paddle/nn/layer/layers.py:3543
↓ 119 callers
Method
BoolAttr
paddle/fluid/pir/drr/src/pattern_context.cc:188
↓ 119 callers
Method
append_op
(self)
test/ir/pir/translator/test_op_translator.py:34
↓ 119 callers
Method
block
.. 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 callers
Method
body
paddle/cinn/ir/tensor.cc:303
↓ 119 callers
Method
unique
Check if this storage is unique (use_count == 1)
paddle/phi/api/include/compat/c10/core/Storage.h:334
↓ 118 callers
Method
ReplaceAllUsesWith
paddle/pir/src/core/value.cc:97
↓ 118 callers
Method
exit
(self, completed=False)
python/paddle/distributed/fleet/elastic/manager.py:335
↓ 118 callers
Function
filter
paddle/phi/api/include/compat/ATen/core/functional.h:56
↓ 117 callers
Function
Int
paddle/cinn/common/type.h:173
↓ 117 callers
Function
Join
paddle/cinn/utils/string.h:49
↓ 117 callers
Method
_test_all
( self, kwargs, )
test/legacy_test/test_splits_api.py:173
↓ 117 callers
Method
dtype
Indicating data type of current Variable **Notes: This is a read-only property** Examples: .. code-block:: pyco
python/paddle/base/framework.py:2469
↓ 117 callers
Method
dump
(self, output_path)
python/paddle/distributed/launch/utils/topology.py:360
↓ 117 callers
Method
push
paddle/phi/kernels/fusion/cutlass/memory_efficient_attention/epilogue/epilogue_pipelined.h:434
↓ 117 callers
Method
reset
paddle/fluid/pybind/eager_utils.cc:3068
↓ 116 callers
Function
ConvertPaddleTensorToDetailTensor
paddle/fluid/distributed/collective/deep_ep/deep_ep.cpp:3587
↓ 116 callers
Method
Proto
paddle/fluid/framework/op_desc.cc:527
↓ 116 callers
Method
decode
(self)
test/legacy_test/test_crf_decoding_op.py:82
↓ 116 callers
Method
set_default_dtype
(cls, dtype)
python/paddle/base/layer_helper_base.py:67
↓ 116 callers
Method
step
(self)
test/sot/test_23_super.py:381
↓ 115 callers
Method
Get
paddle/phi/kernels/autotune/cache_base.h:107
↓ 115 callers
Method
current_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 callers
Method
dtype
paddle/fluid/distributed/collective/deep_ep/include/types.h:40
↓ 115 callers
Function
empty
\brief Tell whether the buffer is empty.
paddle/fluid/inference/api/paddle_api.h:132
↓ 115 callers
Function
has_dynamic_shape
paddle/fluid/primitive/decomp_utils/decomp_utils.h:263
↓ 115 callers
Function
id
paddle/pir/include/core/dialect.h:54
↓ 115 callers
Function
storage
\brief Return the Type implementation.
paddle/pir/include/core/type.h:90
↓ 114 callers
Function
add_doc_and_signature
Add docstr for function (paddle.*) and method (paddle.Tensor.*) if method exists
python/paddle/_paddle_docs.py:45
↓ 114 callers
Method
conv2d
paddle/fluid/framework/ir/pass_tester_helper.h:45
↓ 114 callers
Method
gradient
**Notes**: **This API is ONLY available in Dygraph mode** Get the Gradient of Current Variable Returns:
python/paddle/base/framework.py:2024
↓ 114 callers
Function
max
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 callers
Method
any
structors
paddle/utils/any.h:36
↓ 113 callers
Method
num_regions
paddle/pir/include/core/operation.h:164
↓ 113 callers
Method
remove
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 callers
Method
add_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 callers
Function
in_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 callers
Method
no_grad
(self)
python/paddle/jit/sot/opcode_translator/executor/function_graph.py:948
↓ 112 callers
Method
setName
test/cpp/compat/torch_library_test.cc:81
↓ 111 callers
Method
add_arg
paddle/phi/api/include/compat/torch/library.h:110
↓ 111 callers
Method
assert_var_not_persistable
paddle/fluid/framework/ir/graph_pattern_detector.cc:449
↓ 111 callers
Method
barrier
(self)
python/paddle/distributed/ps/coordinator.py:261
↓ 111 callers
Function
is_xpu_place
paddle/phi/common/place.cc:182
↓ 110 callers
Method
SetAttr
paddle/fluid/imperative/op_base.h:117
↓ 110 callers
Method
node_type
paddle/cinn/ir/buffer.cc:114
↓ 109 callers
Function
DataTypeToString
paddle/fluid/framework/data_type.cc:81
↓ 109 callers
Method
get
paddle/phi/api/include/compat/torch/library.h:143
↓ 109 callers
Method
get_py_value
Abstract method to get the value of the variable
python/paddle/jit/sot/opcode_translator/executor/variables/base.py:406
↓ 109 callers
Method
operands_source
paddle/pir/src/core/operation.cc:294
↓ 109 callers
Method
remove
(self, value)
test/sot/test_mutable_data.py:133
↓ 109 callers
Method
set_flags
(self, enable_autotune)
test/legacy_test/test_switch_autotune.py:56
↓ 108 callers
Function
CreateOp
paddle/fluid/framework/ir/pass_test_util.cc:33
↓ 108 callers
Method
MatMul
paddle/phi/kernels/funcs/blas/blas.h:254
↓ 108 callers
Method
SetGradOutMeta
paddle/fluid/eager/grad_node_info.cc:372
↓ 108 callers
Method
check
(self, check_shape=False, output_dict=None)
test/ipu/op_test_ipu.py:239
↓ 108 callers
Method
generate_test_value
(self)
test/legacy_test/test_tensor_type_promotion.py:2099
↓ 108 callers
Method
get
Returns a pointer
paddle/phi/kernels/fusion/cutlass/memory_efficient_attention/iterators/predicated_tile_access_iterator_residual_last.h:1915
↓ 107 callers
Method
AsVector
paddle/pir/src/core/builtin_attribute.cc:54
↓ 107 callers
Method
elementwise_add
paddle/fluid/framework/ir/pass_tester_helper.h:297
↓ 107 callers
Method
sort
(self, key=None, reverse=None)
python/paddle/jit/sot/opcode_translator/executor/variables/container.py:381
↓ 107 callers
Method
type
(self)
python/paddle/distributed/auto_parallel/static/cluster.py:73
↓ 106 callers
Method
execute
(self)
python/paddle/tensor/einsum.py:616
↓ 106 callers
Method
get_stream
paddle/fluid/framework/data_feed.h:612
↓ 106 callers
Function
pow
paddle/phi/kernels/funcs/eigen/extensions.h:416
↓ 106 callers
Method
size
paddle/phi/core/meta_tensor.cc:50
↓ 106 callers
Method
to_dense
paddle/phi/api/lib/tensor_method.cc:306
↓ 105 callers
Method
FindVarRecursive
paddle/fluid/framework/op_desc.cc:1212
↓ 105 callers
Method
all_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 callers
Method
as_var
paddle/cinn/ir/ir_base.cc:349
↓ 105 callers
Method
bool_attr
paddle/pir/src/core/builder.cc:87
↓ 105 callers
Function
callback
(frame)
python/paddle/jit/sot/translate.py:95
↓ 105 callers
Method
check_with_place
( self, model_file, backend="nccl", static_mode=False, check_error_log
test/collective/multinode/test_collective_multi_nodes.py:48
↓ 105 callers
Method
id
Please don't use this API!
paddle/fluid/framework/ir/node.h:132
↓ 105 callers
Function
log
paddle/phi/kernels/funcs/eigen/extensions.h:386
↓ 105 callers
Method
sigmoid
paddle/fluid/framework/ir/pass_tester_helper.h:173
↓ 104 callers
Method
GetDeviceType
paddle/phi/common/place.cc:245
↓ 104 callers
Method
step
(self, time, inputs, states, **kwargs)
test/legacy_test/test_rnn_decode_api.py:592
↓ 103 callers
Function
CreateMatrixDescriptor
paddle/phi/kernels/funcs/blas/blas.cc:19
↓ 103 callers
Function
GetAttrValue
paddle/fluid/framework/attribute.cc:22
↓ 103 callers
Method
SetStopGradient
paddle/fluid/eager/autograd_meta.h:122
↓ 103 callers
Method
assert_is_ops_input
paddle/fluid/framework/ir/graph_pattern_detector.cc:660
↓ 103 callers
Method
flatten
paddle/phi/api/include/compat/ATen/ops/flatten.h:33
↓ 103 callers
Method
use_empty
paddle/pir/src/core/value.cc:72
↓ 102 callers
Function
GetOutputVarNode
paddle/fluid/platform/device/ipu/popart_canonicalization/canonicalization_utils.cc:93
↓ 102 callers
Method
data_layout
paddle/fluid/pir/dialect/operator/ir/op_type.cc:88
↓ 102 callers
Method
empty
(self)
python/paddle/utils/cpp_extension/extension_utils.py:263
← previous
next →
601–700 of 118,755, ranked by callers