MCPcopy Create free account

hub / github.com/PaddlePaddle/Paddle / functions

Functions118,755 in github.com/PaddlePaddle/Paddle

↓ 54 callersMethodsample
(self)
test/distribution/test_distribution.py:17
↓ 54 callersMethodsignature
(cls)
python/paddle/incubate/fp8/deep_gemm/jit/compiler.py:149
↓ 54 callersFunctionstream
Notes: This API only supports dynamic graph mode currently. A context manager that specifies the current stream context by the given
python/paddle/device/__init__.py:1721
↓ 54 callersMethodsublayers
Returns a list of sub layers. Parameters: include_self(bool, optional): Whether return self as sublayers. Default: Fals
python/paddle/nn/layer/layers.py:1382
↓ 54 callersMethodt
paddle/phi/api/include/compat/ATen/ops/t.h:29
↓ 54 callersMethodto<double>
paddle/phi/capi/include/wrapper_base.h:397
↓ 54 callersMethodtype
paddle/cinn/common/type.cc:366
↓ 54 callersMethodvalid
paddle/cinn/common/type.cc:252
↓ 53 callersMethodAcquireSrcMemory
paddle/phi/kernels/onednn/add_n_kernel.cc:65
↓ 53 callersMethodCopyFromCpu
\brief Copy the host memory to tensor data. It's usually used to set the input tensor data. \param[in] value
paddle/fluid/inference/goapi/tensor.go:163
↓ 53 callersMethodHasDnnAttr
paddle/phi/backends/gpu/gpu_context.cc:1178
↓ 53 callersMethodbackward
(ctx, dy)
test/dygraph_to_static/test_pylayer.py:86
↓ 53 callersMethodcend
paddle/phi/core/mixed_vector.h:307
↓ 53 callersMethodextend
(self, data)
python/paddle/jit/sot/opcode_translator/executor/variables/container.py:319
↓ 53 callersMethodgeneric_visit
(self, node)
python/paddle/jit/dy2static/transformers/return_transformer.py:175
↓ 53 callersFunctionget
paddle/pir/include/core/type_base.h:52
↓ 53 callersMethodreciprocal
paddle/phi/api/include/compat/ATen/ops/reciprocal.h:29
↓ 53 callersMethodsize
paddle/cinn/common/cinn_value.h:92
↓ 53 callersMethodtype_id
paddle/pir/src/core/type.cc:23
↓ 52 callersFunctionCUDAErrorCheck
paddle/fluid/eager/utils.h:418
↓ 52 callersFunctionCheckCudaStatusFailure
test/cpp/fluid/platform/enforce_test.cc:323
↓ 52 callersMethodCreateEmptyNode
A more free style way of creating a graph node. Mostly use for test or "copy" from another node. Avoid using it if possible.
paddle/fluid/framework/ir/graph.h:288
↓ 52 callersMethodEraseOp
paddle/fluid/pir/transforms/general/dead_code_elimination_pass.cc:55
↓ 52 callersMethodGetBlob
paddle/phi/backends/onednn/onednn_context.cc:420
↓ 52 callersMethodGetMutableGradNode
paddle/fluid/eager/grad_node_info.h:75
↓ 52 callersMethodSetOpVariantParamAttrPtr
paddle/phi/kernels/fusion/gpu/cudnn_fusion_helper.h:102
↓ 52 callersMethod_apply_pass
(self, graph, pass_name, attrs=None, attr_values=None)
python/paddle/static/quantization/quant2_int8_onednn_pass.py:496
↓ 52 callersMethod_create_var
(self, dtype, shape)
test/legacy_test/test_imperative_group.py:23
↓ 52 callersMethod_slice
(x)
test/legacy_test/test_rnn_decode_api.py:563
↓ 52 callersMethodadd
(self, grad_var, ring_id, i)
python/paddle/distributed/passes/auto_parallel_data_parallel_optimization.py:725
↓ 52 callersFunctionapply_to_static
(net, use_cinn, input_spec=None)
test/ir/pir/cinn/utils.py:35
↓ 52 callersMethodlocal_scope
paddle/fluid/framework/new_executor/pir_interpreter.cc:380
↓ 52 callersMethodmatmul_v2
paddle/fluid/framework/ir/pass_tester_helper.h:450
↓ 52 callersMethodoutputs
paddle/fluid/pir/dialect/operator/ir/manual_pylayer_op.h:61
↓ 52 callersMethodprepare
Configures the model before running. Args: optimizer (Optimizer|None, optional): Optimizer must be set in training
python/paddle/hapi/model.py:2161
↓ 52 callersMethodrun_test_case
(self)
test/auto_parallel/hybrid_strategy/semi_auto_save_state_dict.py:84
↓ 52 callersMethodstart
test/cpp/inference/infer_ut/test_suite.h:171
↓ 52 callersMethodto_sparse_csr
paddle/phi/api/lib/tensor_method.cc:302
↓ 52 callersMethoduse_end
paddle/pir/src/core/value.cc:66
↓ 51 callersMethodAllocate
test/cpp/phi/core/allocator.h:30
↓ 51 callersFunctionPyCheckTensor
paddle/utils/pybind.cc:27
↓ 51 callersFunctionRun
paddle/phi/core/threadpool.h:67
↓ 51 callersFunctionUnShardTensorDims
paddle/phi/infermeta/spmd_rules/utils.cc:939
↓ 51 callersMethod_clone_variable
Clone a variable into current block. Args: var: the variable to be cloned. force_persistable(bool): True mea
python/paddle/base/framework.py:5071
↓ 51 callersMethod_get_accumulator_master
Utility function to fetch an accumulator for a parameter Args: name: name of the accumulator param: parameter variable
python/paddle/optimizer/optimizer.py:1171
↓ 51 callersMethodadd_node
(self, node_id, **attrs)
python/paddle/distributed/auto_parallel/static/graph.py:118
↓ 51 callersMethodcall_with_args
paddle/phi/api/include/compat/torch/library.h:539
↓ 51 callersMethodcond
(i)
test/legacy_test/test_while_loop_op.py:32
↓ 51 callersFunctionis_partial
test/cpp/auto_parallel/spmd_rule_test_util.cc:30
↓ 51 callersFunctionlog
(level, *args)
python/paddle/jit/sot/utils/utils.py:149
↓ 51 callersFunctionmake_const
make const @{
paddle/cinn/common/ir_util.h:54
↓ 51 callersMethodnarrow
paddle/phi/api/include/compat/ATen/ops/narrow.h:91
↓ 51 callersFunctionpaddle_static_guard
()
test/legacy_test/op_test.py:77
↓ 51 callersMethodput
(self, key, value)
python/paddle/distributed/launch/utils/kv_client.py:26
↓ 51 callersMethodrbegin
paddle/utils/span.h:384
↓ 51 callersMethodreserve
paddle/phi/api/include/compat/c10/core/List.h:55
↓ 51 callersFunctionround
paddle/phi/kernels/funcs/eigen/extensions.h:411
↓ 51 callersMethodstream
paddle/phi/core/platform/collective_helper.cc:43
↓ 50 callersFunctionAttrTypeID
paddle/fluid/framework/attribute.h:275
↓ 50 callersFunctionEval
()
test/ir/pir/cinn/test_cinn_auto_parallel.py:64
↓ 50 callersFunctionGenSpaces
test/cpp/fluid/benchmark/op_tester.cc:388
↓ 50 callersMethodGetData
paddle/fluid/platform/profiler/event_python.h:156
↓ 50 callersMethodGetExpectedPlace
paddle/fluid/eager/api/utils/global_utils.h:51
↓ 50 callersMethodRun
test/cpp/inference/api/api_tester.cc:44
↓ 50 callersMethodadd_edge
(self, src_id, tgt_id, **attrs)
python/paddle/distributed/auto_parallel/static/graph.py:131
↓ 50 callersFunctionceil
paddle/phi/kernels/funcs/eigen/extensions.h:401
↓ 50 callersFunctionconvert_np_dtype_to_dtype_
Convert the data type in numpy to the data type in Paddle. Args: np_dtype (np.dtype|str): The data type in numpy or valid data type
python/paddle/pir/core.py:126
↓ 50 callersMethodend
paddle/phi/api/include/compat/c10/core/List.h:78
↓ 50 callersMethodindex_select
paddle/phi/api/include/compat/ATen/core/TensorBody.h:563
↓ 50 callersMethodis_gpu
paddle/phi/api/lib/tensor.cc:174
↓ 50 callersMethodlayout
paddle/fluid/pir/dialect/operator/ir/ir_meta_tensor.cc:43
↓ 50 callersMethodload_inference_model
load fleet inference model from path Returns: None Examples: .. code-block:: pycon
python/paddle/distributed/fleet/fleet.py:1121
↓ 50 callersMethodoffset
paddle/phi/capi/include/wrapper_base.h:164
↓ 50 callersMethodstore
paddle/phi/kernels/funcs/load_store_util.h:75
↓ 49 callersFunctionConvertDetailTensorToPaddleTensor
paddle/fluid/distributed/collective/deep_ep/deep_ep.cpp:3593
↓ 49 callersFunctionFloat
paddle/cinn/common/type.h:188
↓ 49 callersMethodMin
paddle/cinn/ir/ir.h:149
↓ 49 callersFunctionRetainGradForTensor
paddle/fluid/eager/api/utils/hook_utils.cc:55
↓ 49 callersMethodSet
paddle/ap/include/axpr/attr_map.h:75
↓ 49 callersMethodSetInput
paddle/fluid/imperative/op_base.h:95
↓ 49 callersFunctionSetOp
test/cpp/fluid/framework/ir/onednn/cpu_quantize_pass_test.cc:32
↓ 49 callersFunctionTransToPhiDataType
paddle/phi/core/utils/data_type.h:150
↓ 49 callersMethodWait
paddle/phi/backends/stream.cc:88
↓ 49 callersMethodWait
test/cpp/inference/api/tester_helper.h:154
↓ 49 callersMethod_get_accumulator
Utility function to fetch an accumulator for a parameter Args: name: name of the accumulator param: parameter tensor
python/paddle/optimizer/optimizer.py:1150
↓ 49 callersMethodcheck_pass_correct
(self, atol=1e-5, rtol=1e-5)
test/ir/pir/fused_pass/pass_test.py:91
↓ 49 callersFunctionf
(*args)
python/paddle/tensor/einsum.py:588
↓ 49 callersFunctionfn
(x, y)
test/sot/test_sot_distributed.py:28
↓ 49 callersFunctiongenerate_data
generate test data Args: shape(list of int): shape of inputs dtype(str): dtype Returns: x, dtype, shape, name
test/legacy_test/test_splits_api.py:52
↓ 49 callersMethodget_tensor
(self, name, value, place=None)
test/collective/fleet/test_dgc_momentum_op.py:25
↓ 49 callersMethodis_var
paddle/cinn/ir/ir_base.cc:286
↓ 49 callersMethodsave_inference_model
dummy save inference model
test/legacy_test/test_fleet_rolemaker_2.py:255
↓ 48 callersMethodAcquireDstMemory
paddle/phi/kernels/onednn/add_n_kernel.cc:74
↓ 48 callersFunctionCallExtern
paddle/cinn/lang/compute.cc:251
↓ 48 callersFunctionIsDuplicableVar
paddle/fluid/framework/custom_operator_utils.h:53
↓ 48 callersMethodall_parameters
(self)
python/paddle/base/framework.py:4584
↓ 48 callersFunctioncheck_multi_dims_mapping
test/cpp/auto_parallel/spmd_rule_test_util.cc:65
↓ 48 callersMethodcommunicate
(self, read_items, state, context)
python/paddle/distributed/flex_checkpoint/dcp/reshard_comm.py:176
↓ 48 callersMethodcopy_to
paddle/phi/api/lib/tensor_method.cc:60
↓ 48 callersMethoddata
paddle/ap/include/kernel_dispatch/const_tensor.h:36
← previousnext →1,101–1,200 of 118,755, ranked by callers