MCPcopy Create free account

hub / github.com/PaddlePaddle/Paddle / endpoints

Endpoints291 in github.com/PaddlePaddle/Paddle

RouteCOMPARE_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
Routeadaptive_avg_pool1d
param_one_alias(["x", "input"])
python/paddle/nn/functional/pooling.py:None
Routeadaptive_avg_pool2d
param_one_alias(["x", "input"])
python/paddle/nn/functional/pooling.py:None
Routeadaptive_avg_pool3d
param_one_alias(["x", "input"])
python/paddle/nn/functional/pooling.py:None
Routeadaptive_max_pool1d
param_two_alias(["x", "input"], ["return_mask", "return_indices"])
python/paddle/nn/functional/pooling.py:None
Routeadaptive_max_pool2d
param_two_alias(["x", "input"], ["return_mask", "return_indices"])
python/paddle/nn/functional/pooling.py:None
Routeadaptive_max_pool3d
param_two_alias(["x", "input"], ["return_mask", "return_indices"])
python/paddle/nn/functional/pooling.py:None
Routeadd
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Routeadd_
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Routeanothor_forward
paddle.jit.to_static( input_spec=[InputSpec(shape=[-1, 5])], full_graph=True )
test/legacy_test/test_jit_save_load.py:None
Routeargsort
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/search.py:None
Routeas_strided
ParamAliasDecorator( { "x": ["input"], "shape": ["size"], "offset": ["storage_offs
python/paddle/tensor/manipulation.py:None
Routebernoulli
param_one_alias(['x', 'input'])
python/paddle/tensor/random.py:None
Routebinary_cross_entropy
param_one_alias(["label", "target"])
python/paddle/nn/functional/loss.py:None
Routebinary_cross_entropy_with_logits
param_two_alias(["logit", "input"], ["label", "target"])
python/paddle/nn/functional/loss.py:None
Routeblock_diag
variadic_tensor_decorator('inputs')
python/paddle/tensor/manipulation.py:None
Routebroadcast_tensors
variadic_tensor_decorator('input')
python/paddle/tensor/manipulation.py:None
Routebroadcast_to
param_two_alias(["x", "input"], ["shape", "size"])
python/paddle/tensor/manipulation.py:None
Routebucketize
param_two_alias(["x", "input"], ["sorted_sequence", "boundaries"])
python/paddle/tensor/search.py:None
Routebuiltin_exception_dispatcher
Dispatcher.register_decorator(exc_type)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routechunk
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/manipulation.py:None
Routeclip
param_one_alias(["x", "input"])
python/paddle/tensor/math.py:None
Routeclone
param_one_alias(['x', 'input'])
python/paddle/tensor/creation.py:None
Routecombinations
param_one_alias(['x', 'input'])
python/paddle/tensor/math.py:None
Routeconv1d
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Routeconv1d_transpose
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Routeconv2d
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Routeconv2d_transpose
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Routeconv3d
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Routeconv3d_transpose
param_one_alias(["x", "input"])
python/paddle/nn/functional/conv.py:None
Routecopysign
param_two_alias(['x', 'input'], ['y', 'other'])
python/paddle/tensor/math.py:None
Routecount_nonzero
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/math.py:None
Routecreate_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
Routecreate_map
Dispatcher.register_decorator(map)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routecreate_zip
Dispatcher.register_decorator(zip)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routecross_entropy
param_one_alias(["label", "target"])
python/paddle/nn/functional/loss.py:None
Routecummax
param_two_alias(['x', 'input'], ['axis', 'dim'])
python/paddle/tensor/math.py:None
Routecummin
param_two_alias(['x', 'input'], ['axis', 'dim'])
python/paddle/tensor/math.py:None
Routecumprod
param_one_alias(["x", "input"])
python/paddle/tensor/math.py:None
Routecumsum
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/math.py:None
Routedataclass_instance_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedataclass_instance_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedeg2rad
param_one_alias(['x', 'input'])
python/paddle/tensor/math.py:None
Routediagflat
param_one_alias(['x', 'input'])
python/paddle/tensor/creation.py:None
Routediagonal_scatter
ParamAliasDecorator( {"x": ["input"], "y": ["src"], "axis1": ["dim1"], "axis2": ["dim2"]} )
python/paddle/tensor/manipulation.py:None
Routediff
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/tensor/math.py:None
Routedispatch_all
Dispatcher.register_decorator(all)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_any
Dispatcher.register_decorator(any)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_dict
Dispatcher.register_decorator(dict)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_dict_fromkeys
Dispatcher.register_decorator(dict.fromkeys)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_dict_kwargs
Dispatcher.register_decorator(dict)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_enum_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_list_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_list_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_max_iterable
Dispatcher.register_decorator(max)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_max_star_args
Dispatcher.register_decorator(max)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_min_iterable
Dispatcher.register_decorator(min)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_min_star_args
Dispatcher.register_decorator(min)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_pow
Dispatcher.register_decorator(pow)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_reduce
Dispatcher.register_decorator(reduce)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_reversed
Dispatcher.register_decorator(reversed)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_sequence_size_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_sequence_size_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_size_sequence_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_size_sequence_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_sum_container_and_tensor
Dispatcher.register_decorator(sum)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_sum_iterable
Dispatcher.register_decorator(sum)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_symbolic_bool
Dispatcher.register_decorator(bool)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_symbolic_not
Dispatcher.register_decorator(operator.not_)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_tuple_eq
Dispatcher.register_decorator(operator.eq)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedispatch_tuple_ne
Dispatcher.register_decorator(operator.ne)
python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py:None
Routedivide
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Routedivide_
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/math.py:None
Routedropout
param_one_alias(["x", "input"])
python/paddle/nn/functional/common.py:None
Routedsplit
ParamAliasDecorator( { "x": ["input"], "num_or_indices": ["indices", "sections"], } )
python/paddle/tensor/manipulation.py:None
Routeembedding
param_one_alias(["x", "input"])
python/paddle/nn/functional/input.py:None
Routeempty_like
param_one_alias(["x", "input"])
python/paddle/tensor/creation.py:None
Routeequal
param_two_alias(["x", "input"], ["y", "other"])
python/paddle/tensor/logic.py:None
Routefft
param_two_alias(["x", "input"], ["axis", "dim"])
python/paddle/fft.py:None
Routefft2
param_two_alias(["x", "input"], ["axes", "dim"])
python/paddle/fft.py:None
Routefftn
param_two_alias(["x", "input"], ["axes", "dim"])
python/paddle/fft.py:None
Routefftshift
param_two_alias(["x", "input"], ["axes", "dim"])
python/paddle/fft.py:None
Routeflatten
ParamAliasDecorator( {"x": ["input"], "start_axis": ["start_dim"], "stop_axis": ["end_dim"]} )
python/paddle/tensor/manipulation.py:None
Routefloor_divide
param_two_alias(['x', 'input'], ['y', 'other'])
python/paddle/tensor/math.py:None
Routefn_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
Routefn_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
Routefn_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
Routefold
ParamAliasDecorator( { "x": ["input"], "output_sizes": ["output_size"], "kernel_si
python/paddle/nn/functional/common.py:None
Routeforward
param_one_alias(["label", "target"])
python/paddle/nn/layer/loss.py:None
Routeforward
param_one_alias(["x", "input"])
python/paddle/nn/layer/common.py:None
Routeforward
param_one_alias(["x", "input"])
python/paddle/nn/layer/pooling.py:None
Routeforward
param_one_alias(["x", "input"])
python/paddle/nn/layer/conv.py:None
next →1–100 of 291, ranked by callers