Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ functions
Functions
33,912 in github.com/MegEngine/MegEngine
⨍
Functions
33,912
◇
Types & classes
7,186
↳
Endpoints
66
↓ 111 callers
Method
to_string
======================== CpuNDRange ======================== */
dnn/src/common/utils.cpp:320
↓ 109 callers
Function
sqrt
Square root. \param arg function argument \return square root of \a arg template<typename T> typename enable<expr,T>::type sqrt(T arg) { return functi
dnn/include/megdnn/dtype/half.hpp:2299
↓ 108 callers
Method
info
dnn/include/megdnn/oprs/base.h:187
↓ 108 callers
Function
round
dnn/src/common/cv/helper.h:121
↓ 108 callers
Method
valid
src/core/include/megbrain/comp_node.h:384
↓ 107 callers
Function
get
(args)
lite/load_and_run/examples/script/resnet50_mgb.py:94
↓ 106 callers
Method
apply_on_var_node
imperative/src/impl/op_def.cpp:43
↓ 106 callers
Method
emplace
src/opr-mm/impl/megray_helper.cpp:67
↓ 105 callers
Method
execl
dnn/test/rocm/benchmarker.h:37
↓ 104 callers
Method
backward
(self, grad_y)
imperative/python/test/unit/core/test_function.py:175
↓ 103 callers
Method
get
lite/src/decryption/rc4/rc4_cryption_base.h:79
↓ 102 callers
Function
exec
dnn/src/common/rnn_cell.cpp:83
↓ 102 callers
Function
pow
Power function. \param base first argument \param exp second argument \return \a base raised to \a exp template<typename T,typename U> typename enable
dnn/include/megdnn/dtype/half.hpp:2324
↓ 101 callers
Method
make_name
imperative/src/impl/op_def.cpp:139
↓ 100 callers
Method
eq_layout
dnn/src/common/basic_types.cpp:366
↓ 99 callers
Method
activate
src/core/impl/comp_node/comp_node.cpp:408
↓ 99 callers
Method
add_enum_alias
( self, name, src_class, src_name=None, name_field=None, default=None )
dnn/scripts/gen_param_defs.py:279
↓ 98 callers
Function
MIDOUT_BEGIN
dnn/src/fallback/convolution/run_conv.cpp:222
↓ 98 callers
Method
clear
src/core/impl/graph/normal_exec_env.cpp:157
↓ 98 callers
Method
sum
(self, axis, keepdims=False)
imperative/python/megengine/xla/rules/hlotensor.py:171
↓ 97 callers
Method
param
dnn/src/cuda/conv_bias/implicit_gemm_int4_nhwc_imma_base.cpp:13
↓ 96 callers
Method
writeto_fpath
src/core/impl/utils/json.cpp:38
↓ 94 callers
Method
copy_from_fixlayout
lite/src/mge/tensor_impl.cpp:393
↓ 94 callers
Method
name
dnn/src/cuda/pooling/algo.h:81
↓ 93 callers
Function
div_ceil
dnn/src/common/utils.h:393
↓ 93 callers
Method
get
(self)
imperative/python/megengine/utils/future.py:15
↓ 93 callers
Method
owner_graph
src/serialization/impl/opr_shallow_copy.cpp:118
↓ 93 callers
Method
owner_graph
src/core/impl/graph/var_node_mem_mgr.h:206
↓ 93 callers
Method
str
src/custom/impl/op.cpp:68
↓ 91 callers
Method
node
imperative/src/include/megbrain/imperative/basic_values.h:210
↓ 91 callers
Method
wait
lite/src/network.cpp:217
↓ 90 callers
Method
dtype
src/core/include/megbrain/graph/var_node.h:657
↓ 90 callers
Method
mean
(self, axis, keepdims=False)
imperative/python/megengine/xla/rules/hlotensor.py:176
↓ 90 callers
Method
zeros
src/opr/include/megbrain/opr/training/utils.h:41
↓ 89 callers
Method
clear
src/core/impl/utils/mempool.cpp:54
↓ 89 callers
Method
forward
lite/src/network.cpp:209
↓ 89 callers
Method
get_ref_ptr
dnn/include/megdnn/basic_types.h:477
↓ 89 callers
Method
get_var
get current var: if var has been replaced, return its new value; otherwise return var itself
src/gopt/include/megbrain/gopt/framework.h:107
↓ 89 callers
Method
is_contiguous
src/custom/impl/tensor.cpp:489
↓ 89 callers
Method
load_model
lite/src/network.cpp:52
↓ 89 callers
Method
mem_node
src/core/impl/comp_node/rocm/comp_node.cpp:353
↓ 89 callers
Method
value
imperative/src/impl/transformations/trace.cpp:703
↓ 88 callers
Method
as_int8
dnn/include/megdnn/dtype.h:201
↓ 86 callers
Function
vqtbx1q_u8_common
dnn/src/arm_common/convolution/quint8/conv_backdata_stride2.cpp:61
↓ 85 callers
Function
check_conv_bias
dnn/test/common/conv_bias.cpp:760
↓ 85 callers
Method
pop_back
dnn/include/megdnn/thin/small_vector.h:214
↓ 85 callers
Function
prev_dev_ptr
test/src/include/megbrain/test/helper.h:440
↓ 85 callers
Method
reshape
src/core/impl/graph/symbol_var.cpp:21
↓ 85 callers
Method
tensornd
dnn/test/common/tensor.h:27
↓ 84 callers
Function
GiStoreFloat16
dnn/src/fallback/general_intrinsic/gi_float16.h:93
↓ 84 callers
Function
get_workspace_bundle
dnn/src/cambricon/convolution/forward/algo.cpp:49
↓ 84 callers
Function
make_tensor
(x, network=None, device=None)
imperative/python/test/helpers/utils.py:22
↓ 84 callers
Function
optimize_for_inference
(args, outputs)
lite/tools/dump_model_mgb.py:19
↓ 83 callers
Method
eval
r"""Sets training mode of all the modules within this module (including itself) to ``False``. See :meth:`~.Module.train` for details.
imperative/python/megengine/module/module.py:411
↓ 82 callers
Method
add
(self, opr)
imperative/python/megengine/utils/comp_graph_tools.py:93
↓ 82 callers
Method
end
dnn/include/megdnn/thin/small_vector.h:119
↓ 82 callers
Method
step
dnn/src/common/cv/common.h:165
↓ 82 callers
Method
sub
src/core/impl/tensor.cpp:242
↓ 81 callers
Method
dimshuffle
dnn/src/common/basic_types.cpp:231
↓ 81 callers
Method
keys
(self)
imperative/python/megengine/traced_module/utils.py:312
↓ 81 callers
Method
seek
src/serialization/impl/file.cpp:77
↓ 80 callers
Function
f
(_, __, cur)
imperative/python/megengine/utils/module_utils.py:17
↓ 78 callers
Function
do_make_node_prop
src/opr/impl/loop/impl.cpp:169
↓ 78 callers
Method
load
src/core/impl/comp_node/comp_node.cpp:530
↓ 77 callers
Method
dump
imperative/python/src/tensor.cpp:1368
↓ 77 callers
Method
param
dnn/src/cambricon/pooling/algo.h:71
↓ 76 callers
Function
free
lite/test/test_network_c.cpp:48
↓ 76 callers
Method
get
src/opr/impl/internal/indexing_helper.cpp:12
↓ 75 callers
Function
func
()
imperative/python/test/unit/random/test_rng.py:690
↓ 75 callers
Method
get
src/core/test/utils/thin.cpp:34
↓ 75 callers
Method
get_size
dnn/src/common/utils.cpp:180
↓ 74 callers
Method
broadcast_to
(self, shape, broadcast_dims=None)
imperative/python/megengine/xla/rules/hlotensor.py:156
↓ 74 callers
Method
cnnl_handle
dnn/src/cambricon/handle.h:38
↓ 74 callers
Function
get_value
(x)
imperative/python/test/unit/core/test_indexing_op.py:400
↓ 73 callers
Method
add_output
src/opr/impl/io.cpp:26
↓ 73 callers
Method
attribute
src/opr/test/dnn/convolution.cpp:2508
↓ 73 callers
Method
empty
dnn/include/megdnn/thin/small_vector.h:65
↓ 72 callers
Method
Tensor
imperative/python/src/tensor.h:47
↓ 72 callers
Function
get_input_data
lite/test/test_common.h:60
↓ 71 callers
Method
device_type
src/core/impl/comp_node/comp_node.cpp:526
↓ 71 callers
Method
reset
lite/src/tensor.cpp:224
↓ 71 callers
Function
vtranslq_s8
dnn/src/arm_common/simd_macro/marm_neon.h:319
↓ 70 callers
Function
dev_ptr
test/src/include/megbrain/test/helper.h:436
↓ 70 callers
Function
exp
Exponential function. \param arg function argument \return e raised to \a arg template<typename T> typename enable<expr,T>::type exp(T arg) { return f
dnn/include/megdnn/dtype/half.hpp:2246
↓ 70 callers
Method
get
src/opr-mm/impl/mm_handler.cpp:236
↓ 70 callers
Method
replace_var
src/gopt/impl/framework.cpp:92
↓ 70 callers
Function
serialize_write_pod
serialize a algo's desc to string. format is handle_type|algo_type|size_of_param|size_of_name|string_of_param|string_of_name
src/rdnn/impl/algo_chooser.cpp:286
↓ 69 callers
Method
apply
src/gopt/impl/misc.cpp:86
↓ 69 callers
Method
raw_ptr
src/core/include/megbrain/tensor.h:415
↓ 69 callers
Method
reset
src/core/impl/tensor.cpp:294
↓ 69 callers
Method
workspace
dnn/test/common/workspace_wrapper.h:17
↓ 68 callers
Method
reshape
dnn/src/common/basic_types.cpp:540
↓ 68 callers
Function
tester
(lhs_shape, rhs_shape, lhs_transpose, rhs_transpose, dtype=None)
imperative/python/test/unit/xla/functional/test_xla_math.py:28
↓ 67 callers
Method
data
src/serialization/include/megbrain/serialization/file.h:18
↓ 67 callers
Function
get_nchw44_conv_bias_args
dnn/test/common/conv_bias.cpp:1568
↓ 67 callers
Method
get_output_tensor
lite/src/network.cpp:155
↓ 66 callers
Method
release
(self)
imperative/python/megengine/utils/custom_op_tools.py:617
↓ 66 callers
Function
tester
(ishape, tgtshape)
imperative/python/test/unit/xla/functional/test_xla_tensor.py:17
↓ 65 callers
Function
comp_node
src/core/include/megbrain/graph/operator_node.h:951
↓ 65 callers
Method
erase
src/core/include/megbrain/utils/thin/hash_table.h:406
← previous
next →
201–300 of 33,912, ranked by callers