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
↓ 6 callers
Function
_convert_to_quantized_dtype
( arr: np.ndarray, dtype: np.dtype, dtype_meta: QuantDtypeMeta )
imperative/python/megengine/core/tensor/dtype.py:206
↓ 6 callers
Function
_dilate_shape
Utility function for computing the shape resulting from a dilation.
imperative/python/megengine/xla/rules/nn.py:102
↓ 6 callers
Function
_elemwise_multi_type
(*args, mode, **kwargs)
imperative/python/megengine/core/tensor/array_method.py:38
↓ 6 callers
Function
_elwise
(mode)
imperative/python/test/unit/core/test_autodiff.py:22
↓ 6 callers
Function
_gen_correlation
(random=True, constant=1, image_shape=(2, 1, 160, 160))
imperative/python/test/unit/functional/test_functional.py:327
↓ 6 callers
Method
_get_header
(self)
dnn/scripts/gen_param_defs.py:309
↓ 6 callers
Function
_init_block
()
imperative/python/test/unit/traced_module/test_modification.py:100
↓ 6 callers
Function
_logical_binary_elwise
(mode, rev=False)
imperative/python/megengine/core/tensor/array_method.py:152
↓ 6 callers
Method
_update_ref
(self, actual_node_map: Union[Dict] = None, top_graph=None)
imperative/python/megengine/traced_module/traced_module.py:2108
↓ 6 callers
Function
_update_transfer_guard
Applies the transfer guard level within transfer_guard_lib.
imperative/python/megengine/xla/lib/config.py:1217
↓ 6 callers
Method
_wrap
(self, obj)
imperative/python/megengine/core/tensor/megbrain_graph.py:41
↓ 6 callers
Method
accumulator_type
(self)
dnn/scripts/cutlass_generator/gemm_operation.py:71
↓ 6 callers
Method
accumulator_type
(self)
dnn/scripts/cutlass_generator/conv2d_operation.py:63
↓ 6 callers
Method
add
src/gopt/impl/global_layout_transform/dynamic_programming_solver.cpp:25
↓ 6 callers
Method
addr_ptr
src/core/impl/comp_node/mem_alloc/impl.h:26
↓ 6 callers
Method
algoset
dnn/src/fallback/matrix_mul/opr_impl.h:211
↓ 6 callers
Method
align
src/core/test/static_mem_alloc.cpp:69
↓ 6 callers
Method
alloc
dnn/src/cambricon/handle.cpp:60
↓ 6 callers
Method
apply
src/opr/impl/misc.cpp:18
↓ 6 callers
Method
apply
dnn/src/common/cv/filter.cpp:267
↓ 6 callers
Function
apply_normal_varnode
(op: OpDef, *args: VarNode)
imperative/python/megengine/core/tensor/megbrain_graph.py:562
↓ 6 callers
Method
as
imperative/src/impl/transformations/format.cpp:15
↓ 6 callers
Function
as_double
src/plugin/impl/opr_io_dump.cpp:13
↓ 6 callers
Function
assert_shape_equal
(actual, expect)
imperative/python/test/unit/distributions/test_distributions.py:11
↓ 6 callers
Function
async_release
imperative/src/impl/physical_tensor.cpp:503
↓ 6 callers
Method
auto_aligned_reformat_featrue
src/gopt/impl/global_layout_transform/reformat_manager.cpp:380
↓ 6 callers
Function
benchmark_target_algo_with_cudnn_tsc
dnn/test/cuda/conv_test_utils.cpp:239
↓ 6 callers
Function
benchmark_winograd_nchw_vs_nchw44
dnn/test/fallback/conv_bias.cpp:1241
↓ 6 callers
Method
beta
r"""Random variable with Beta distribution :math:`\operatorname{Beta}(\alpha, \beta)`. The corresponding probability density function is
imperative/python/megengine/random/rng.py:435
↓ 6 callers
Function
bfloat162float
Convert bfloat16 to single-precision. \param value binary_t() representation of bfloat16 value \return single-precision value
dnn/include/megdnn/dtype/bfloat16.hpp:395
↓ 6 callers
Function
broadcast_tshp
broadcast src to broadcasted shape of dst_shape_var
src/gopt/impl/basic_arith/inplace.cpp:41
↓ 6 callers
Function
build_observered_net
(net: M.Module, observer_cls)
imperative/python/test/unit/traced_module/test_qat_module.py:104
↓ 6 callers
Function
calc_output_shape
dnn/test/cuda/deformable_conv.cpp:12
↓ 6 callers
Function
check_results
(results, expected, check_shape=True)
imperative/python/test/helpers/utils.py:72
↓ 6 callers
Method
check_users
(self, check: bool = True)
imperative/python/megengine/traced_module/_passes/pattern.py:129
↓ 6 callers
Function
checker_conv_bias_int8x8x32_multi
dnn/test/arm_common/conv_bias_multi_thread.cpp:359
↓ 6 callers
Function
checker_conv_bias_qint8x8x32
dnn/test/arm_common/conv_bias_multi_thread.cpp:310
↓ 6 callers
Function
clip
r"""Element-wise clipping function. Clamps(limits) all elements :math:`x_i` of the input tensor :math:`x` into the range ``[ lower, upper ]``
imperative/python/megengine/functional/elemwise.py:1041
↓ 6 callers
Method
collect
Collect a single batch through an array and store the array data to an empty batch, the empty batch is the front batch id in free lis
lite/pylite/megenginelite/utils.py:146
↓ 6 callers
Method
comp_node
get the comp node to run the checker
test/src/include/megbrain/test/autocheck.h:150
↓ 6 callers
Method
comp_node
src/rdnn/include/megbrain/rdnn/management.h:39
↓ 6 callers
Method
compile
(self)
imperative/python/megengine/utils/network_node.py:171
↓ 6 callers
Method
consumer_fetch
src/core/impl/utils/thread.cpp:203
↓ 6 callers
Function
convert_arg_from_nchw4_to_chwn4
dnn/test/common/conv_bias.cpp:10
↓ 6 callers
Function
convert_fmt_str
src/core/include/megbrain/common.h:238
↓ 6 callers
Function
convolution_brute
src/opr/test/dnn/convolution.cpp:200
↓ 6 callers
Function
copy_padding_kern
dnn/src/arm_common/conv_bias/int8x8x16/direct_8x8x16_nchw44_algo.cpp:66
↓ 6 callers
Method
copy_to_device
src/core/impl/comp_node/cpu/comp_node.cpp:290
↓ 6 callers
Method
current_comp_seq
! * \brief latest computing sequence from this graph * * Since new computing sequence would invalidate memory layout of older * on
src/core/impl/graph/cg_impl.h:239
↓ 6 callers
Method
del
imperative/src/impl/interpreter/interpreter_impl.cpp:210
↓ 6 callers
Method
dev_handle
dnn/src/common/megcore/common/computing_context.hpp:14
↓ 6 callers
Method
disable
(self)
imperative/python/megengine/quantization/observer.py:53
↓ 6 callers
Function
dispatch
dnn/src/cuda/cumsum/opr_impl.cpp:17
↓ 6 callers
Method
dispatch_kern
dnn/src/naive/handle.h:144
↓ 6 callers
Method
dispatch_on_comp_node
imperative/src/impl/proxy_graph/proxy_graph_base.h:8
↓ 6 callers
Function
div
r"""Element-wise division. Calculates the division for each element :math:`x_i` of the input tensor :math:`x` with the respective element :ma
imperative/python/megengine/functional/elemwise.py:243
↓ 6 callers
Function
do_make_node_prop
src/core/impl/graph/cg_impl.cpp:197
↓ 6 callers
Function
dtype_mgb2np_descr
Convert MegBrain DType to NumPy DType descriptor, the caller receives a new reference to the descriptor.
imperative/python/src/helper.cpp:188
↓ 6 callers
Function
dump_tensor
src/core/include/megbrain/utils/debug.h:74
↓ 6 callers
Method
enable
(self)
imperative/python/megengine/quantization/observer.py:50
↓ 6 callers
Method
enable_cpu_inplace_mode
set cpu forward in inplace mode with which cpu forward only create one thread Note: this must be set before the
lite/pylite/megenginelite/network.py:654
↓ 6 callers
Method
enable_global_layout_transform
set global layout transform optimization for network, global layout optimization can auto determine the layout of every operator in
lite/pylite/megenginelite/network.py:984
↓ 6 callers
Method
eor
lite/load_and_run/src/helpers/text_table.h:84
↓ 6 callers
Function
erf
Error function. \param arg function argument \return error function value of \a arg template<typename T> typename enable<expr,T>::type erf(T arg) { re
dnn/include/megdnn/dtype/half.hpp:2439
↓ 6 callers
Method
eval
src/core/include/megbrain/utils/hash.h:19
↓ 6 callers
Method
exec
dnn/src/naive/conv_bias/opr_impl.cpp:211
↓ 6 callers
Function
exp256_ps
dnn/src/x86/elemwise/avx_util/avx_mathfun.cpp:267
↓ 6 callers
Function
flip_filter
dnn/src/cuda/conv_bias/helper.cpp:184
↓ 6 callers
Method
free
dnn/src/cambricon/megcore/cambricon_device_context.cpp:57
↓ 6 callers
Method
from_float_module
(cls, float_module)
imperative/python/test/unit/quantization/test_quantize.py:296
↓ 6 callers
Function
fun
(data, repeats)
imperative/python/test/unit/jit/test_tracing.py:172
↓ 6 callers
Function
func
(x)
imperative/python/test/unit/jit/test_tracing.py:741
↓ 6 callers
Function
func
(*inps, offsets)
imperative/python/test/unit/xla/functional/test_xla_communicate.py:29
↓ 6 callers
Function
func
(inp, nsplits_or_sections, axis)
imperative/python/test/unit/functional/test_tensor.py:275
↓ 6 callers
Function
fuse_conv_bn_relu_module
(conv: Conv2d, bn: BatchNorm2d, relu: ReLU)
imperative/python/megengine/utils/bn_fusion.py:140
↓ 6 callers
Method
get
src/rdnn/impl/management.cpp:29
↓ 6 callers
Function
get_bmode
dnn/src/cuda/warp_perspective/helper.cpp:10
↓ 6 callers
Method
get_bundle
dnn/src/fallback/conv_bias/direct/multi_thread_common.cpp:43
↓ 6 callers
Function
get_conv_bias_args
dnn/test/fallback/conv_bias.cpp:134
↓ 6 callers
Function
get_dep_vars
r"""Returns :class:`.tensor.core.megbrain_graph.VarNode` of type ``var_type`` that input ``var`` depands on. If ``var_type`` is None, returns all
imperative/python/megengine/utils/comp_graph_tools.py:30
↓ 6 callers
Function
get_errmsg
dnn/src/common/convolution.cpp:8
↓ 6 callers
Method
get_function_by_type
r"""Filter Exprs by the type of ``CallFunction``. Args: func: a built-in function, such as ``F.relu``. recursive: whe
imperative/python/megengine/traced_module/traced_module.py:660
↓ 6 callers
Function
get_int8_chwn4_args_small_batch
dnn/test/common/conv_bias.cpp:709
↓ 6 callers
Method
get_kern
dnn/src/fallback/conv_bias/conv1x1/conv1x1_dispatcher.h:50
↓ 6 callers
Function
get_matmul_kern_param
get_matmul_kern_param
dnn/src/fallback/conv_bias/conv1x1/conv1x1_utils.cpp:25
↓ 6 callers
Function
get_matmul_opr
dnn/src/fallback/convolution/algos.cpp:29
↓ 6 callers
Function
get_model_io_info
get the model io information before model loaded by model path. Args: model_path: the model path to get the model IO information
lite/pylite/megenginelite/network.py:1005
↓ 6 callers
Function
get_nchw44_channel_wise_args
dnn/test/arm_common/conv_bias_multi_thread.cpp:66
↓ 6 callers
Function
get_nearest_src
dnn/src/arm_common/resize/helper.h:85
↓ 6 callers
Function
get_output_var_shape
src/core/test/graph/misc.cpp:88
↓ 6 callers
Method
get_qparams
(self)
imperative/python/megengine/quantization/fake_quant.py:95
↓ 6 callers
Function
get_quantized_args
dnn/test/common/conv_bias.cpp:354
↓ 6 callers
Method
get_rt_static_source_deps
src/core/impl/graph/static_infer_impl.cpp:910
↓ 6 callers
Method
get_serialized_model
src/cambricon/test/magicmind_runtime_opr.cpp:263
↓ 6 callers
Function
get_subattr
(module: Module, target: str)
imperative/python/megengine/traced_module/utils.py:328
↓ 6 callers
Method
get_tag_handler_for_shape
src/core/impl/graph/static_infer_impl.cpp:866
↓ 6 callers
Function
get_thread_bundle
get_thread_bundle
dnn/src/fallback/conv_bias/conv1x1/conv1x1_utils.cpp:9
↓ 6 callers
Function
get_wbundle
dnn/src/rocm/checksum/opr_impl.cpp:16
↓ 6 callers
Method
get_workspace_in_bytes
dnn/src/common/multi_head_attn/proxy_forward_base.cpp:373
↓ 6 callers
Function
has_input_tensor_replacer
see notes on the constructor
src/opr/include/megbrain/opr/internal/indexing_helper.h:147
← previous
next →
1,601–1,700 of 33,912, ranked by callers