Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ endpoints
Endpoints
291 in github.com/PaddlePaddle/Paddle
⨍
Functions
118,755
◇
Types & classes
32,748
↳
Endpoints
291
Route
COMPARE_OP
call_break_graph_decorator( push_n=1 ) # call instance, in, not in may call TensorVariable.get_py
python/paddle/jit/sot/opcode_translator/executor/opcode_executor.py:None
Route
__init__
ParamAliasDecorator( { "output_sizes": ["output_size"], "kernel_sizes": ["kern
python/paddle/nn/layer/common.py:None
Route
_kernel
triton.autotune( configs=configs, key=['N'], do_bench=do_bench,
test/legacy_test/test_use_triton.py:None
Route
_new_empty_
size_args_decorator_patch
python/paddle/base/dygraph/math_op_patch.py:None
Route
_new_empty_
size_args_decorator_patch
python/paddle/pir/math_op_patch.py:None
Route
_new_ones_
size_args_decorator_patch
python/paddle/base/dygraph/math_op_patch.py:None
Route
_new_ones_
size_args_decorator_patch
python/paddle/pir/math_op_patch.py:None
Route
_new_zeros_
size_args_decorator_patch
python/paddle/base/dygraph/math_op_patch.py:None
Route
_new_zeros_
size_args_decorator_patch
python/paddle/pir/math_op_patch.py:None
Route
adaptive_avg_pool1d
param_one_alias(["x", "input"])
python/paddle/nn/functional/pooling.py:None
Route
adaptive_avg_pool2d
param_one_alias(["x", "input"])
python/paddle/nn/functional/pooling.py:None
Route
adaptive_avg_pool3d
param_one_alias(["x", "input"])
python/paddle/nn/functional/pooling.py:None
Route
adaptive_max_pool1d
param_two_alias(["x", "input"], ["return_mask", "return_indices"])
python/paddle/nn/functional/pooling.py:None
Route
adaptive_max_pool2d
param_two_alias(["x", "input"], ["return_mask", "return_indices"])
python/paddle/nn/functional/pooling.py:None
Route
adaptive_max_pool3d
param_two_alias(["x", "input"], ["return_mask", "return_indices"])
python/paddle/nn/functional/pooling.py:None
Route
add
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Route
add_
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Route
anothor_forward
paddle.jit.to_static( input_spec=[InputSpec(shape=[-1, 5])], full_graph=True )
test/legacy_test/test_jit_save_load.py:None
Route
argsort
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/search.py:None
Route
as_strided
ParamAliasDecorator( { "x": ["input"], "shape": ["size"], "offset": ["storage_offs
python/paddle/tensor/manipulation.py:None
Route
bernoulli
param_one_alias(['x', 'input'])
python/paddle/tensor/random.py:None
Route
binary_cross_entropy
param_one_alias(["label", "target"])
python/paddle/nn/functional/loss.py:None
Route
binary_cross_entropy_with_logits
param_two_alias(["logit", "input"], ["label", "target"])
python/paddle/nn/functional/loss.py:None
Route
block_diag
variadic_tensor_decorator('inputs')
python/paddle/tensor/manipulation.py:None
Route
broadcast_tensors
variadic_tensor_decorator('input')
python/paddle/tensor/manipulation.py:None
Route
broadcast_to
param_two_alias(["x", "input"], ["shape", "size"])
python/paddle/tensor/manipulation.py:None
Route
bucketize
param_two_alias(["x", "input"], ["sorted_sequence", "boundaries"])
python/paddle/tensor/search.py:None
Route
builtin_exception_dispatcher
Dispatcher.register_decorator(exc_type)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
chunk
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/manipulation.py:None
Route
clip
param_one_alias(["x", "input"])
python/paddle/tensor/math.py:None
Route
clone
param_one_alias(['x', 'input'])
python/paddle/tensor/creation.py:None
Route
combinations
param_one_alias(['x', 'input'])
python/paddle/tensor/math.py:None
Route
conv1d
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Route
conv1d_transpose
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Route
conv2d
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Route
conv2d_transpose
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Route
conv3d
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Route
conv3d_transpose
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Route
copysign
param_two_alias(['x', 'input'], ['y', 'other'])
python/paddle/tensor/math.py:None
Route
count_nonzero
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/math.py:None
Route
create_attn_mask
unittest.skipIf( core.is_compiled_with_xpu() and core.get_xpu_device_version(0) == core.XPUVersion.XPU
test/xpu/test_block_multihead_attention_op_xpu.py:None
Route
create_map
Dispatcher.register_decorator(map)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
create_zip
Dispatcher.register_decorator(zip)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
cross_entropy
param_one_alias(["label", "target"])
python/paddle/nn/functional/loss.py:None
Route
cummax
param_two_alias(['x', 'input'], ['axis', 'dim'])
python/paddle/tensor/math.py:None
Route
cummin
param_two_alias(['x', 'input'], ['axis', 'dim'])
python/paddle/tensor/math.py:None
Route
cumprod
param_one_alias(["x", "input"])
python/paddle/tensor/math.py:None
Route
cumsum
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/math.py:None
Route
dataclass_instance_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dataclass_instance_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
deg2rad
param_one_alias(['x', 'input'])
python/paddle/tensor/math.py:None
Route
diagflat
param_one_alias(['x', 'input'])
python/paddle/tensor/creation.py:None
Route
diagonal_scatter
ParamAliasDecorator( {"x": ["input"], "y": ["src"], "axis1": ["dim1"], "axis2": ["dim2"]} )
python/paddle/tensor/manipulation.py:None
Route
diff
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/math.py:None
Route
dispatch_all
Dispatcher.register_decorator(all)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_any
Dispatcher.register_decorator(any)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_dict
Dispatcher.register_decorator(dict)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_dict_fromkeys
Dispatcher.register_decorator(dict.fromkeys)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_dict_kwargs
Dispatcher.register_decorator(dict)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_enum_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_list_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_list_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_max_iterable
Dispatcher.register_decorator(max)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_max_star_args
Dispatcher.register_decorator(max)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_min_iterable
Dispatcher.register_decorator(min)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_min_star_args
Dispatcher.register_decorator(min)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_pow
Dispatcher.register_decorator(pow)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_reduce
Dispatcher.register_decorator(reduce)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_reversed
Dispatcher.register_decorator(reversed)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_sequence_size_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_sequence_size_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_size_sequence_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_size_sequence_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_sum_container_and_tensor
Dispatcher.register_decorator(sum)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_sum_iterable
Dispatcher.register_decorator(sum)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_symbolic_bool
Dispatcher.register_decorator(bool)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_symbolic_not
Dispatcher.register_decorator(operator.not_)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_tuple_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
dispatch_tuple_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Route
divide
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Route
divide_
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Route
dropout
param_one_alias(["x", "input"])
python/paddle/nn/functional/common.py:None
Route
dsplit
ParamAliasDecorator( { "x": ["input"], "num_or_indices": ["indices", "sections"], } )
python/paddle/tensor/manipulation.py:None
Route
embedding
param_one_alias(["x", "input"])
python/paddle/nn/functional/input.py:None
Route
empty_like
param_one_alias(["x", "input"])
python/paddle/tensor/creation.py:None
Route
equal
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/logic.py:None
Route
fft
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/fft.py:None
Route
fft2
param_two_alias(["x", "input"], ["axes", "dim"])
python/paddle/fft.py:None
Route
fftn
param_two_alias(["x", "input"], ["axes", "dim"])
python/paddle/fft.py:None
Route
fftshift
param_two_alias(["x", "input"], ["axes", "dim"])
python/paddle/fft.py:None
Route
flatten
ParamAliasDecorator( {"x": ["input"], "start_axis": ["start_dim"], "stop_axis": ["end_dim"]} )
python/paddle/tensor/manipulation.py:None
Route
floor_divide
param_two_alias(['x', 'input'], ['y', 'other'])
python/paddle/tensor/math.py:None
Route
fn_with_breakgraph
paddle.static.register_op( name="fn_with_breakgraph", infer_meta=lambda x, y: paddle.static.MetaTensor
test/dygraph_to_static/test_python_op.py:None
Route
fn_with_constant
paddle.static.register_op( name="fn_with_constant", infer_meta=lambda x, c: paddle.static.MetaTensor(
test/dygraph_to_static/test_python_op.py:None
Route
fn_with_numpy_operation
paddle.static.register_op( name="fn_with_numpy_operation", infer_meta=lambda x, y: paddle.static.MetaT
test/dygraph_to_static/test_python_op.py:None
Route
fold
ParamAliasDecorator( { "x": ["input"], "output_sizes": ["output_size"], "kernel_si
python/paddle/nn/functional/common.py:None
Route
forward
param_one_alias(["label", "target"])
python/paddle/nn/layer/loss.py:None
Route
forward
param_one_alias(["x", "input"])
python/paddle/nn/layer/common.py:None
Route
forward
param_one_alias(["x", "input"])
python/paddle/nn/layer/pooling.py:None
Route
forward
param_one_alias(["x", "input"])
python/paddle/nn/layer/conv.py:None
next →
1–100 of 291, ranked by callers