MCPcopy Create free account

hub / github.com/OpenPPL/ppl.nn / functions

Functions6,859 in github.com/OpenPPL/ppl.nn

↓ 18 callersMethodReplaceInput
src/ppl/nn/ir/node.cc:35
↓ 17 callersMethodFinish
src/ppl/nn/engines/llm_cuda/pmx/generated/llm_cuda_op_params_generated.h:1538
↓ 16 callersMethodAddNode
src/ppl/nn/ir/full_graph_topo.cc:26
↓ 16 callersMethodConvertFromHost
src/ppl/nn/engines/cuda/cuda_device.cc:268
↓ 16 callersMethodConvertToHost
src/ppl/nn/runtime/tensor_impl.cc:62
↓ 16 callersMethodGetConstantCount
src/ppl/nn/ir/graph_topo.h:136
↓ 16 callersMethodInit
src/ppl/nn/engines/llm_cuda/engine.cc:40
↓ 16 callersFunctionReshapeReduce
src/ppl/nn/oputils/onnx/reshape_reduce.cc:25
↓ 16 callersFunctionvalue
src/ppl/nn/engines/llm_cuda/pmx/generated/llm_cuda_op_params_generated.h:1406
↓ 16 callersFunctionvalue_type
src/ppl/nn/engines/llm_cuda/pmx/generated/llm_cuda_op_params_generated.h:1403
↓ 15 callersMethodGetOutputTensor
src/ppl/nn/runtime/runtime_impl.h:77
↓ 15 callersMethodGetParam
src/ppl/nn/engines/cuda/optimizer/ops/onnx/gemm_op.h:34
↓ 15 callersMethodSetNode
src/ppl/nn/common/input_output_info.h:35
↓ 14 callersFunctionAssign
src/ppl/nn/models/onnx/utils.cc:136
↓ 14 callersMethodCreateRuntime
src/ppl/nn/models/pmx/runtime_builder_impl.cc:168
↓ 14 callersMethodFindPredecessors
src/ppl/nn/ir/graph_topo.cc:202
↓ 14 callersMethodFinish
src/ppl/nn/models/pmx/generated/pmx_generated.h:115
↓ 14 callersMethodFinish
src/ppl/nn/engines/arm/pmx/generated/arm_op_params_generated.h:1105
↓ 14 callersMethodGetTensorParallelNcclParam
src/ppl/nn/engines/llm_cuda/engine.h:41
↓ 14 callersFunctionIsGraphOutput
src/ppl/nn/engines/arm/optimizer/rules/utils.h:30
↓ 14 callersMethodPreprocess
src/ppl/nn/models/pmx/runtime_builder_impl.cc:158
↓ 14 callersMethodReshape
src/ppl/nn/engines/x86/kernel.h:46
↓ 14 callersMethodSetAcquireFunc
@brief sets a getter function which accepts edgeid `eid` and `etype` and returns the corresponding object. */
src/ppl/nn/common/input_output_info.h:44
↓ 14 callersMethodelem_type
src/ppl/nn/models/onnx/generated/onnx.pb.cc:9815
↓ 14 callersMethodset_name
src/ppl/nn/models/onnx/generated/onnx.pb.h:3101
↓ 13 callersMethodGetConstant
src/ppl/nn/ir/graph_topo.cc:85
↓ 13 callersFunctionIsReservedEdge
src/ppl/nn/engines/x86/optimizer/rules/utils.h:58
↓ 13 callersMethodTopologicalSort
src/ppl/nn/ir/graph_topo.cc:292
↓ 12 callersMethodCanBroadCast
src/ppl/nn/oputils/broadcast.h:54
↓ 12 callersFunctionConvertToForwardConvParam
src/ppl/nn/engines/cuda/params/conv_extra_param.cc:57
↓ 12 callersMethodCopyFromHost
src/ppl/nn/engines/cuda/cuda_device.cc:91
↓ 12 callersMethodCreateEdgeIter
src/ppl/nn/ir/full_graph_topo.h:96
↓ 12 callersMethodFreeBuffer
src/ppl/nn/common/buffer_info.cc:106
↓ 12 callersFunctionLoadConstants
src/ppl/nn/engines/utils.cc:126
↓ 12 callersMethodMarkAsConstant
src/ppl/nn/ir/graph_topo.cc:109
↓ 12 callersMethodinput_size
repeated string input = 1;
src/ppl/nn/models/onnx/generated/onnx.pb.cc:2543
↓ 12 callersMethodoutput_size
repeated string output = 2;
src/ppl/nn/models/onnx/generated/onnx.pb.cc:2598
↓ 11 callersMethodFree
src/ppl/nn/utils/generic_cpu_device.cc:49
↓ 11 callersFunctionProcessGraph
src/ppl/nn/optimizers/utils.cc:366
↓ 10 callersMethodFindKernel
src/ppl/nn/engines/cuda/optimizer/algos/algo_filter_manager.cc:24
↓ 10 callersMethodGetNode
@brief get the corresponding node in ir::GraphTopo */
src/ppl/nn/runtime/opt_kernel.h:44
↓ 10 callersMethodGetSMVersion
src/ppl/nn/engines/llm_cuda/llm_cuda_device.h:104
↓ 10 callersFunctionIsGraphOutput
src/ppl/nn/engines/riscv/optimizer/rules/utils.h:77
↓ 10 callersMethodLoadModel
src/ppl/nn/models/pmx/runtime_builder_impl.cc:81
↓ 10 callersMethodSerialize
src/ppl/nn/models/pmx/serializer.cc:510
↓ 10 callersMethodint32_data_size
repeated int32 int32_data = 5 [packed = true];
src/ppl/nn/models/onnx/generated/onnx.pb.h:5311
↓ 9 callersMethodCalcBroadCast
src/ppl/nn/oputils/broadcast.cc:25
↓ 9 callersFunctionCanFuse
src/ppl/nn/optimizers/fuse_shape_optimizer.cc:26
↓ 9 callersMethodConfigure
src/ppl/nn/engines/arm/engine.cc:187
↓ 9 callersMethodGetISA
src/ppl/nn/engines/x86/kernel.h:73
↓ 9 callersMethodGetKernelFunc
src/ppl/nn/engines/cuda/module/cuda_module.cc:22
↓ 9 callersMethodIsBufferOwner
src/ppl/nn/common/buffer_info.h:32
↓ 9 callersMethodReshape
src/ppl/nn/engines/llm_cuda/kernel.h:66
↓ 9 callersMethodRun
tools/benchmark_llama/thread_pool.h:17
↓ 9 callersFunctionSplitString
tools/pplnn_llm.cc:124
↓ 9 callersMethodTryFuseReLU
src/ppl/nn/engines/x86/optimizer/ops/onnx/conv_op.cc:269
↓ 9 callersMethodadd_attribute
src/ppl/nn/models/onnx/generated/onnx.pb.h:4100
↓ 9 callersMethodadd_axis
src/ppl/nn/models/pmx/generated/onnx_op_generated.h:2535
↓ 9 callersMethodattribute_size
repeated .onnx.AttributeProto attribute = 5;
src/ppl/nn/models/onnx/generated/onnx.pb.h:4086
↓ 9 callersMethodset_type
src/ppl/nn/models/onnx/generated/onnx.pb.h:3233
↓ 9 callersFunctionvalue
src/ppl/nn/engines/arm/pmx/generated/arm_op_params_generated.h:946
↓ 9 callersFunctionvalue_type
src/ppl/nn/engines/arm/pmx/generated/arm_op_params_generated.h:943
↓ 8 callersMethodAllocTmpBuffer
src/ppl/nn/engines/llm_cuda/llm_host_device.h:51
↓ 8 callersMethodCopyFromHostAsync
src/ppl/nn/runtime/tensor_impl.cc:54
↓ 8 callersFunctionCopyTensorBuffer
@brief copy one tensor to another */
src/ppl/nn/engines/utils.h:35
↓ 8 callersMethodFinish
src/ppl/nn/engines/cuda/pmx/generated/cuda_op_params_generated.h:682
↓ 8 callersMethodFreeTmpBuffer
src/ppl/nn/engines/llm_cuda/llm_host_device.h:54
↓ 8 callersMethodGetCommonParam
src/ppl/nn/engines/cuda/kernel.h:89
↓ 8 callersMethodGetObjectType
src/ppl/nn/runtime/edge_object.h:46
↓ 8 callersFunctionIrShape2TensorShape
src/ppl/nn/engines/utils.cc:27
↓ 8 callersFunctionReshapePooling
src/ppl/nn/oputils/onnx/reshape_pooling.cc:26
↓ 8 callersMethodSetInputTensorShapes
src/ppl/nn/oputils/broadcast.h:46
↓ 8 callersMethodSetResources
src/ppl/nn/models/onnx/runtime_builder_impl.cc:105
↓ 8 callersMethodSetSourceCode
src/ppl/nn/engines/cuda/module/cuda_module.cc:42
↓ 8 callersFunctionSplitString
tools/pplnn.cc:128
↓ 8 callersFunctionSplitString
samples/cpp/others/pplnn_multi_numa_node.cc:109
↓ 8 callersFunctionTensorShapeEqual
src/ppl/nn/engines/x86/utils.h:25
↓ 8 callersMethodTryFuseReLU
src/ppl/nn/engines/arm/optimizer/ops/onnx/conv_op.cc:304
↓ 8 callersMethodint32_data
src/ppl/nn/models/onnx/generated/onnx.pb.h:5317
↓ 8 callersMethodtype
src/ppl/nn/models/onnx/generated/onnx.pb.h:3229
↓ 7 callersFunctionAdd1DInitializer
src/ppl/nn/models/utils.h:52
↓ 7 callersMethodClearConsumer
src/ppl/nn/ir/full_graph_topo.cc:91
↓ 7 callersMethodCreate
tests/engines/tmp_engine.h:53
↓ 7 callersFunctionCvtFp32ToFp16
src/ppl/nn/engines/riscv/utils/fp16fp32_cvt.cc:20
↓ 7 callersFunctionDeserializeReduceParam
src/ppl/nn/models/pmx/oputils/onnx/reduce.cc:29
↓ 7 callersMethodForward
src/ppl/nn/ir/full_graph_topo.h:56
↓ 7 callersMethodGetAlgo
src/ppl/nn/engines/cuda/optimizer/algos/algo_filter_manager.h:41
↓ 7 callersMethodGetBufferedBytes
src/ppl/nn/utils/stack_buffer_manager.h:38
↓ 7 callersMethodGetCublasWorkspace
src/ppl/nn/engines/llm_cuda/llm_cuda_device.h:112
↓ 7 callersMethodGetCublasWorkspaceSize
src/ppl/nn/engines/llm_cuda/llm_cuda_device.h:116
↓ 7 callersMethodGetDeviceContext
src/ppl/nn/runtime/tensor_impl.h:53
↓ 7 callersMethodGetName
src/ppl/nn/engines/engine_impl.h:50
↓ 7 callersFunctionGetScaleName
src/ppl/nn/engines/llm_cuda/passes/i8i8/quantization_pass.cc:31
↓ 7 callersMethodIsValid
src/ppl/nn/ir/full_graph_topo.h:41
↓ 7 callersMethodReplaceExtraInput
src/ppl/nn/ir/node.cc:59
↓ 7 callersMethodReshape
src/ppl/nn/engines/riscv/kernel.h:39
↓ 7 callersMethodReshape
src/ppl/nn/engines/common/common_kernel_impl.h:47
↓ 7 callersFunctionReshapeReshape
src/ppl/nn/oputils/onnx/reshape_reshape.cc:26
↓ 7 callersFunctionReshapeSplit
src/ppl/nn/oputils/onnx/reshape_split.cc:25
↓ 7 callersMethodRun
src/ppl/nn/runtime/runtime_impl.cc:320
← previousnext →101–200 of 6,859, ranked by callers