MCPcopy Create free account

hub / github.com/PaddlePaddle/Paddle / types & classes

Types & classes32,748 in github.com/PaddlePaddle/Paddle

↓ 2,329 callersClassValueError
paddle/ap/include/adt/adt.h:307
↓ 1,269 callersClassExpr
paddle/cinn/ir/ir_base.h:193
↓ 1,230 callersClassset
paddle/utils/variant.h:838
↓ 891 callersClassCPUPlace
paddle/phi/common/place.h:132
↓ 877 callersClassTensorConfig
A config builder for a input or a weight.
test/ir/inference/program_config.py:46
↓ 758 callersClassTypeError
paddle/ap/include/adt/adt.h:329
↓ 719 callersClassInputSpec
InputSpec describes the signature information of the model input, such as ``shape`` , ``dtype`` , ``name`` . This interface is often used to
python/paddle/static/input.py:227
↓ 693 callersClassOpConfig
A config builder for generating a Op.
test/ir/inference/program_config.py:91
↓ 514 callersClassLayerHelper
python/paddle/base/layer_helper.py:39
↓ 482 callersClassCPUPlace
paddle/fluid/pir/utils/general_functions.h:36
↓ 397 callersClassGPUPlace
paddle/phi/common/place.h:140
↓ 388 callersClassTensorDistAttr
paddle/phi/api/lib/data_transform.h:28
↓ 358 callersClassRuntimeError
paddle/ap/include/adt/adt.h:263
↓ 356 callersClassOpCompat
paddle/fluid/framework/ir/op_compat_sensible_pass.h:28
↓ 351 callersClassDimExpr
paddle/pir/include/dialect/shape/utils/dim_expr.h:168
↓ 351 callersClassProgram
Create Python Program. It has at least one :ref:`api_guide_Block_en`, when the control flow op like conditional_block, while :ref:`api_paddl
python/paddle/base/framework.py:6017
↓ 334 callersClassKernelSignature
paddle/phi/core/type_defs.h:27
↓ 331 callersClassProgramConfig
A config builder for generating a Program. input_type : (np.dtype, default=None), the inputs will be casted to input_type before f
test/ir/inference/program_config.py:244
↓ 314 callersClassScalar
paddle/phi/capi/include/wrapper_base.h:376
↓ 291 callersClassKernelKey
paddle/phi/core/type_defs.h:24
↓ 288 callersClassLinear
r""" Fully-connected linear transformation layer. For each input :math:`X` , the equation is: .. math:: Out = XW + b where
python/paddle/nn/layer/common.py:118
↓ 279 callersClassDistTensorSpec
* A unified data class for inferring distributed attributes * in both dygraph mode and static mode */
paddle/fluid/distributed/auto_parallel/spmd_rules/dist_tensor_spec.h:31
↓ 279 callersClassNotImplementedError
paddle/ap/include/adt/adt.h:373
↓ 263 callersClassIntArray
paddle/phi/capi/include/wrapper_base.h:441
↓ 240 callersClassDistMetaTensor
paddle/phi/core/distributed/type_defs.h:26
↓ 205 callersClassIndexExpr
paddle/cinn/ir/ir_base.h:194
↓ 184 callersEnumType
paddle/phi/common/pstring.h:42
↓ 182 callersClassMetaConfig
paddle/phi/infermeta/unary.h:23
↓ 174 callersClassShard
paddle/phi/core/distributed/auto_parallel/dist_tensor.h:29
↓ 173 callersClassOpVersionComparatorCombination
paddle/fluid/framework/op_version_registry.h:314
↓ 172 callersClassDummyTracker
DummyTracker is a subclass of Tracker that specifically tracks variables cannot be reproduced from the frame. It is mostly generated by compl
python/paddle/jit/sot/opcode_translator/executor/tracker.py:97
↓ 155 callersClassany
paddle/utils/any.h:34
↓ 146 callersClassIValue
paddle/phi/api/include/compat/ATen/core/ivalue.h:87
↓ 144 callersClasslayer
test/contrib/test_image_classification_fp16.py:253
↓ 130 callersClasstype_index
paddle/phi/api/include/compat/c10/util/TypeIndex.h:28
↓ 124 callersClassTileDesc
paddle/phi/kernels/fusion/cutlass/util.py:19
↓ 119 callersClassReplicate
paddle/phi/core/distributed/auto_parallel/dist_tensor.h:31
↓ 118 callersClassShardedWeightDesc
python/paddle/distributed/flex_checkpoint/dcp/sharded_weight.py:29
↓ 117 callersClassParamAttr
Note: ``gradient_clip`` of ``ParamAttr`` HAS BEEN DEPRECATED since 2.0. Please use ``need_clip`` in ``ParamAttr`` to specify the
python/paddle/base/param_attr.py:33
↓ 115 callersClassDataLoader
DataLoader provides an iterator which iterates given dataset once by the batch_sampler. DataLoader supports single-process and multi-pro
python/paddle/io/reader.py:265
↓ 110 callersClassVar
test/legacy_test/test_ps_dispatcher.py:42
↓ 108 callersClassCINNValue
paddle/cinn/common/cinn_value.h:44
↓ 108 callersClassTensorWrapper
paddle/fluid/eager/utils.h:27
↓ 106 callersClassDevice
paddle/phi/backends/event.h:27
↓ 100 callersClassDanglingTracker
DanglingTracker is a subclass of Tracker that specifically tracks variables that are not in the frame. Variables whose tracker is DanglingTra
python/paddle/jit/sot/opcode_translator/executor/tracker.py:153
↓ 95 callersClassConstantVariable
ConstantVariable is a subclass of VariableBase used to wrap a Variable of the const type. Args: value(Any): The value to be wrapped.
python/paddle/jit/sot/opcode_translator/executor/variables/basic.py:191
↓ 91 callersClassAssertionError
paddle/ap/include/adt/adt.h:406
↓ 86 callersClassDispatchKeySet
paddle/phi/api/include/compat/c10/core/DispatchKeySet.h:54
↓ 84 callersClassVar
A named variable. i ∈ [lower_bound, upper_bound)
paddle/cinn/ir/ir.h:425
↓ 83 callersClassBuiltinVariable
BuiltinVariable is a subclass of FunctionVariable used to wrap a built-in function. Args: fn (Callable[..., Any]): The built-in funct
python/paddle/jit/sot/opcode_translator/executor/variables/callable.py:955
↓ 78 callersClassCustomPlace
paddle/phi/common/place.h:192
↓ 78 callersClassShardedWeight
Represents a local shard of a distributed tensor parameter. Args: key (str): The name of the parameter. local_tensor (Tensor
python/paddle/distributed/flex_checkpoint/dcp/sharded_weight.py:37
↓ 77 callersClassBuilder
paddle/cinn/ir/module.h:59
↓ 77 callersClassOrderedSet
A set that preserves the order of insertion.
python/paddle/jit/utils.py:25
↓ 74 callersClassCompare
paddle/phi/kernels/funcs/fake_quantize_functor.h:36
↓ 71 callersClassXPUPlace
paddle/phi/common/place.h:158
↓ 71 callersClassdesc
paddle/phi/backends/onednn/onednn_helper.h:298
↓ 69 callersClassInnerError
python/paddle/jit/sot/utils/exceptions.py:256
↓ 68 callersClassdim3
paddle/phi/kernels/primitive/helper_primitives.h:21
↓ 65 callersClassTensor
paddle/cinn/ir/buffer.h:30
↓ 64 callersClassconv2d
docstring for Conv2D
test/dygraph_to_static/test_cycle_gan.py:323
↓ 63 callersClassConvNormActivation
Configurable block used for Convolution-Normalization-Activation blocks. This code is based on the torchvision code with modifications. Y
python/paddle/vision/ops.py:1897
↓ 62 callersClassLayerDesc
python/paddle/distributed/fleet/meta_parallel/parallel_layers/pp_layers.py:68
↓ 61 callersClassConstVariable
test/sot/test_mutable_data.py:28
↓ 60 callersClassHostPythonNode
test/legacy_test/test_profiler_statistic.py:21
↓ 59 callersClassGemmTuningConfig
python/paddle/apy/matmul_pass/matmul/generate_configs.py:115
↓ 53 callersClassvisitor
paddle/utils/variant.h:1646
↓ 52 callersClassExpr
paddle/cinn/common/axis.h:27
↓ 51 callersClassConstant
Implement the constant initializer. Args: value (float32|float64, optional): constant value to initialize the parameter. Default: 0.0.
python/paddle/nn/initializer/constant.py:117
↓ 51 callersClassOpInputInfo
paddle/fluid/pir/dialect/operator/utils/op_yaml_info_util.h:25
↓ 49 callersClassBase
test/cpp/phi/core/test_type_info.cc:38
↓ 49 callersClassFallbackError
python/paddle/jit/sot/utils/exceptions.py:264
↓ 49 callersClassGPUPinnedPlace
paddle/phi/common/place.h:149
↓ 49 callersClassOperator
paddle/cinn/hlir/framework/op.h:40
↓ 47 callersClassExecutor
:api_attr: Static Graph An Executor in Python, supports single/multiple-GPU running, and single/multiple-CPU running. Args:
python/paddle/base/executor.py:1253
↓ 46 callersClassStream
device-agnostic abstraction of any-stream
paddle/phi/core/stream.h:22
↓ 45 callersClassGetAttrTracker
GetAttrTracker is a subclass of Tracker that specifically tracks the attribute access of an variable. Args: obj (VariableBase): The
python/paddle/jit/sot/opcode_translator/executor/tracker.py:312
↓ 43 callersClassA
test/sot/test_23_super.py:36
↓ 43 callersClassShapeOrDataDimExprs
paddle/pir/include/dialect/shape/utils/shape_or_data_expr.h:153
↓ 42 callersClassAttr
paddle/fluid/inference/analysis/dot.h:40
↓ 42 callersClassOutputs
* A struct specifying a collection of outputs. */
paddle/cinn/backends/outputs.h:24
↓ 41 callersClassDDim
paddle/phi/common/int_array.h:25
↓ 41 callersClassPlace
paddle/phi/core/attribute.h:30
↓ 41 callersClassValueSet
python/paddle/autograd/backward_utils.py:226
↓ 40 callersClassBreakGraphError
python/paddle/jit/sot/utils/exceptions.py:274
↓ 40 callersClassCache
python/paddle/jit/sot/utils/utils.py:325
↓ 40 callersClassValueDict
python/paddle/autograd/backward_utils.py:149
↓ 39 callersClassAtomicAnfExpr
python/paddle/incubate/cc/ap/apy_to_axpr_json.py:43
↓ 39 callersClassOpAttributeInfo
paddle/fluid/pir/dialect/operator/utils/op_yaml_info_util.h:76
↓ 39 callersClassProcessMesh
r""" The class `ProcessMesh` describes the topology of logical processes. Args: mesh (list|numpy.array): an N-dimensional array descr
python/paddle/distributed/auto_parallel/static/process_mesh_v2.py:20
↓ 38 callersClassAlloc
* Allocate a buffer with the given type and size. The buffer lives for at most * the duration of the body statement, within which it is freed. */
paddle/cinn/ir/ir.h:604
↓ 38 callersClassConfig
test/ir/inference/dist_llama_inference.py:25
↓ 38 callersClassOpOutputInfo
paddle/fluid/pir/dialect/operator/utils/op_yaml_info_util.h:59
↓ 38 callersClassType
* Types in the CINN type system. They can be ints, unsigned ints, or floats of * various bit-widths. They can also be vectors of the same (by setting
paddle/cinn/common/type.h:40
↓ 37 callersClassAdd
* The sum of two expressions. */
paddle/cinn/ir/ir.h:81
↓ 37 callersClassModel
A Model object is a network with training and inference features. Dynamic graph and static graph are supported at the same time, switche
python/paddle/hapi/model.py:1471
↓ 36 callersClassConv2D
r""" This interface is used to construct a callable object of the ``Conv2D`` class. For more details, refer to code examples. The convolut
python/paddle/nn/layer/conv.py:634
↓ 35 callersClassCall
paddle/cinn/ir/ir.h:336
↓ 35 callersClassCollective
python/paddle/distributed/transpiler/collective.py:28
↓ 35 callersEnumPlaceType
paddle/phi/common/place.h:27
next →1–100 of 32,748, ranked by callers